Sha256: 3f4bb4a31d1044cdba40f1cb6a4858b215a0b12c4b3fa83e242ca5cf99953692
Contents?: true
Size: 247 Bytes
Versions: 34
Compression:
Stored size: 247 Bytes
Contents
class CreateColors < ActiveRecord::Migration def change create_table :colors do |t| t.references :library_group, index: true t.string :property t.string :code t.integer :position t.timestamps end end end
Version data entries
34 entries across 30 versions & 13 rubygems