Sha256: dac6e990f35fd30924e02b7c44fce508f691c64d9f1f589e09adcaf29ec79022

Contents?: true

Size: 496 Bytes

Versions: 43

Compression:

Stored size: 496 Bytes

Contents

class CreateEnterpriseAccounts < ActiveRecord::Migration[6.0]
  def change
    create_table :enterprise_accounts, id: :uuid do |t|
      t.string  :domain, null: false
      t.uuid :external_uuid
      t.integer :external_int_id
      t.string :external_id
    end

    add_index :enterprise_accounts, :domain, unique: true

    add_reference :identity_providers, :enterprise_account, type: :uuid, index: true    
    add_reference :users, :enterprise_account, type: :uuid, index: true
  end
end

Version data entries

43 entries across 43 versions & 1 rubygems

Version Path
osso-0.1.2 lib/osso/db/migrate/20200411192645_create_enterprise_accounts.rb
osso-0.1.1 lib/osso/db/migrate/20200411192645_create_enterprise_accounts.rb
osso-0.1.0 lib/osso/db/migrate/20200411192645_create_enterprise_accounts.rb
osso-0.0.11 lib/osso/db/migrate/20200411192645_create_enterprise_accounts.rb
osso-0.0.10 lib/osso/db/migrate/20200411192645_create_enterprise_accounts.rb
osso-0.0.8 lib/osso/db/migrate/20200411192645_create_enterprise_accounts.rb
osso-0.0.7 lib/osso/db/migrate/20200411192645_create_enterprise_accounts.rb
osso-0.0.6 lib/osso/db/migrate/20200411192645_create_enterprise_accounts.rb
osso-0.0.6.alpha lib/osso/db/migrate/20200411192645_create_enterprise_accounts.rb
osso-0.0.5 lib/osso/db/migrate/20200411192645_create_enterprise_accounts.rb
osso-0.0.5.pre.lambda lib/osso/db/migrate/20200411192645_create_enterprise_accounts.rb
osso-0.0.5.pre.kappa lib/osso/db/migrate/20200411192645_create_enterprise_accounts.rb
osso-0.0.5.pre.iota lib/osso/db/migrate/20200411192645_create_enterprise_accounts.rb
osso-0.0.5.pre.theta lib/osso/db/migrate/20200411192645_create_enterprise_accounts.rb
osso-0.0.5.pre.eta lib/osso/db/migrate/20200411192645_create_enterprise_accounts.rb
osso-0.0.5.pre.zeta lib/osso/db/migrate/20200411192645_create_enterprise_accounts.rb
osso-0.0.5.pre.epsilon lib/osso/db/migrate/20200411192645_create_enterprise_accounts.rb
osso-0.0.5.pre.delta lib/osso/db/migrate/20200411192645_create_enterprise_accounts.rb
osso-0.0.5.pre.gamma lib/osso/db/migrate/20200411192645_create_enterprise_accounts.rb
osso-0.0.5.pre.beta lib/osso/db/migrate/20200411192645_create_enterprise_accounts.rb