Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | CHAR | 36 | null |
|
|
|||||||||||||||||||||||
name | VARCHAR | 255 | √ | null |
|
|
||||||||||||||||||||||
date_entered | DATETIME | 26 | √ | null |
|
|
||||||||||||||||||||||
date_modified | DATETIME | 26 | √ | null |
|
|
||||||||||||||||||||||
modified_user_id | CHAR | 36 | √ | null |
|
|
||||||||||||||||||||||
created_by | CHAR | 36 | √ | null |
|
|
||||||||||||||||||||||
description | TEXT | 65535 | √ | null |
|
|
||||||||||||||||||||||
deleted | BIT | 1 | √ | 0 |
|
|
||||||||||||||||||||||
type_id | CHAR | 36 | √ | null |
|
|
||||||||||||||||||||||
manufacturer_id | CHAR | 36 | √ | null |
|
|
||||||||||||||||||||||
category_id | CHAR | 36 | √ | null |
|
|
||||||||||||||||||||||
mft_part_num | VARCHAR | 50 | √ | null |
|
|
||||||||||||||||||||||
vendor_part_num | VARCHAR | 50 | √ | null |
|
|
||||||||||||||||||||||
date_cost_price | DATE | 10 | √ | null |
|
|
||||||||||||||||||||||
cost_price | DECIMAL | 26,6 | √ | null |
|
|
||||||||||||||||||||||
discount_price | DECIMAL | 26,6 | √ | null |
|
|
||||||||||||||||||||||
list_price | DECIMAL | 26,6 | √ | null |
|
|
||||||||||||||||||||||
cost_usdollar | DECIMAL | 26,6 | √ | null |
|
|
||||||||||||||||||||||
discount_usdollar | DECIMAL | 26,6 | √ | null |
|
|
||||||||||||||||||||||
list_usdollar | DECIMAL | 26,6 | √ | null |
|
|
||||||||||||||||||||||
status | VARCHAR | 100 | √ | null |
|
|
||||||||||||||||||||||
tax_class | VARCHAR | 100 | √ | null |
|
|
||||||||||||||||||||||
active_status | VARCHAR | 100 | √ | Active |
|
|
||||||||||||||||||||||
date_available | DATE | 10 | √ | null |
|
|
||||||||||||||||||||||
website | VARCHAR | 255 | √ | null |
|
|
||||||||||||||||||||||
weight | DECIMAL | 12,2 | √ | null |
|
|
||||||||||||||||||||||
qty_in_stock | INT | 10 | √ | null |
|
|
||||||||||||||||||||||
support_name | VARCHAR | 50 | √ | null |
|
|
||||||||||||||||||||||
support_description | VARCHAR | 255 | √ | null |
|
|
||||||||||||||||||||||
support_contact | VARCHAR | 50 | √ | null |
|
|
||||||||||||||||||||||
support_term | VARCHAR | 100 | √ | null |
|
|
||||||||||||||||||||||
pricing_formula | VARCHAR | 100 | √ | null |
|
|
||||||||||||||||||||||
pricing_factor | DECIMAL | 8,2 | √ | null |
|
|
||||||||||||||||||||||
service_duration_value | INT | 10 | √ | null |
|
|
||||||||||||||||||||||
service_duration_unit | VARCHAR | 50 | √ | null |
|
|
||||||||||||||||||||||
renewable | BIT | 1 | √ | 0 |
|
|
||||||||||||||||||||||
service | BIT | 1 | √ | 0 |
|
|
||||||||||||||||||||||
lock_duration | BIT | 1 | √ | 0 |
|
|
||||||||||||||||||||||
sync_key | VARCHAR | 100 | √ | null |
|
|
||||||||||||||||||||||
assigned_user_id | CHAR | 36 | √ | null |
|
|
||||||||||||||||||||||
currency_id | CHAR | 36 | √ | -99 |
|
|
||||||||||||||||||||||
base_rate | DECIMAL | 26,6 | √ | null |
|
|
||||||||||||||||||||||
team_id | CHAR | 36 | √ | null |
|
|
||||||||||||||||||||||
team_set_id | CHAR | 36 | √ | null |
|
|
||||||||||||||||||||||
acl_team_set_id | CHAR | 36 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
idx_id_name | Performance | Asc/Asc | id + name |
idx_product_templates_acl_tmst_id | Performance | Asc/Asc | acl_team_set_id + deleted |
idx_product_templates_assigned_del | Performance | Asc/Asc | assigned_user_id + deleted |
idx_product_templates_del_d_e | Performance | Asc/Asc/Asc | deleted + date_entered + id |
idx_product_templates_del_d_m | Performance | Asc/Asc/Asc | deleted + date_modified + id |
idx_product_templates_id_del | Performance | Asc/Asc | id + deleted |
idx_product_templates_name_del | Performance | Asc/Asc | name + deleted |
idx_product_templates_skey | Must be unique | Asc | sync_key |
idx_product_templates_tmst_id | Performance | Asc/Asc | team_set_id + deleted |
idx_producttemplate_category | Performance | Asc/Asc/Asc | category_id + active_status + deleted |
idx_producttemplate_qty_in_stock | Performance | Asc | qty_in_stock |