Sha256: b88e5389acf0a9b9276c9d352e40d72f77f7c540cdc2564981ef051f0dcfd062
Contents?: true
Size: 199 Bytes
Versions: 6
Compression:
Stored size: 199 Bytes
Contents
class CreatePosts < ActiveRecord::Migration def self.up create_table :posts do |t| t.integer :author_id t.timestamps end end def self.down drop_table :posts end end
Version data entries
6 entries across 6 versions & 1 rubygems