This commit is contained in:
shoopea 2019-06-06 14:08:25 +08:00
parent 34c90f9787
commit c943706d7a

2
sql.go
View File

@ -169,7 +169,7 @@ func initDB() {
_, err = db.Exec(`CREATE TABLE obj_msg_auction_announce (
obj_id BIGINT UNSIGNED NOT NULL
,lot_id BIGINT UNSIGNED NOT NULL
,item VARCHAR(80)
,item_id BIGINT UNSIGNED
,cond VARCHAR(32)
,quality VARCHAR(32)
,seller_castle_id BIGINT UNSIGNED