Sha256: 92a51751e8cd399ff06c686a207bc5163b1b1e8011fc3c0715f3a50a143f5cca
Contents?: true
Size: 172 Bytes
Versions: 14
Compression:
Stored size: 172 Bytes
Contents
class CreatePosts < ActiveRecord::Migration def change create_table :posts do |t| t.string :title t.references :user t.timestamps end end end
Version data entries
14 entries across 14 versions & 2 rubygems