Sha256: bcb7b390b92a851d5f1a70570ef9ee92ed9d1a8a051ac2db4a0ac5f1166c799d
Contents?: true
Size: 201 Bytes
Versions: 8
Compression:
Stored size: 201 Bytes
Contents
class CreatePosts < ActiveRecord::Migration def change create_table :posts do |t| t.string :title t.references :user t.references :category t.timestamps end end end
Version data entries
8 entries across 8 versions & 1 rubygems