Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('pgmetadata.theme_id_seq'::regclass) |
|
|
Internal automatic integer ID |
|
code | text | 2147483647 | null |
|
|
Code Of the theme |
||
label | text | 2147483647 | null |
|
|
Label of the theme |
||
description | text | 2147483647 | √ | null |
|
|
Description of the theme |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
theme_pkey | Primary key | Asc | id |
theme_code_key | Must be unique | Asc | code |
theme_label_key | Must be unique | Asc | label |
Diagram producer might be missing
No diagrams were produced please see application output for any errors