Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
s_resourcetype_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 |
|
|
||||||
value | varchar | 40 | null |
|
|
||||||
name | varchar | 60 | null |
|
|
||||||
description | varchar | 255 | √ | null |
|
|
|||||
issingleassignment | bpchar | 1 | 'N'::bpchar |
|
|
||||||
c_uom_id | numeric | 10 | null |
|
|
||||||
allowuomfractions | bpchar | 1 | 'N'::bpchar |
|
|
||||||
timeslotstart | timestamp | 29,6 | √ | null |
|
|
|||||
timeslotend | timestamp | 29,6 | √ | null |
|
|
|||||
istimeslot | bpchar | 1 | 'N'::bpchar |
|
|
||||||
isdateslot | bpchar | 1 | 'N'::bpchar |
|
|
||||||
onsunday | bpchar | 1 | 'N'::bpchar |
|
|
||||||
onmonday | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
ontuesday | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
onwednesday | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
onthursday | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
onfriday | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
onsaturday | bpchar | 1 | 'N'::bpchar |
|
|
||||||
m_product_category_id | numeric | 10 | null |
|
|
||||||
c_taxcategory_id | numeric | 10 | null |
|
|
||||||
chargeableqty | numeric | 0 | √ | 0 |
|
|
|||||
s_resourcetype_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
s_resourcetype_pkey | Primary key | Asc | s_resourcetype_id |
s_resourcetype_uu_idx | Must be unique | Asc | s_resourcetype_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
s_resourcetype_onmonday_check | ((onmonday = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
s_resourcetype_isdateslot_check | ((isdateslot = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
s_resourcetype_issingleassignment_check | ((issingleassignment = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
s_resourcetype_onsaturday_check | ((onsaturday = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
s_resourcetype_ontuesday_check | ((ontuesday = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
s_resourcetype_istimeslot_check | ((istimeslot = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
s_resourcetype_onfriday_check | ((onfriday = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
s_resourcetype_onwednesday_check | ((onwednesday = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
s_resourcetype_onthursday_check | ((onthursday = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
s_resourcetype_allowuomfractions_check | ((allowuomfractions = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
s_resourcetype_onsunday_check | ((onsunday = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
s_resourcetype_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |