Sha256: 543d44ebac84b05dd7fb4e85cf95a752b0664d7011e4d038771728fa0bc8bb01
Contents?: true
Size: 404 Bytes
Versions: 40
Compression:
Stored size: 404 Bytes
Contents
class CreateReddePhotos < ActiveRecord::Migration def change create_table :redde_photos do |t| t.integer :imageable_id t.string :imageable_type t.integer :position t.string :src t.string :token t.timestamps null: false end add_index :redde_photos, :imageable_id add_index :redde_photos, :imageable_type add_index :redde_photos, :token end end
Version data entries
40 entries across 40 versions & 1 rubygems