Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
ID | int4 | 10 | √ | null |
|
|
Category ID |
|||
owneruser | int4 | 10 | √ | null |
|
|
Owner user ID (PUBLIC if |
|||
ownergroup | int4 | 10 | √ | null |
|
|
Owner group ID (PUBLIC if |
|||
creator | int4 | 10 | √ | null |
|
|
Creator user ID (defaults to authenticated user on creation) |
|||
creationdate | int8 | 19 | date_part('epoch'::text, now()) |
|
|
Creation date and time as a Unix time stamp (defaults to current date and time on creation) |
||||
entity | text | 2147483647 | null |
|
|
Canonical entity |
||||
name | text | 2147483647 | null |
|
|
Name |
Table contained 0 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
pk_categories | Primary key | Asc | ID |
u_categories_entity_name | Must be unique | Asc/Asc | entity + name |
u_categories_ownergroup_entity_name | Must be unique | Asc/Asc/Asc | ownergroup + entity + name |
u_categories_owneruser_entity_name | Must be unique | Asc/Asc/Asc | owneruser + entity + name |