Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('app_config_log_id_seq'::regclass) |
|
|
||||
| userid | int8 | 19 | null |
|
|
|||||
| timemodified | int8 | 19 | null |
|
|
|||||
| plugin | varchar | 100 | √ | null |
|
|
||||
| name | varchar | 100 | ''::character varying |
|
|
|||||
| value | text | 2147483647 | √ | null |
|
|
||||
| oldvalue | text | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| app_conflog_id_pk | Primary key | Asc | id |
| app_conflog_tim_ix | Performance | Asc | timemodified |
| app_conflog_use_ix | Performance | Asc | userid |

