Sha256: 8b8d7b1e7aa070c7ba3f3e0bafc14eacff356e353aca11f856c1fff945686c04

Contents?: true

Size: 227 Bytes

Versions: 3

Compression:

Stored size: 227 Bytes

Contents

class CreateOrganizations < ActiveRecord::Migration
  def change
    create_table :organizations do |t|
      t.string :name
      t.string :subdomain
      t.integer :owner_id

      t.timestamps null: false
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
susply-1.0.0 spec/dummy/db/migrate/20150513183555_create_organizations.rb
susply-0.0.2 spec/dummy/db/migrate/20150513183555_create_organizations.rb
susply-0.0.1 spec/dummy/db/migrate/20150513183555_create_organizations.rb