Column | Data Type | Nullable | Default | Description / PK / Index |
SystemInformationID | tinyint | not null | | Primary key for AWBuildVersion records. PK_AWBuildVersion_SystemInformationID |
Database Version | nvarchar(25) | not null | | Version number of the database in 9.yy.mm.dd.00 format.
|
VersionDate | datetime | not null | | Date and time the record was last updated.
|
ModifiedDate | datetime | not null | (getdate()) | Date and time the record was last updated.
|