Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_totara_api_client_id_seq'::regclass) |
|
|
|||||||||||
name | varchar | 255 | ''::character varying |
|
|
||||||||||||
description | text | 2147483647 | √ | null |
|
|
|||||||||||
tenant_id | int8 | 19 | √ | null |
|
|
|||||||||||
time_created | int8 | 19 | null |
|
|
||||||||||||
status | int2 | 5 | 1 |
|
|
||||||||||||
user_id | int8 | 19 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_totaapiclie_id_pk | Primary key | Asc | id |
app_totaapiclie_ten_ix | Performance | Asc | tenant_id |
app_totaapiclie_tim_ix | Performance | Asc | time_created |
app_totaapiclie_use_ix | Performance | Asc | user_id |