Sha256: b8980cf21cef5f0cb4894d7abd0ffabc9224f76a91e3bf1ce6aa0b79db3f1d4f
Contents?: true
Size: 190 Bytes
Versions: 1
Compression:
Stored size: 190 Bytes
Contents
class CreateRestaurants < ActiveRecord::Migration[4.2] def change create_table :restaurants do |t| t.string :name t.string :client_uid t.timestamps end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
g5_updatable-1.0.2.pre.1 | spec/dummy/db/migrate/20141222072623_create_restaurants.rb |