|
<< Click to Display Table of Contents >> Navigation: iVend Database Database > Tables > CfgAuditLog Table |
Navigation: iVend Database Database > Tables >
iVend 6.6 Database Help
CfgAuditLog Table
Collapse All Expand All
iVend Database Database : CfgAuditLog Table |
Description
Stores system logs.
Properties
Creation Date |
9/18/2015 10:05 AM |
File Group |
PRIMARY |
Text File Group |
PRIMARY |
System Object |
|
Published for Replication |
|
Rows |
1 |
Data Space Used |
8.00 KB |
Index Space Used |
8.00 KB |
Columns
|
Column Name |
Description |
Datatype |
Length |
Allow Nulls |
Default |
Formula |
|
AuditKey |
System generated Primary key of the table. |
VarWChar |
50 |
|
|
|
|
RecordId |
Reference to the id for the record being logged. |
VarWChar |
20 |
|
|
|
|
SourceType |
Refers to the type of object being logged. |
Integer |
4 |
|
|
|
|
SourceKey |
Refers to the primary key of the object being logged. |
VarWChar |
50 |
|
|
|
|
OperationType |
Value refers to operation performed on the object. Valid Values are : Add = 0, Update = 1 , SoftDelete = 2, HardDelete = 3 |
Integer |
4 |
|
|
|
|
CreatedBy |
Reference of the user who has created this record. See also Security User |
VarWChar |
50 |
|
|
|
|
Created |
Date of creation of this record |
DBTimeStamp |
4 |
|
|
|
|
RecordXML |
Value is the updated and serialized for the record being logged |
Xml |
16 |
|
|
|
|
SiteId |
Refers to the store site id |
Integer |
4 |
|
|
|
Indexes
Index |
Description |
Primary |
Unique |
|
|
|
Objects that depend on CfgAuditLog
|
Database Object |
Object Type |
Description |
Dep Level |
|
Stored Procedure |
|
1 |
|
|
Stored Procedure |
|
2 |
|
|
Stored Procedure |
|
1 |
SQL
SET ANSI_NULLS ON SET QUOTED_IDENTIFIER ON CREATE TABLE [dbo].[CfgAuditLog]( [AuditKey] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL, [RecordId] [nvarchar](20) COLLATE SQL_Latin1_General_CP1_CI_AS NULL, [SourceType] [int] NOT NULL, [SourceKey] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL, [OperationType] [int] NOT NULL, [CreatedBy] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL, [Created] [datetime] NOT NULL, [RecordXML] [xml] NULL, [SiteId] [int] NULL, CONSTRAINT [PK_cfgAudit] PRIMARY KEY CLUSTERED ( [AuditKey] ASC )WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] ) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY] |
See Also
© 2019 All Rights Reserved.
Send comments on this topic.