PrcPriceMatrixAuditLog Table

<< Click to Display Table of Contents >>

Navigation:  iVend Database Database > Tables >

PrcPriceMatrixAuditLog Table

Navigation: iVend Database Database > Tables >

hm_btn_navigate_prevhm_btn_navigate_tophm_btn_navigate_next

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

dbimages_boolean-false

Published for Replication

dbimages_boolean-false

Rows

0

Data Space Used

0.00 KB

Index Space Used

0.00 KB

Columns

 

Column Name

Description

Datatype

Length

Allow Nulls

Default

Formula

Primary Key

PriceMatrixKey

Not in Use

VarWChar

50

 

 

 

 

PriceListKey

Not in Use

VarWChar

50

dbimages_tick

 

 

 

ProductKey

Not in Use

VarWChar

50

dbimages_tick

 

 

 

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

dbimages_tick

 

 

 

ToDate

Not in Use

DBTimeStamp

4

dbimages_tick

 

 

 

CurrencyKey

Not in Use

VarWChar

50

dbimages_tick

 

 

 

Price1

Not in Use

Numeric

9 (20,5)

dbimages_tick

 

 

 

CurrencyKey1

Not in Use

VarWChar

50

dbimages_tick

 

 

 

Price2

Not in Use

Numeric

9 (20,5)

dbimages_tick

 

 

 

CurrencyKey2

Not in Use

VarWChar

50

dbimages_tick

 

 

 

Type

Not in Use

VarWChar

50

dbimages_tick

 

 

 

OldPrice1

Not in Use

Numeric

9 (20,5)

dbimages_tick

 

 

 

OldPrice

Not in Use

Numeric

9 (20,5)

dbimages_tick

 

 

 

PriceChangeDate

Not in Use

DBTimeStamp

4

dbimages_tick

 

 

 

OldPrice2

Not in Use

Numeric

9 (20,5)

dbimages_tick

 

 

Indexes

Index

Description

Primary

Unique

PK__PrcPrice__6EEE99C9035C66C6

 

dbimages_tick

dbimages_tick

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

Related Objects

iVend Database Database

 

 


© 2019 All Rights Reserved.

Send comments on this topic.