...
Attribute | Type | M/O | Description |
---|---|---|---|
id | UUID | M | PK |
name | TEXT | M | Unique dictionary name |
label | LIST | M | Purpose label
|
active | BOOLEAN | M |
dictionaries_values
Attribute | Type | M/O | Description |
---|---|---|---|
id | UUID | M | PK |
dictionary_id | TEXT | M | FK: dictionaries |
code | TEXT | M | Dictionary value It must be unique in pair with dictionary_id |
description | TEXT | O | |
label | LIST | M | Purpose label
|
active | BOOLEAN | M |
...