Sha256: a747e437828cfdd77710555910c1afe1422421d8fdecfac447685ea9833a6277
Contents?: true
Size: 284 Bytes
Versions: 11
Compression:
Stored size: 284 Bytes
Contents
class CreateSiblings < ActiveRecord::Migration def change create_table :siblings do |t| t.string :uid t.string :name t.string :git_repo t.string :heroku_repo t.string :heroku_app_name t.boolean :main_app t.timestamps end end end
Version data entries
11 entries across 11 versions & 1 rubygems