mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
SQL fix.
This commit is contained in:
parent
e39a8b55a0
commit
e1f345c49f
1 changed files with 1 additions and 0 deletions
|
|
@ -147,6 +147,7 @@ CREATE TABLE `auction` (
|
|||
`itemowner` int(11) unsigned NOT NULL default '0',
|
||||
`buyoutprice` int(11) NOT NULL default '0',
|
||||
`time` bigint(40) NOT NULL default '0',
|
||||
`moneyTime` bigint(40) NOT NULL default '0',
|
||||
`buyguid` int(11) unsigned NOT NULL default '0',
|
||||
`lastbid` int(11) NOT NULL default '0',
|
||||
`startbid` int(11) NOT NULL default '0',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue