Sha256: 4517f2a81f2822b0b428ca61fffb0aea99976f6d5248f245c00a022a5b058054
Contents?: true
Size: 206 Bytes
Versions: 6
Compression:
Stored size: 206 Bytes
Contents
class CreateComments < ActiveRecord::Migration def self.up create_table :comments do |t| t.references :post t.timestamps end end def self.down drop_table :comments end end
Version data entries
6 entries across 6 versions & 1 rubygems