Field Name | Data Type | Size | Original Type | Default | Nullable | Description | Check |
---|---|---|---|---|---|---|---|
SystemInformationID | tinyint identity | tinyint | Not null | Primary key for AWBuildVersion records. | |||
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 | getdate() | Not null | Date and time the record was last updated. |
The object has no extended properties.
Primary Key Name | Field Name |
---|---|
PK_AWBuildVersion_SystemInformationID | SystemInformationID |
Index Name | Description | Clustered | Unique | Fields |
---|---|---|---|---|
PK_AWBuildVersion_SystemInformationID | Clustered index created by a primary key constraint. | Yes | Yes | SystemInformationID |
Name | Description | Type | Enabled |
---|---|---|---|
uAWBuildVersion | AFTER UPDATE trigger setting the ModifiedDate column in the AWBuildVersion table to the current date. | after Update | Yes |
Object Name | Type | Field Name |
---|---|---|
dbo.uAWBuildVersion | trigger | N/A |