Sha256: 83511f2118d36cdfa4abc7f2690dd58155d27549bbaa5e2ab36b70a4731aa229
Contents?: true
Size: 202 Bytes
Versions: 15
Compression:
Stored size: 202 Bytes
Contents
class CreateComments < ActiveRecord::Migration[5.0] def change create_table :comments do |t| t.references :book, foreign_key: true t.string :text t.timestamps end end end
Version data entries
15 entries across 15 versions & 1 rubygems