Sha256: 853a0bc36200e8fd20175af9847df305297f55b8b309681b7eaaa01c42d97338
Contents?: true
Size: 276 Bytes
Versions: 185
Compression:
Stored size: 276 Bytes
Contents
class CreateColors < ActiveRecord::Migration def change create_table :colors do |t| t.integer :library_group_id t.string :property t.string :code t.integer :position t.timestamps end add_index :colors, :library_group_id end end
Version data entries
185 entries across 182 versions & 22 rubygems