auctionhouse
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| id | int | unsigned | PRI | NO | 0 | ||
| auctionHouseId | int | unsigned | NO | 0 | |||
| owner | bigint | unsigned | NO | 0 | |||
| bidder | bigint | unsigned | NO | 0 | |||
| minBid | bigint | unsigned | NO | 0 | |||
| buyoutOrUnitPrice | bigint | unsigned | NO | 0 | |||
| deposit | bigint | unsigned | NO | 0 | |||
| bidAmount | bigint | unsigned | NO | 0 | |||
| startTime | bigint | signed | NO | 0 | |||
| endTime | bigint | signed | NO | 0 | |||
| serverFlags | tinyint | unsigned | NO | 0 | |||
Description of fields
id
- no description -
auctionHouseId
- no description -
owner
- no description -
bidder
- no description -
minBid
- no description -
buyoutOrUnitPrice
- no description -
deposit
- no description -
bidAmount
- no description -
startTime
- no description -
endTime
- no description -
serverFlags
- no description -
