ProductVersion Table (240)
Some tooltip text!
• 1 minute to read
• 1 minute to read
Version information for code modules. Owner + code module must be unique
Fields
Name | Description | Type | Null |
---|---|---|---|
ProductVersion_id | Primary key | PK | |
ownerName | Owner of code module | String(254) | |
codeName | The name of the code module, which is not the same as a license module | String(254) | |
version | The version string, formatted as the code module would like to. Keybase will have to understand these strings if they are relevant to the licenses issued. | String(254) | |
comment | Possible comment string added by code | String(254) | |
updatePath | Path MSI or other files, that contain the installation for this version; used for auto-update | String(1023) | ● |
registered | Registered when | UtcDateTime | |
registered_associate_id | Registered by whom | FK associate | |
updated | Last updated when | UtcDateTime | |
updated_associate_id | Last updated by whom | FK associate | |
updatedCount | Number of updates made to this record | UShort |
Indexes
Fields | Types | Description |
---|---|---|
ProductVersion_id | PK | Clustered, Unique |
ownerName, codeName, version | String(254), String(254), String(254) | Unique |
Relationships
Table | Description |
---|---|
associate | Employees, resources and other users - except for External persons |
Replication Flags
- None
Security Flags
- No access control via user's Role.