Sha256: d7137d8e20389ca58b88c6bb221e32dcfc5018dbece9d0fc4a86b8c52839b8d4
Contents?: true
Size: 215 Bytes
Versions: 73
Compression:
Stored size: 215 Bytes
Contents
class CreateComments < ActiveRecord::Migration def change create_table :comments do |t| t.string :commenter t.text :body t.references :post, index: true t.timestamps end end end
Version data entries
73 entries across 73 versions & 3 rubygems