Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_totara_userdata_export_type_id_seq'::regclass) |
|
|
||||||
fullname | varchar | 1333 | ''::character varying |
|
|
|||||||
idnumber | varchar | 255 | ''::character varying |
|
|
|||||||
description | text | 2147483647 | null |
|
|
|||||||
allowself | int2 | 5 | 0 |
|
|
|||||||
includefiledir | int2 | 5 | 0 |
|
|
|||||||
usercreated | int8 | 19 | null |
|
|
|||||||
timecreated | int8 | 19 | null |
|
|
|||||||
timechanged | int8 | 19 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_totauserexpotype_id_pk | Primary key | Asc | id |
app_totauserexpotype_idn_uix | Must be unique | Asc | idnumber |