Sha256: c886ada230228e778733008bc691825cf0cafd4195004d7c3ed2e34910f5585f
Contents?: true
Size: 184 Bytes
Versions: 32
Compression:
Stored size: 184 Bytes
Contents
class CreateFlags < ActiveRecord::Migration def change create_table :flags do |t| t.references :image t.timestamps end add_index :flags, :image_id end end
Version data entries
32 entries across 32 versions & 1 rubygems