
[dbo].[ProductVersion]
Version information for Note+ components
| Key | Name | Data Type | Max Length (Bytes) | Nullability | Identity | Default | Description |
|---|
 | ID | int | 4 | NOT NULL | 1 - 1 | | Key to the ProductVersion tabl |
| Product | varchar(35) | 35 | NOT NULL | | | Name of the application |
| BuildNumber | varchar(35) | 35 | NOT NULL | | | Version of the application |
| CreatedDttmUtc | datetimeoffset | 10 | NOT NULL | | (sysdatetimeoffset()) | Date entry was added in UTC |