| # | Column Name | Nullable | Data Type | Max Length | Description |
|---|---|---|---|---|---|
| 1 | resource_id | integer | 0 | ||
| 2 | path | text | 0 | ||
| 3 | key | text | 0 | ||
| 4 | value | text | 0 |
| # | Column Name | Key Name | References |
|---|
| Index Name | Owner | Access Method | Definition | Description |
|---|---|---|---|---|
| resources_pkey | postgres | btree | resource_id | |
| resources_key_inx | postgres | btree | key | |
| resources_path_inx | postgres | btree | path | |
| resources_path_key_inx | postgres | btree | path key | |
| resources_path_key_uix | postgres | btree | upper(path) upper(key) |
| Constraint Name | Description |
|---|
| # | Column Name | Default |
|---|---|---|
| 1 | resource_id | nextval('localization.resources_resource_id_seq'::regclass) |
| Trigger Name | Targets | On Event | Timing | Condition | Order | Orientation | Description |
|---|