Sha256: 920d0339943abd0174aa18fb78c2b7d9738edae9bf3c16e7d94fc994117d9eaa
Contents?: true
Size: 359 Bytes
Versions: 16
Compression:
Stored size: 359 Bytes
Contents
# This migration comes from almanac (originally 20121101030836) class CreateAlmanacComments < ActiveRecord::Migration def up create_table :almanac_comments do |t| t.text :body t.string :author_email t.string :author_name t.references :post t.timestamps end end def down drop_table :almanac_comments end end
Version data entries
16 entries across 16 versions & 1 rubygems