Sha256: 44c924d0c5f6050d28dac227403c9da8258e90808320f91bcb66cf2807f070c7
Contents?: true
Size: 203 Bytes
Versions: 2
Compression:
Stored size: 203 Bytes
Contents
class CreateBooks < ActiveRecord::Migration def change create_table :books do |t| t.string :name t.text :desc t.date :publish_at t.timestamps null: false end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
adminscaffold-1.0.1 | test/dummy/db/migrate/20150205063647_create_books.rb |
adminscaffold-1.0.0 | test/dummy/db/migrate/20150205063647_create_books.rb |