REVISIONLOG1069

The REVISIONLOG1069 table contains database revisions executed in revision number 1069

Primary Key

Primary Key Field Type
ASSEMBLY nvarchar(260)

Fields

Field Field Type Null Notes Description
ID int Uniquely identifies a revision within an assembly for revision number 1069
DATEADDED datetime Default = getdate() The date the revision was issued according to the web server clock
DBUSER nvarchar(255) Default = user_name() The database user who issued the revision
SYSUSER nvarchar(255) Default = suser_sname() The SQL login of the user who issued the revision
WINUSER nvarchar(255) The Windows user who issued the revision
REVTEXT nvarchar(max) yes Contains the text of the revision, which may be a function name (for code revisions) or a batch of SQL commands

Indexes

Index Name Fields Unique Primary Clustered
PK_REVISIONLOG1069 ASSEMBLY, ID yes yes yes