Sha256: dad5e52fd4b5f9fc04b15a4c287041ad51cd1d1c376abc9a17edb618b1d7afe6
Contents?: true
Size: 245 Bytes
Versions: 1
Compression:
Stored size: 245 Bytes
Contents
class CreateClients < ActiveRecord::Migration[4.2] def change create_table :clients do |t| t.string :uid t.string :name t.string :vertical t.string :type t.string :domain 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/20140630175330_create_clients.rb |