hlp_page


Columns

Column Type Size Nulls Auto Default Children Parents Comments
identifier VARCHAR 191 null
hlp_page.parent fk_page_parent 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()
content LONGTEXT 2147483647 NULL
module VARCHAR 5000 null
rank INT 10 null
tag VARCHAR 191 NULL
title VARCHAR 191 null
type VARCHAR 191 null
parent VARCHAR 191 NULL
hlp_page.identifier fk_page_parent R

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc identifier
fk_page_parent Performance Asc parent

Relationships