Sha256: 086794c37bd1fc6f711aa4c8678df64bfc7c98623168d684c6624868d31dd20e
Contents?: true
Size: 163 Bytes
Versions: 1
Compression:
Stored size: 163 Bytes
Contents
class CreateOrganizations < ActiveRecord::Migration def change create_table :organizations do |t| t.string :name t.timestamps end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dread-0.1.0 | test/dummy/db/migrate/20151013210139_create_organizations.rb |