Class: CreateKiltObjects
- Inherits:
-
ActiveRecord::Migration
- Object
- ActiveRecord::Migration
- CreateKiltObjects
- Defined in:
- lib/generators/kilt/templates/backend/create_kilt_objects.rb
Instance Method Summary collapse
Instance Method Details
#change ⇒ Object
2 3 4 5 6 7 8 9 10 11 12 |
# File 'lib/generators/kilt/templates/backend/create_kilt_objects.rb', line 2 def change create_table :kilt_objects do |t| t.string :unique_id t.string :name t.string :object_type t.string :slug t.text :data t. end end |