Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('gobs.glossary_id_seq'::regclass) |
|
|
ID |
|
gl_field | text | 2147483647 | null |
|
|
Target field for this glossary item |
||
gl_code | text | 2147483647 | null |
|
|
Item code to store in tables |
||
gl_label | text | 2147483647 | null |
|
|
Item label to show for users |
||
gl_description | text | 2147483647 | null |
|
|
Description of the item |
||
gl_order | int2 | 5 | √ | null |
|
|
Display order among the field items |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
glossary_pkey | Primary key | Asc | id |
glossary_gl_field_idx | Performance | Asc | gl_field |