Class: InstallGarland
- Inherits:
-
Object
- Object
- InstallGarland
- Defined in:
- lib/generators/garland_rails/templates/install_migration.rb
Instance Method Summary collapse
Instance Method Details
#change ⇒ Object
2 3 4 5 6 7 8 9 10 11 12 13 |
# File 'lib/generators/garland_rails/templates/install_migration.rb', line 2 def change create_table :garlands do |t| t.text :entity, null: false t.boolean :entity_type, null: false t.integer :previous t.integer :next t.integer :belongs_to_id t.string :belongs_to_type t.string :type t. end end |