Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
m_sernoctlexclude_id | numeric | 10 | null |
|
|
||||||
ad_client_id | numeric | 10 | null |
|
|
||||||
ad_org_id | numeric | 10 | null |
|
|
||||||
isactive | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
created | timestamp | 29,6 | now() |
|
|
||||||
createdby | numeric | 10 | null |
|
|
||||||
updated | timestamp | 29,6 | now() |
|
|
||||||
updatedby | numeric | 10 | null |
|
|
||||||
m_sernoctl_id | numeric | 10 | null |
|
|
||||||
ad_table_id | numeric | 10 | null |
|
|
||||||
issotrx | bpchar | 1 | 'N'::bpchar |
|
|
||||||
m_sernoctlexclude_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
m_sernoctlexclude_pkey | Primary key | Asc | m_sernoctlexclude_id |
m_sernoctlexclude_uu_idx | Must be unique | Asc | m_sernoctlexclude_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
m_sernoctlexclude_issotrx_check | ((issotrx = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
m_sernoctlexclude_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |