Sha256: 739873dab733f0dce8909fc7f6ac9783cf8249622a39572446f2d3033a6b4efd
Contents?: true
Size: 203 Bytes
Versions: 6
Compression:
Stored size: 203 Bytes
Contents
class CreateAuthors < ActiveRecord::Migration def self.up create_table :authors do |t| t.references :post t.timestamps end end def self.down drop_table :authors end end
Version data entries
6 entries across 6 versions & 1 rubygems