UsbDevice
Reserved for future use.
erDiagram
UsbDeviceVendor ||--o{ UsbDevice : "UsbDeviceVendorID"
UsbDevice ||--o{ MachineUsbDevice : "UsbDeviceID"
Fields
| Field |
Type |
Description |
| Description |
string |
Description |
| ID |
numeric |
Internal ID for the UsbDevice entity (Primary Key) |
| Remarks |
string |
Remarks about the USB device |
| UsbDeviceCode |
numeric |
Device code of the USB device |
| UsbDeviceVendorID |
numeric |
Internal ID that references the UsbDeviceVendor entity (Foreign Key) |
References
| Column Name |
Referenced Table |
Description |
| UsbDeviceVendorID |
UsbDeviceVendor |
Reserved for future use |
Referenced by
| Table |
Column Name |
Description |
| MachineUsbDevice |
UsbDeviceID |
Reserved for future use |