AutomatedCSVExportLogs


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 gen_random_uuid()
companyId uuid 2147483647 null
Companies.id AutomatedCSVExportLogs_companyId_fkey N
applicationsStartDate date 13 null

The start date of the applications which are being exported

applicationsEndDate date 13 null

The end date of the applications which are being exported

status "employer_commerce"."enum_AutomatedCSVExportLogs_status" 2147483647 null
fileName text 2147483647 null
createdAt timestamptz 35,6 now()
updatedAt timestamptz 35,6 now()

Indexes

Constraint Name Type Sort Column(s)
AutomatedCSVExportLogs_pkey Primary key Asc id
AutomatedCSVExportLogs_companyId_applicationsStartDate_status_i Must be unique Asc/Asc/Asc companyId + applicationsStartDate + status

Relationships