Advertisement
Guest User

Yii-DB Migrations 7.

a guest
Nov 19th, 2010
484
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.85 KB | None | 0 0
  1. protected/yiic migrate
  2.  
  3. Migrations directory: protected/migrations/
  4.  
  5. Creating initial schema_version table
  6. === Applying: m20090611153243_CreateTables =====================================
  7.     >> Creating table: posts
  8.     >> Adding index posts_title to table: posts
  9. === Marked as applied: m20090611153243_CreateTables ============================
  10.  
  11. === Applying: m20090612162832_CreateTags =======================================
  12.     >> Creating table: tags
  13.     >> Creating table: post_tags
  14.     >> Adding index post_tags_post_tag to table: post_tags
  15. === Marked as applied: m20090612162832_CreateTags ==============================
  16.  
  17. === Applying: m20090612163144_RenameTagsTable ==================================
  18.     >> Renaming table: post_tags to: post_tags_link_table
  19. === Marked as applied: m20090612163144_RenameTagsTable =========================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement