|
<< Click to Display Table of Contents >> Navigation: iVend Database Database > Tables > CfgPurgeMaster Table |
Navigation: iVend Database Database > Tables >
iVend 6.6 Database Help
CfgPurgeMaster Table
Collapse All Expand All
iVend Database Database : CfgPurgeMaster Table |
Description
Stores the values for the currently scheduled Purge on database
Properties
Creation Date |
4/13/2015 12:00 PM |
File Group |
PRIMARY |
Text File Group |
|
System Object |
|
Published for Replication |
|
Rows |
0 |
Data Space Used |
0.00 KB |
Index Space Used |
0.00 KB |
Columns
|
Column Name |
Description |
Datatype |
Length |
Allow Nulls |
Default |
Formula |
|
PurgeKey |
Primarty Key for the Purge Master |
VarWChar |
50 |
|
|
|
|
ScheduleDate |
Stores the date on which the Purge is scheduled to run |
DBTimeStamp |
4 |
|
|
|
|
CreatedBy |
Reference of user who has created this record. See also Security User |
VarWChar |
50 |
|
|
|
|
Created |
Date of creation of this record |
DBTimeStamp |
4 |
|
|
|
|
ModifiedBy |
Reference of user who has modified this record. See also Security User |
VarWChar |
50 |
|
|
|
|
Modified |
Date of last modification of this record |
DBTimeStamp |
4 |
|
|
|
|
ClearInventoryLog |
Value is True if the Inventory log to be purged |
Boolean |
1 |
|
|
|
|
ClearAuditLog |
Stores the flag value which shows whether the audit log data needs to be purged purged or not |
Boolean |
1 |
|
((0)) |
|
|
JobType |
|
Integer |
4 |
|
((0)) |
|
|
QueryKey |
|
VarWChar |
50 |
|
|
|
Indexes
Index |
Description |
Primary |
Unique |
|
|
|
SQL
SET ANSI_NULLS ON SET QUOTED_IDENTIFIER ON CREATE TABLE [dbo].[CfgPurgeMaster]( [PurgeKey] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL, [ScheduleDate] [datetime] NOT NULL, [CreatedBy] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL, [Created] [datetime] NOT NULL, [ModifiedBy] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL, [Modified] [datetime] NOT NULL, [ClearInventoryLog] [bit] NOT NULL, [ClearAuditLog] [bit] NOT NULL, [JobType] [int] NULL, [QueryKey] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL, CONSTRAINT [PK_CfgPurgeMaster] PRIMARY KEY CLUSTERED ( [PurgeKey] ASC )WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] ) ON [PRIMARY] ALTER TABLE [dbo].[CfgPurgeMaster] ADD CONSTRAINT [DF__CfgPurgeM__Clear__7E82A310] DEFAULT ((0)) FOR [ClearAuditLog] ALTER TABLE [dbo].[CfgPurgeMaster] ADD CONSTRAINT [DF__CfgPurgeM__JobTy__398E5A45] DEFAULT ((0)) FOR [JobType] |
See Also
© 2019 All Rights Reserved.
Send comments on this topic.