| Column Name | Column Datatype | Column Null Option | Column Comment |
| id | integer | with null | Unique sequence number |
| productcode | varchar(8) | with null | Product name (i.e., FU, LA, etc) |
| productversion | varchar(8) | with null | Product version |
| objecttype | varchar(12) | with null | Object type. For FU this will always be “table” |
| creator | varchar(50) | with null | Saved GUI creator |
| serverid | integer | with null | Server ID where the referenced object resides |
| owner | varchar(50) | with null | Referenced object owner |
| objectname | varchar(60) | with null | Referenced object name |
| dbname | varchar(60) | with null | Database name where the object resides |
| name | varchar(60) | with null | Saved GUI name |
| description | varchar(255) | with null | Saved GUI description |
| shared | smallint | with null | Whether or not this GUI is to be shared by all users |
| xml | long byte | with null | Complete saved GUI in XML format |
Product Name: Unicenter Database Management
Table Type: Table