Sha256: b3bc35fb41e9b1a6f9bc2f6bedd7a895939ef8cee64453ff3a6f6428d16b1d7a
Contents?: true
Size: 162 Bytes
Versions: 2
Compression:
Stored size: 162 Bytes
Contents
class CreateAlbums < ActiveRecord::Migration def change create_table :albums do |t| t.string :title t.timestamps null: false end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rails_admin_dropzone-1.0.8 | example/db/migrate/20160708113513_create_albums.rb |
rails_admin_dropzone-1.0.7 | example/db/migrate/20160708113513_create_albums.rb |