class CreateBannerPages
Public Instance Methods
change()
click to toggle source
# File lib/generators/dummy/templates/migrations/create_banner_pages.rb, line 2 def change create_table :banner_pages do |t| t.text :intro_text_html t.string :top_banner_uid t.string :bottom_banner_uid t.timestamps(null: false) end end