Sha256: b547e70c503a37a56e9236e009d50f3dfe8b3124b6d9e386f199a6cac530eac5
Contents?: true
Size: 252 Bytes
Versions: 157
Compression:
Stored size: 252 Bytes
Contents
class CreateColors < ActiveRecord::Migration[4.2] 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
157 entries across 157 versions & 21 rubygems