XenditInvoiceCallbackLogs


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 gen_random_uuid()
webhookId text 2147483647 null
xenditInvoiceId text 2147483647 null
transactionId text 2147483647 null
transactionStatus enum_Xendit_transaction_status 2147483647 null
status enum_XenditInvoiceCallbackLogStatus_type 2147483647 null
createdAt timestamptz 35,6 now()
updatedAt timestamptz 35,6 now()

Indexes

Constraint Name Type Sort Column(s)
XenditInvoiceCallbackLogs_pkey Primary key Asc id
XenditInvoiceCallbackLogs_webhookId_idx Must be unique Asc webhookId

Relationships