Table: dbo.License | |||
Contains information about the firm's current licenses. Client Access products can't see license files but sometimes need to know which licenses exist. This was created to support ACS Client Acces PR Only. | |||
Columns | |||
Name | Type | Constraints | Description |
license_KEY | int (4) | NOT NULL | Primary Key for this table. |
product_code | nvarchar (20) | NOT NULL | The product code that uniquely identifies the license. |
Primary key | |||
Name | Columns | Description | |
PK_License | license_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_License$product_code | product_code |