MachineCcpProduct
Machine to CCP Product relation - reserved for future use.
erDiagram
CcpProduct ||--o{ MachineCcpProduct : "CcpProductID"
Machine ||--o{ MachineCcpProduct : "MachineID"
Fields
| Field |
Type |
Description |
| CcpProductID |
numeric |
Internal ID that references the CcpProduct entity (Foreign Key) |
| Created |
datetime |
Date/Time this relation was created in the database |
| ExtraData |
string |
Extra data for the machine to CCP product relation (JSON format) |
| ID |
numeric |
Internal ID for the MachineCcpProduct entity (Primary Key) |
| LastModification |
datetime |
Date/Time this relation was last modified |
| MachineID |
numeric |
Internal ID that references the Machine entity (Foreign Key) |
References
| Column Name |
Referenced Table |
Description |
| CcpProductID |
CcpProduct |
CCP Product information |
| MachineID |
Machine |
Basic machine information. A machine is a physical or virtual device that can be scanned by OctoSAM Inventory. A machine can also be a mobile device such as a phone or tablet. |