AutomatedApplicationCSVExportLogs


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 gen_random_uuid()
companyId uuid 2147483647 null
Companies.id AutomatedApplicationCSVExportLogs_companyId_fkey N
applicationsStartDate timestamptz 35,6 null

The start date of the applications which are being exported

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

The frequency of automated CSV export to email

Indexes

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

Relationships