| # | Column Name | Nullable | Data Type | Max Length | Description |
|---|---|---|---|---|---|
| 1 | config_id | integer | 0 | The primary key of this table. | |
| 2 | config_name | character varying | 50 | The name given to the , which is also a unique field. |
| # | Column Name | Key Name | References |
|---|
| Index Name | Owner | Access Method | Definition | Description |
|---|---|---|---|---|
| config_pkey | postgres | btree | config_id | |
| config_config_name_key | postgres | btree | config_name |
| Constraint Name | Description |
|---|
| # | Column Name | Default |
|---|
| Trigger Name | Targets | On Event | Timing | Condition | Order | Orientation | Description |
|---|