Sha256: 2c2d5cb6808a12d6fae67087bacd9feba28514ede680791a6fa599b53b527a40
Contents?: true
Size: 269 Bytes
Versions: 3
Compression:
Stored size: 269 Bytes
Contents
class CreatePartObjectFields < ActiveRecord::Migration def change create_table :part_object_fields do |t| t.references :fieldable, polymorphic: true, index: true t.integer :position t.integer :part_object_id t.timestamps end end end
Version data entries
3 entries across 3 versions & 1 rubygems