This topic describes the columns in the mf_auction_bids table.
Column Name | Data Type | Primary Key | Is Nullable | Column ID | Comment | Reference Count | Reference To |
---|---|---|---|---|---|---|---|
bid_id | int | 1 | 0 | 1 | 0 | ||
auction_guid | uniqueidentifier | 0 | 0 | 2 | 0 | mf_auctions.auction_guid | |
customer_guid | uniqueidentifier | 0 | 0 | 3 | 0 | mf_customers.customer_guid | |
bid_amount | money | 0 | 0 | 4 | 0 | ||
bid_date | datetime | 0 | 0 | 5 | 0 | ||
bid_quantity | smallint | 0 | 1 | 6 | 0 | ||
bid_winner | tinyint | 0 | 1 | 7 | 0 | ||
order_guid | uniqueidentifier | 0 | 1 | 8 | 0 | ||
lu_dt | datetime | 0 | 1 | 9 | 0 | ||
cr_dt | datetime | 0 | 1 | 10 | 0 | ||
lu_guid | uniqueidentifier | 0 | 1 | 11 | 0 | ||
cr_guid | uniqueidentifier | 0 | 1 | 12 | 0 |