diff options
Diffstat (limited to 'db/migrate')
-rw-r--r-- | db/migrate/1_create_banners_banners.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/db/migrate/1_create_banners_banners.rb b/db/migrate/1_create_banners_banners.rb index f9e350a..f815020 100644 --- a/db/migrate/1_create_banners_banners.rb +++ b/db/migrate/1_create_banners_banners.rb @@ -11,6 +11,8 @@ class CreateBannersBanners < ActiveRecord::Migration t.date :start_date t.date :expiry_date t.integer :position + t.string :category + t.text :body t.timestamps end |