Sha256: 71a690c329bb923e039ab5f3b4043ada3dd692be6553d58650ace9af53d6bad4
Contents?: true
Size: 203 Bytes
Versions: 3
Compression:
Stored size: 203 Bytes
Contents
class CreateComments < ActiveRecord::Migration def change create_table :comments do |t| t.integer :user_id t.integer :post_id t.string :body t.timestamps end end end
Version data entries
3 entries across 3 versions & 2 rubygems