This commit is contained in:
shoopea 2019-05-06 21:50:57 +08:00
parent ff1fca19d9
commit 0e9ccd1d23

2
sql.go
View File

@ -108,7 +108,7 @@ func initDB() {
,attack SMALLINT UNSIGNED NOT NULL
,defense SMALLINT UNSIGNED NOT NULL
,gold SMALLINT UNSIGNED NOT NULL
,stock MALLINT UNSIGNED NOT NULL
,stock SMALLINT UNSIGNED NOT NULL
,exp SMALLINT UNSIGNED NOT NULL
,stamina TINYINT NOT NULL
,crit TINYINT NOT NULL