Sha256: 3c16abba86573c565518f4d07a27c2a7c66deb25e8284b2ff143c5f42e69f157
Contents?: true
Size: 215 Bytes
Versions: 5
Compression:
Stored size: 215 Bytes
Contents
class CreateComments < ActiveRecord::Migration def change create_table :comments do |t| t.text :body t.integer :author_id t.integer :post_id t.timestamps null: false end end end
Version data entries
5 entries across 5 versions & 1 rubygems