Table of Contents |
---|
Dictionaries Data Model
dictionaries
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 | TEXTvalues | JSON | M | Dictionary | valuedescription | TEXT | Ocontent |
label | LIST | M | Purpose label
| ||||
active | BOOLEAN | M |
Dictionaries content
...