|
<< Click to Display Table of Contents >> Navigation: iVend Database Database > Tables > PrcPriceMatrixAuditLog Table |
Navigation: iVend Database Database > Tables >
iVend 6.6 Database Help
PrcPriceMatrixAuditLog Table
Collapse All Expand All
iVend Database Database : PrcPriceMatrixAuditLog Table |
Description
stores the log/history related to price matrix.
Properties
Creation Date |
9/18/2015 10:05 AM |
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 |
|
PriceMatrixKey |
Not in Use |
VarWChar |
50 |
|
|
|
|
PriceListKey |
Not in Use |
VarWChar |
50 |
|
|
|
|
ProductKey |
Not in Use |
VarWChar |
50 |
|
|
|
|
Price |
Not in Use |
Numeric |
9 (20,5) |
|
|
|
|
Created |
Date of creation of this record |
DBTimeStamp |
4 |
|
|
|
|
Modified |
Date of last modification of this record |
DBTimeStamp |
4 |
|
|
|
|
CreatedBy |
Reference of user who has created this record. See also Security User |
VarWChar |
50 |
|
|
|
|
ModifiedBy |
Reference of user who has created this record. See also Security User |
VarWChar |
50 |
|
|
|
|
IsDeleted |
Not in Use |
Boolean |
1 |
|
|
|
|
FromDate |
Not in Use |
DBTimeStamp |
4 |
|
|
|
|
ToDate |
Not in Use |
DBTimeStamp |
4 |
|
|
|
|
CurrencyKey |
Not in Use |
VarWChar |
50 |
|
|
|
|
Price1 |
Not in Use |
Numeric |
9 (20,5) |
|
|
|
|
CurrencyKey1 |
Not in Use |
VarWChar |
50 |
|
|
|
|
Price2 |
Not in Use |
Numeric |
9 (20,5) |
|
|
|
|
CurrencyKey2 |
Not in Use |
VarWChar |
50 |
|
|
|
|
Type |
Not in Use |
VarWChar |
50 |
|
|
|
|
OldPrice1 |
Not in Use |
Numeric |
9 (20,5) |
|
|
|
|
OldPrice |
Not in Use |
Numeric |
9 (20,5) |
|
|
|
|
PriceChangeDate |
Not in Use |
DBTimeStamp |
4 |
|
|
|
|
OldPrice2 |
Not in Use |
Numeric |
9 (20,5) |
|
|
|
Indexes
Index |
Description |
Primary |
Unique |
|
|
|
SQL
SET ANSI_NULLS ON SET QUOTED_IDENTIFIER ON CREATE TABLE [dbo].[PrcPriceMatrixAuditLog]( [PriceMatrixKey] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL, [PriceListKey] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL, [ProductKey] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL, [Price] [numeric](20, 5) NOT NULL, [Created] [datetime] NOT NULL, [Modified] [datetime] NOT NULL, [CreatedBy] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL, [ModifiedBy] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL, [IsDeleted] [bit] NOT NULL, [FromDate] [datetime] NULL, [ToDate] [datetime] NULL, [CurrencyKey] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL, [Price1] [numeric](20, 5) NULL, [CurrencyKey1] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL, [Price2] [numeric](20, 5) NULL, [CurrencyKey2] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL, [Type] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL, [OldPrice1] [numeric](20, 5) NULL, [OldPrice] [numeric](20, 5) NULL, [PriceChangeDate] [datetime] NULL, [OldPrice2] [numeric](20, 5) NULL, CONSTRAINT [PK__PrcPrice__6EEE99C9035C66C6] PRIMARY KEY CLUSTERED ( [PriceMatrixKey] ASC )WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] ) ON [PRIMARY] |
See Also
© 2019 All Rights Reserved.
Send comments on this topic.