Sha256: 8e0976423a912f498487d1119f485565f3c04332d3f8813ac8a348cab8750e35
Contents?: true
Size: 204 Bytes
Versions: 1
Compression:
Stored size: 204 Bytes
Contents
class CreateBlorghComments < ActiveRecord::Migration def change create_table :blorgh_comments do |t| t.integer :article_id t.text :text t.timestamps null: false end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
arlblorgh-0.0.1 | db/migrate/20160317041222_create_blorgh_comments.rb |