Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_org_id_seq'::regclass) |
|
|
||||||||||||||||||||||||||||||||
shortname | varchar | 100 | √ | null |
|
|
||||||||||||||||||||||||||||||||
description | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||||||||
idnumber | varchar | 100 | √ | null |
|
|
||||||||||||||||||||||||||||||||
frameworkid | int8 | 19 | null |
|
|
|||||||||||||||||||||||||||||||||
path | varchar | 255 | ''::character varying |
|
|
|||||||||||||||||||||||||||||||||
parentid | int8 | 19 | null |
|
|
|||||||||||||||||||||||||||||||||
visible | int2 | 5 | null |
|
|
|||||||||||||||||||||||||||||||||
timecreated | int8 | 19 | null |
|
|
|||||||||||||||||||||||||||||||||
timemodified | int8 | 19 | null |
|
|
|||||||||||||||||||||||||||||||||
usermodified | int8 | 19 | null |
|
|
|||||||||||||||||||||||||||||||||
fullname | varchar | 1024 | √ | null |
|
|
||||||||||||||||||||||||||||||||
depthlevel | int8 | 19 | √ | null |
|
|
||||||||||||||||||||||||||||||||
typeid | int8 | 19 | 0 |
|
|
|||||||||||||||||||||||||||||||||
sortthread | varchar | 255 | √ | null |
|
|
||||||||||||||||||||||||||||||||
totarasync | int2 | 5 | 0 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_org_id_pk | Primary key | Asc | id |
app_org_fra_ix | Performance | Asc | frameworkid |
app_org_par_ix | Performance | Asc | parentid |
app_org_tot_ix | Performance | Asc | totarasync |
app_org_typ_ix | Performance | Asc | typeid |