Sha256: cb745b17e89afabf011e9f333290f6aef8c0f75a82c449e2a400defe0cc9786d
Contents?: true
Size: 213 Bytes
Versions: 75
Compression:
Stored size: 213 Bytes
Contents
class CreatePosts < ActiveRecord::Migration def self.up create_table :posts do |t| t.string :title t.text :body t.timestamps end end def self.down drop_table :posts end end
Version data entries
75 entries across 75 versions & 12 rubygems