Sha256: e150c48bf52d531406c943cda22df2bdddb0bd8382f95a9ed9e897ede30f3b57
Contents?: true
Size: 220 Bytes
Versions: 6
Compression:
Stored size: 220 Bytes
Contents
class CreatePosts < ActiveRecord::Migration def change create_table :posts do |t| t.belongs_to :author t.string :title t.text :body t.integer :priority t.timestamps end end end
Version data entries
6 entries across 6 versions & 1 rubygems