Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ad_client_id | numeric | 10 | null |
|
|
||||||
| ad_org_id | numeric | 10 | null |
|
|
||||||
| created | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
| createdby | numeric | 10 | null |
|
|
||||||
| description | varchar | 255 | √ | NULL::character varying |
|
|
|||||
| help | varchar | 2000 | √ | NULL::character varying |
|
|
|||||
| isactive | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
| isavailableforreplenishment | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
| isavailableforreservation | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
| isavailableforshipping | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
| m_locatortype_id | numeric | 10 | null |
|
|
||||||
| m_locatortype_uu | varchar | 36 | √ | NULL::character varying |
|
|
|||||
| name | varchar | 60 | null |
|
|
||||||
| updated | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
| updatedby | numeric | 10 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| m_locatortype_key | Primary key | Asc | m_locatortype_id |
| m_locatortype_uu_idx | Must be unique | Asc | m_locatortype_uu |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| m_locatortype_isavailableforreservation_check | ((isavailableforreservation = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| m_locatortype_isavailableforreplenishment_check | ((isavailableforreplenishment = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| m_locatortype_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| m_locatortype_isavailableforshipping_check | ((isavailableforshipping = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |