| # | Column Name | Nullable | Data Type | Max Length | Description |
|---|---|---|---|---|---|
| 1 | configuration_id | integer | 0 | The primary key of this table, which is also a serial field. | |
| 2 | config_id | integer | 0 | Foreign key to the table core.config. | |
| 3 | office_id | integer | 0 | ||
| 4 | value | text | 0 | ||
| 5 | configuration_details | text | 0 | Details on configuration. | |
| 6 | audit_user_id | integer | 0 | Contains the id of the user who last inserted or updated the corresponding row. | |
| 7 | audit_ts | timestamp with time zone | 0 | Contains the date and timestamp of the last insert or update action. |
| # | Column Name | Key Name | References |
|---|---|---|---|
| 2 | config_id | configuration_config_id_fkey | core.config.config_id |
| 6 | audit_user_id | configuration_audit_user_id_fkey | office.users.user_id |
| Index Name | Owner | Access Method | Definition | Description |
|---|---|---|---|---|
| configuration_pkey | postgres | btree | configuration_id |
| Constraint Name | Description |
|---|
| # | Column Name | Default |
|---|---|---|
| 1 | configuration_id | nextval('office.configuration_configuration_id_seq'::regclass) |
| 7 | audit_ts | now() |
| Trigger Name | Targets | On Event | Timing | Condition | Order | Orientation | Description |
|---|