Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | uuid | 2147483647 | gen_random_uuid() |
|
|
||||||
| companyProductSubscriptionId | uuid | 2147483647 | null |
|
|
||||||
| status | "employer_purchases"."enum_CompanyProductSubscriptionAfterPaymentReceivedLogs_status" | 2147483647 | null |
|
|
||||||
| failureReason | text | 2147483647 | √ | null |
|
|
|||||
| processingDate | timestamptz | 35,6 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| CompanyProductSubscriptionAfterPaymentReceivedLogs_pkey | Primary key | Asc | id |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| CompanyProductSubscriptionAfterPaymentReceivedLogs_failureReaso | ((((status = 'FAILED'::employer_purchases."enum_CompanyProductSubscriptionAfterPaymentReceivedLogs_status") AND ("failureReason" IS NOT NULL)) OR ((status <> 'FAILED'::employer_purchases."enum_CompanyProductSubscriptionAfterPaymentReceivedLogs_status") AND ("failureReason" IS NULL)))) |

