Sha256: b68235f424664b779733b79ca7a0319a195321647fefe88419392030d1321f90
Contents?: true
Size: 236 Bytes
Versions: 67
Compression:
Stored size: 236 Bytes
Contents
class CreateOptions < ActiveRecord::Migration def self.up create_table :options do |t| t.references :product t.references :account t.string :title end end def self.down drop_table :options end end
Version data entries
67 entries across 67 versions & 21 rubygems