From c943706d7a150f4479bb611e5a1c80c3ddf33d1c Mon Sep 17 00:00:00 2001 From: shoopea Date: Thu, 6 Jun 2019 14:08:25 +0800 Subject: [PATCH] testtest --- sql.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql.go b/sql.go index 2a150eb..c3f1b22 100644 --- a/sql.go +++ b/sql.go @@ -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