Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
numeric | 10 | null |
|
|
|||||||
ad_client_id | numeric | 10 | null |
|
|
||||||
ad_org_id | numeric | 10 | null |
|
|
||||||
created | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
createdby | numeric | 10 | null |
|
|
||||||
isactive | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
varchar | 36 | √ | NULL::character varying |
|
|
||||||
updated | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
updatedby | numeric | 10 | null |
|
|
||||||
numeric | 10 | √ | NULL::numeric |
|
|
||||||
varchar | 10 | NULL::character varying |
|
|
|||||||
scopeurl | varchar | 2000 | NULL::character varying |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
ad_authorizationscopeprov_key | Primary key | Asc | ad_authorizationscopeprov_id |
ad_authorizationscopeprov_unq | Must be unique | Asc/Asc | ad_authorizationprovider_id + ad_authorizationscope |
ad_authorizationscopeprovuuidx | Must be unique | Asc | ad_authorizationscopeprov_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
ad_authorizationscopeprov_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |