Class: CreatePhrasingImages
- Inherits:
-
ActiveRecord::Migration
- Object
- ActiveRecord::Migration
- CreatePhrasingImages
- Defined in:
- lib/generators/phrasing_plus/templates/db/migrate/create_phrasing_images.rb
Instance Method Summary collapse
Instance Method Details
#change ⇒ Object
2 3 4 5 6 7 8 9 |
# File 'lib/generators/phrasing_plus/templates/db/migrate/create_phrasing_images.rb', line 2 def change create_table :phrasing_images do |t| t.string :key t.string :image t. null: false end end |