CompanyVerificationMethods


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 gen_random_uuid()
CompanyVerificationMethodBenefits.companyVerificationMethodId CompanyVerificationMethodBenef_companyVerificationMethodId_fkey C
CompanyVerificationRequests.companyVerificationMethodId CompanyVerificationRequests_companyVerificationMethodId_fkey R
verificationMethod enum_CompanyVerificationMethods_verificationMethod 2147483647 null
level int2 5 null
createdAt timestamptz 35,6 now()
updatedAt timestamptz 35,6 now()
popularityTag jsonb 2147483647 null
supportedPlatforms _text 2147483647 null

All platforms where the verification method is supported

supportedCountries _text 2147483647 null

All countries where the verification method is supported (ISO 3166-1 alpha-2 country codes)

Indexes

Constraint Name Type Sort Column(s)
CompanyVerificationMethods_pkey Primary key Asc id
CompanyVerificationMethods_level_idx Performance Asc level
CompanyVerificationMethods_supportedPlatforms_idx Performance Asc supportedPlatforms
CompanyVerificationMethods_verificationMethod_key Must be unique Asc verificationMethod

Relationships