batch_voucher_export_configs__t


Columns

Column Type Size Nulls Auto Default Children Parents Comments
__id int8 19 null
__cf bool 1 true
__start timestamptz 35,6 null
__source varchar 63 null
__origin varchar 63 ''::character varying
id uuid 2147483647 null
start_time varchar 5 null
batch_group_id uuid 2147483647 null
batch_groups__t.id batch_voucher_export_configs__t_batch_group_id_fkeyR
enable_scheduled_export bool 1 null
format varchar 15 null

Indexes

Constraint Name Type Sort Column(s)
batch_voucher_export_configs__t_pkey Primary key Asc __id
batch_voucher_export_configs__t___origin_idx Performance Asc __origin
batch_voucher_export_configs__t___source_idx Performance Asc __source
batch_voucher_export_configs__t___start_idx Performance Asc __start
batch_voucher_export_configs__t_batch_group_id_idx Performance Asc batch_group_id
batch_voucher_export_configs__t_enable_scheduled_export_idx Performance Asc enable_scheduled_export
batch_voucher_export_configs__t_format_idx Performance Asc format
batch_voucher_export_configs__t_id_idx Performance Asc id
batch_voucher_export_configs__t_start_time_idx Performance Asc start_time

Relationships