Commit 8beff9ea authored by 童得柱's avatar 童得柱

fix资产记录加字段

parent 89abfdcd
...@@ -2521,4 +2521,6 @@ ALTER TABLE `order_detail` ...@@ -2521,4 +2521,6 @@ ALTER TABLE `order_detail`
ALTER TABLE `user_asset` ALTER TABLE `user_asset`
ADD COLUMN `goods_coin` VARCHAR(32) NOT NULL DEFAULT '0' COMMENT '商品coin' ; ADD COLUMN `goods_coin` VARCHAR(32) NOT NULL DEFAULT '0' COMMENT '商品coin' ;
update user_asset set goods_coin = coin; update user_asset set goods_coin = coin;
\ No newline at end of file
ALTER TABLE `user_asset_record` ADD COLUMN `goods_coin` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT '商品coin';
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment