Field Name | Data Type | Size | Original Type | Default | Nullable | Description | Check |
DatabaseLogID | int identity | | int | | Not null | Primary key for DatabaseLog records. | |
PostTime | datetime | | | | Not null | The date and time the DDL change occurred. | |
DatabaseUser | sysname | 128 | nvarchar(128) | | Not null | The user who implemented the DDL change. | |
Event | sysname | 128 | nvarchar(128) | | Not null | The type of DDL statement that was executed. | |
Schema | sysname | 128 | nvarchar(128) | | Null | The schema to which the changed object belongs. | |
Object | sysname | 128 | nvarchar(128) | | Null | The object that was changed by the DDL statment. | |
TSQL | nvarchar | max | | | Not null | The exact Transact-SQL statement that was executed. | |
XmlEvent | xml | | | | Not null | The raw XML data generated by database trigger. | |
The object has no extended properties.