Sha256: a35c428410d180d0fbbe799ef3096a67526e99dc30da3b9952316f490ed30662
Contents?: true
Size: 229 Bytes
Versions: 20
Compression:
Stored size: 229 Bytes
Contents
class CreateComments < ActiveRecord::Migration[4.2] def change create_table :comments do |t| t.string :author t.text :text t.integer :article_id t.timestamps null: false, limit: 6 end end end
Version data entries
20 entries across 20 versions & 1 rubygems