This commit is contained in:
aozhiwei 2024-07-12 14:16:55 +08:00
parent 403e3b8448
commit 6503c3cbdb

View File

@ -1,7 +1,5 @@
begin;
alter table t_ingame_mall add column `unit_price` decimal(10, 2) NOT NULL DEFAULT '0' COMMENT '单价';
CREATE TABLE `t_server_task_battle_count` (
`idx` bigint NOT NULL AUTO_INCREMENT COMMENT '自增id',
`account_id` varchar(60) CHARACTER SET utf8 NOT NULL COMMENT 'account_id',