               DISPLAYS Table Layout for Rivendell

The CUTS table holds data concerning each display on the system.

FIELD NAME           TYPE    LENGTH   REMARKS
-------------------------------------------------------------------
ID                   int              Primary Key, Not Null, Unique
                                      Auto-Increment
DISPLAY              char      20     "A.B.C.D:E" Not Null, Unique
HOST                 char      16     "A.B.C.D" Not Null
USER_NAME            char       8 
DEFAULT_NAME         char       8

