Sha256: f7ba588adb033f73651cbeaa91027fbad04e5905208339627085744cf4741825
Contents?: true
Size: 185 Bytes
Versions: 18
Compression:
Stored size: 185 Bytes
Contents
class CreateRestaurants < ActiveRecord::Migration def change create_table :restaurants do |t| t.string :name t.string :client_uid t.timestamps end end end
Version data entries
18 entries across 18 versions & 1 rubygems