SubscriptionCsvDownloads


Description

Table to associate CSV download functionality with CompanyJobSlotsSubscriptions

Columns

Column Type Size Nulls Auto Default Children Parents Comments
companyJobSlotsSubscriptionId uuid 2147483647 null
CompanyJobSlotsSubscriptions.id SubscriptionCsvDownloads_companyJobSlotsSubscriptionId_fkey C
hasCSVDownload bool 1 null

Used to determine if the subscription plan provides CSV download functionality

createdAt timestamptz 35,6 now()
hasAutomatedCSVExport bool 1 false

Used to determine if the subscription plan provides automated CSV export to email functionality

automatedCSVExportFrequency "employer_commerce"."enum_SubscriptionCsvDownloads_automatedCSVExportFrequency" 2147483647 null

Used to determine the frequency of automated CSV export to email, if applicable

Indexes

Constraint Name Type Sort Column(s)
SubscriptionCsvDownloads_pkey Primary key Asc companyJobSlotsSubscriptionId
employer_commerce_SubscriptionCsvDownloads_companyJobSlotsSubsc Performance Asc companyJobSlotsSubscriptionId
employer_commerce_SubscriptionCsvDownloads_hasCSVDownload_idx Performance Asc hasCSVDownload
SubscriptionCsvDownloads_hasAutomatedCSVExport_idx Performance Asc hasAutomatedCSVExport

Relationships