data_export

2 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id int4 10 √ null
name text 2147483647 null
export_format int4 10 √ null

0=CSV, 1=Excel, 2=XML, 3=Delimited Text

output_type int4 10 √ null

0=File (download), 1=S3 Storage, 2=Email

output_target text 2147483647 √ null
query text 2147483647 √ null
params jsonb 2147483647 √ null
export_options jsonb 2147483647 √ null
template_url text 2147483647 √ null
start_row int4 10 √ 1

Indexes

Constraint Name Type Sort Column(s)
data_export_pk Primary key Asc id

Relationships