PRINTER_ESF_APPS
This table represents the installed eSF applications on printers when data was collected. There is a row in this table for each eSF application currently installed on a given printer, all pointing to the same PRINTER_ID.
|
Field Name |
Data Type |
Description |
|---|---|---|
|
APPLICATION_ID |
BIGINT |
The primary key. |
|
NAME |
VARCHAR(255) |
The application name. |
|
STATE |
VARCHAR(255) |
The current state. |
|
VERSION |
VARCHAR(255) |
The current version. |
|
PRINTER_ID |
BIGINT |
The foreign key to NETWORK_PRINTER.PRINTER_ID. |