auth.sso_providers

#NameTypeNullableDefaultPK
1iduuidNOPK
2resource_idtextYES
3created_attimestamp with time zoneYES
4updated_attimestamp with time zoneYES

Indexes

NameDefinitionUniquePrimarySize
sso_providers_pkeyCREATE UNIQUE INDEX sso_providers_pkey ON auth.sso_providers USING btree (id)8192 bytes
sso_providers_resource_id_idxCREATE UNIQUE INDEX sso_providers_resource_id_idx ON auth.sso_providers USING btree (lower(resource_id))8192 bytes

Constraints

NameTypeDefinition
resource_id not emptyCHECKCHECK (((resource_id = NULL::text) OR (char_length(resource_id) > 0)))
sso_providers_pkeyPRIMARY KEYPRIMARY KEY (id)