BATCHAMPROIMPORTITEM
Stores rows relating to items which are imported from AuctionMaestro Pro.
Primary Key
Primary Key |
Field Type |
ID |
uniqueidentifier |
Fields
Field |
Field Type |
Null |
Notes |
Description |
AUCTIONITEM_MAPPINGID |
int |
|
Default = 0 |
The mapping ID used to identify this item in AuctionMaestro Pro. |
AUCTIONITEM_UPDATEDNAME |
nvarchar(100) |
|
Default = '' |
Name of the item. |
AUCTIONITEM_UPDATEDDESCRIPTION |
nvarchar(255) |
|
Default = '' |
Description of the item. |
AUCTIONITEM_UPDATEDEXPIRATIONDATE |
datetime |
yes |
|
Dxpiration date of the item. |
AUCTIONITEM_UPDATEDDONATIONDATE |
datetime |
|
|
Donation date of the item |
AUCTIONITEM_UPDATEDCATEGORY |
nvarchar(100) |
|
Default = '' |
Category of the item |
AUCTIONITEM_UPDATEDSUBCATEGORY |
nvarchar(100) |
|
Default = '' |
Subcategory of the item |
AUCTIONITEM_UPDATEDMINIMUMBID |
money |
|
Default = 0 |
Minimum bid of the item |
AUCTIONITEM_UPDATEDVALUE |
money |
|
Default = 0 |
Value of the item |
AUCTIONITEM_CONSTITUENTID |
uniqueidentifier |
yes |
|
|
DATEADDED |
datetime |
|
Default = getdate() |
Indicates the date this record was added. |
DATECHANGED |
datetime |
|
Default = getdate() |
Indicates the date this record was last changed. |
TS |
timestamp |
|
|
Timestamp. |
TSLONG |
bigint (Computed) |
yes |
CONVERT(bigint, TS) |
Numeric representation of the timestamp. |
AUCTIONITEM_ADJUSTMENTDATE |
datetime |
yes |
|
|
AUCTIONITEM_ADJUSTMENTPOSTDATE |
datetime |
yes |
|
|
AUCTIONITEM_ADJUSTMENTREASON |
nvarchar(300) |
|
Default = '' |
|
Foreign Keys
Indexes
Index Name |
Fields |
Unique |
Primary |
Clustered |
IX_BATCHAMPROIMPORTITEM_DATEADDED |
DATEADDED |
|
|
yes |
IX_BATCHAMPROIMPORTITEM_DATECHANGED |
DATECHANGED |
|
|
|
PK_BATCHAMPROIMPORTITEM |
ID |
yes |
yes |
|
Triggers