conf_digital_library


Columns

Column Type Size Nulls Auto Default Children Parents Comments
identifier VARCHAR 191 null
label VARCHAR 255 null
library VARCHAR 191 null
lib_library.identifier fk_conf_digital_library_library R
address VARCHAR 255 null
port VARCHAR 255 NULL
login VARCHAR 255 NULL
password VARCHAR 255 NULL
delivery_folder VARCHAR 255 NULL
mail VARCHAR 255 NULL
active BIT 1 b'1'
export_view BIT 1 b'0'
export_print BIT 1 NULL
export_thumb BIT 1 b'0'
export_aip_sip BIT 1 b'0'
export_mets BIT 1 b'0'
export_pdf BIT 1 b'0'
export_alto BIT 1 b'0'
version BIGINT 19 null
created_by VARCHAR 255 'system'
last_modified_by VARCHAR 255 'system'
created_date TIMESTAMP 19 current_timestamp()
last_modified_date TIMESTAMP 19 current_timestamp()
default_value VARCHAR 255 NULL
sftp BIT 1 null
export_master BIT 1 b'0'

Indexes

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

Relationships