Sha256: be02f0f5cf9893db8a12ded7a87abe3111abfac6ee43ab9625a57da42a5b1db3
Contents?: true
Size: 311 Bytes
Versions: 43
Compression:
Stored size: 311 Bytes
Contents
class CreateIdentityProviders < ActiveRecord::Migration[6.0] def change create_table :identity_providers, id: :uuid do |t| t.string :service t.string :domain, null: false t.string :idp_sso_target_url t.text :idp_cert end add_index :identity_providers, :domain end end
Version data entries
43 entries across 43 versions & 1 rubygems