This table maps product keys to their respective product IDs.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| productkey | nvarchar(32) | not null | The product key for the installation |
| productid | byte(16) | not null | The product id associated with the product key |
| serverid | nvarchar(16) | with null | |
| description | nvarchar(256) | with null | A description of the installation |
| lastcheckin | float | not null |
Product Name: Workflow
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| productidview | productid |