catalog table columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
contextid | BIGINT | 19 | null |
|
|
|||||
objectid | BIGINT | 19 | null |
|
|
|||||
objecttype | VARCHAR | 100 |
|
|
||||||
ftshigh | LONGTEXT | 2147483647 | √ | null |
|
|
||||
ftsmedium | LONGTEXT | 2147483647 | √ | null |
|
|
||||
ftslow | LONGTEXT | 2147483647 | √ | null |
|
|
||||
sorttext | LONGTEXT | 2147483647 | √ | null |
|
|
Field used for alphabetical sorting |
|||
sorttime | BIGINT | 19 | 0 |
|
|
Field used for 'Latest' sorting |
Table contained -1 rows
catalog table indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
cata_fts2_fts | Performance | Asc | ftsmedium |
cata_fts3_fts | Performance | Asc | ftslow |
cata_fts_fts | Performance | Asc | ftshigh |