Sha256: 5e9e6e3d8a510a2461d9f1aab6382a46adaf8ce9a7a6cd5e49e87b1847a01688
Contents?: true
Size: 201 Bytes
Versions: 12
Compression:
Stored size: 201 Bytes
Contents
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
12 entries across 12 versions & 1 rubygems