Sha256: ea720add2688b9d6701d9b43019beccb9f3a110cdf5645d85b1659096544d9fb
Contents?: true
Size: 266 Bytes
Versions: 32
Compression:
Stored size: 266 Bytes
Contents
class CreateLicensings < ActiveRecord::Migration def change create_table :licensings do |t| t.references :image t.references :license t.timestamps end add_index :licensings, :image_id add_index :licensings, :license_id end end
Version data entries
32 entries across 32 versions & 1 rubygems