CompanyIdentities


Columns

Column Type Size Nulls Auto Default Children Parents Comments
companyId uuid 2147483647 null
Companies.id CompanyIdentities_companyId_fkey C
type enum_public_company_identities_type 2147483647 null
status enum_public_company_identities_status 2147483647 null
details jsonb 2147483647 null
createdAt timestamptz 35,6 now()
updatedAt timestamptz 35,6 now()

Indexes

Constraint Name Type Sort Column(s)
CompanyIdentities_pkey Primary key Asc/Asc companyId + type
CompanyIdentities_companyId_type_createdAt_idx Performance Asc/Asc/Asc companyId + type + createdAt

Relationships