Sha256: ce949f9e31cd5664dea1619492514574a9027c8022db175242487620410ac68d
Contents?: true
Size: 329 Bytes
Versions: 12
Compression:
Stored size: 329 Bytes
Contents
class CreateSelections < ActiveRecord::Migration def change create_table :selections do |t| t.string :name t.integer :parent_id t.string :system_code t.integer :position_value t.boolean :is_default t.boolean :is_system t.datetime :archived_at t.timestamps end end end
Version data entries
12 entries across 12 versions & 1 rubygems