Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_virtualmeeting_id_seq'::regclass) |
|
|
||||||
plugin | varchar | 255 | ''::character varying |
|
|
|||||||
userid | int8 | 19 | null |
|
|
|||||||
timecreated | int8 | 19 | null |
|
|
|||||||
timemodified | int8 | 19 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_virt_id_pk | Primary key | Asc | id |
app_virt_plu_ix | Performance | Asc | plugin |
app_virt_use_ix | Performance | Asc | userid |