CcpProductFamily
CCP Product Family information.
erDiagram
CcpManufacturer ||--o{ CcpProductFamily : "CcpManufacturerID"
CcpProductFamily ||--o{ CcpBasicProduct : "CcpProductFamilyID"
CcpProductFamily ||--o{ CcpProduct : "CcpProductFamilyID"
CcpProductFamily ||--o{ CcpSku : "CcpProductFamilyID"
Fields
| Field |
Type |
Description |
| CcpManufacturerID |
numeric |
Internal ID that references the CcpManufacturer entity (Foreign Key) |
| Created |
datetime |
|
| ExtraData |
string |
|
| ID |
numeric |
Internal ID for the CcpProductFamily entity (Primary Key) |
| Name |
string |
|
References
| Column Name |
Referenced Table |
Description |
| CcpManufacturerID |
CcpManufacturer |
CCP Manufacturer information |
Referenced by
| Table |
Column Name |
Description |
| CcpBasicProduct |
CcpProductFamilyID |
CCP Basic Product information |
| CcpProduct |
CcpProductFamilyID |
CCP Product information |
| CcpSku |
CcpProductFamilyID |
CCP SKU information |