Sha256: de83969c6d30c3a070b8b157932cbc6503c82836c5fa2d49a4cb4bc3fc2092a1
Contents?: true
Size: 326 Bytes
Versions: 16
Compression:
Stored size: 326 Bytes
Contents
# This migration comes from almanac (originally 20121017210007) class CreateAlmanacFiles < ActiveRecord::Migration def up create_table :almanac_files do |t| t.string :image_uid t.string :thumb_uid t.references :post t.timestamps end end def down drop_table :almanac_files end end
Version data entries
16 entries across 16 versions & 1 rubygems