Sha256: dcdf4cd427e08d3d768012876cc5d7f5bdccb44d21d1e1e9d7cc002860f1dc38
Contents?: true
Size: 263 Bytes
Versions: 15
Compression:
Stored size: 263 Bytes
Contents
# This migration comes from spina (originally 20130503133649) class CreateSpinaGalleries < ActiveRecord::Migration def change create_table :spina_galleries do |t| t.integer :photo_id t.integer :page_part_id t.timestamps end end end
Version data entries
15 entries across 15 versions & 1 rubygems