Class: CreateItems
- Inherits:
-
Object
- Object
- CreateItems
- Defined in:
- lib/db/migrate/20160912172429_create_items.rb
Instance Method Summary collapse
Instance Method Details
#change ⇒ Object
2 3 4 5 6 7 8 |
# File 'lib/db/migrate/20160912172429_create_items.rb', line 2 def change create_table :items do |t| t.string :body t.boolean :done t. null: false end end |