conf_email


Columns

Column Type Size Nulls Auto Default Children Parents Comments
identifier VARCHAR 191 null
conf_email_prop.conf_id fk_conf_email_prop_conf R
label VARCHAR 255 null
library VARCHAR 191 null
lib_library.identifier fk_conf_email_library R
username VARCHAR 255 NULL
password VARCHAR 255 NULL
host VARCHAR 255 NULL
port INT 10 NULL
inbox VARCHAR 255 NULL
active BIT 1 b'1'
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()

Indexes

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

Relationships