Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('ir_config_parameter_id_seq'::regclass) |
|
|
|||||
| create_uid | int4 | 10 | √ | null |
|
|
Created by |
||||
| write_uid | int4 | 10 | √ | null |
|
|
Last Updated by |
||||
| key | varchar | 2147483647 | null |
|
|
Key |
|||||
| value | text | 2147483647 | null |
|
|
Value |
|||||
| create_date | timestamp | 29,6 | √ | null |
|
|
Created on |
||||
| write_date | timestamp | 29,6 | √ | null |
|
|
Last Updated on |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| ir_config_parameter_pkey | Primary key | Asc | id |
| ir_config_parameter_key_uniq | Must be unique | Asc | key |

