Sha256: cd102ab88a738652c9effb193ba072110e927801449de94bd81a7ff3fb7f604a
Contents?: true
Size: 159 Bytes
Versions: 21
Compression:
Stored size: 159 Bytes
Contents
class AddProductToProject < ActiveRecord::Migration def change add_column :projects, :product_id, :string add_index :projects, :product_id end end
Version data entries
21 entries across 21 versions & 1 rubygems