PRINTER_INPUT_OPTIONS
This table represents installed input options on printers when data was collected. There is a row in this table for each input option currently installed on a given printer, all pointing to the same PRINTER_ID.
|
Field Name |
Data Type |
Description |
|---|---|---|
|
INPUT_OPTION_ID |
BIGINT |
The primary key. |
|
NAME |
VARCHAR(255) |
The name of the input option (for example, Multipurpose Tray). |
|
PRINTER_ID |
BIGINT |
The foreign key to NETWORK_PRINTER.PRINTER_ID. |