Sha256: 687bc1bcdcbd2fd25feeef872fbe429f00e6bdb5fe5b63e4a85903d6b69abdd2
Contents?: true
Size: 131 Bytes
Versions: 1
Compression:
Stored size: 131 Bytes
Contents
class CreateBooks < ActiveRecord::Migration[5.1] def change create_table :books do |t| t.timestamps end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
omniauth-slooob-1.0.0 | examples/rails_example/db/migrate/20170827120704_create_books.rb |