Sha256: eed8ae2a3e0c3d8cd96b91faf3af2158e5975819730a90d35e62b868293031c3
Contents?: true
Size: 151 Bytes
Versions: 2
Compression:
Stored size: 151 Bytes
Contents
class CreateComments < ActiveRecord::Migration def change create_table :comments do |t| t.text :body t.timestamps end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
hublot-0.0.6 | test/dummy/db/migrate/20130715211742_create_comments.rb |
hublot-0.0.5 | test/dummy/db/migrate/20130715211742_create_comments.rb |