doc_export_property


Columns

Column Type Size Nulls Auto Default Children Parents Comments
identifier VARCHAR 191 null
value TEXT 65535 NULL
language VARCHAR 255 NULL
rank INT 10 NULL
type VARCHAR 191 NULL
doc_property_type.identifier fk_doc_export_property_type R
record VARCHAR 191 NULL
doc_export_data.identifier fk_doc_export_property R
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_export_property Performance Asc record
fk_doc_export_property_type Performance Asc type

Relationships