Sha256: 19af402274c1d9cfffc03d0cb563a6f03f535bb5523175148a7650bd1e7a68f8
Contents?: true
Size: 298 Bytes
Versions: 16
Compression:
Stored size: 298 Bytes
Contents
# This migration comes from almanac (originally 20121010033555) class CreateAlmanacBlogs < ActiveRecord::Migration def up create_table :almanac_blogs do |t| t.string :title t.references :author t.timestamps end end def down drop_table :almanac_blogs end end
Version data entries
16 entries across 16 versions & 1 rubygems