Sha256: 885afb3d5b3db6b41a6c8aba711926bb9fdb24da41b08ef10452215626bbca77
Contents?: true
Size: 235 Bytes
Versions: 5
Compression:
Stored size: 235 Bytes
Contents
class CreatePictures < ActiveRecord::Migration def change create_table :pictures do |t| t.string :name t.string :file t.integer :imageable_id t.string :imageable_type t.timestamps end end end
Version data entries
5 entries across 5 versions & 1 rubygems