doc_check_slip_config


Columns

Column Type Size Nulls Auto Default Children Parents Comments
identifier VARCHAR 191 null
library VARCHAR 191 NULL
lib_library.identifier fk_doc_check_slip_config_library R
pgcn_id BIT 1 NULL
title BIT 1 NULL
state BIT 1 NULL
errors BIT 1 NULL
nb_pages BIT 1 NULL
nb_pages_tobill BIT 1 NULL
separator VARCHAR 255 NULL
encoding VARCHAR 255 NULL
version BIGINT 19 null
created_by VARCHAR 191 'system'
last_modified_by VARCHAR 191 'system'
created_date TIMESTAMP 19 current_timestamp()
last_modified_date TIMESTAMP 19 current_timestamp()

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc identifier
fk_doc_check_slip_config_library Performance Asc library

Relationships