Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_facetoface_facilitator_id_seq'::regclass) |
|
|
||||||
name | varchar | 100 | √ | null |
|
|
||||||
userid | int8 | 19 | 0 |
|
|
|||||||
allowconflicts | int2 | 5 | 0 |
|
|
|||||||
description | text | 2147483647 | √ | null |
|
|
||||||
custom | int2 | 5 | 0 |
|
|
|||||||
int2 | 5 | 0 |
|
|
||||||||
usercreated | int8 | 19 | √ | null |
|
|
||||||
usermodified | int8 | 19 | √ | null |
|
|
||||||
timecreated | int8 | 19 | √ | 0 |
|
|
||||||
timemodified | int8 | 19 | √ | 0 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_facefaci_id_pk | Primary key | Asc | id |
app_facefaci_cus_ix | Performance | Asc | custom |
app_facefaci_use2_ix | Performance | Asc | usercreated |
app_facefaci_use3_ix | Performance | Asc | usermodified |
app_facefaci_use_ix | Performance | Asc | userid |