Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | CHAR | 36 | null |
|
|
|||||||||
deleted | BIT | 1 | √ | 0 |
|
|
||||||||
date_entered | DATETIME | 26 | √ | null |
|
|
||||||||
date_modified | DATETIME | 26 | √ | null |
|
|
||||||||
modified_user_id | CHAR | 36 | √ | null |
|
|
||||||||
created_by | CHAR | 36 | √ | null |
|
|
||||||||
name | VARCHAR | 255 | √ | null |
|
|
||||||||
bundle_stage | VARCHAR | 255 | √ | null |
|
|
||||||||
description | TEXT | 65535 | √ | null |
|
|
||||||||
taxrate_id | CHAR | 36 | √ | null |
|
|
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
idx_product_bundles_acl_tmst_id | Performance | Asc/Asc | acl_team_set_id + deleted |
idx_product_bundles_skey | Must be unique | Asc | sync_key |
idx_product_bundles_tmst_id | Performance | Asc/Asc | team_set_id + deleted |
idx_products_bundles | Performance | Asc/Asc | name + deleted |