Commit 3d3f0bba authored by Smile's avatar Smile

fix:app添加法语后台修改缺失sql填充

parent 08b09baa
......@@ -24,6 +24,7 @@ alter table ecw_channel add COLUMN `internal_name_fr` varchar(64) DEFAULT NULL
alter table ecw_channel add COLUMN `remarks_fr` varchar(255) DEFAULT NULL COMMENT '备注-法文';
alter table ecw_order_time add COLUMN `title_fr` varchar(255) DEFAULT NULL COMMENT '名称-法文';
alter table ecw_order_time add COLUMN `remarks_fr` varchar(255) DEFAULT NULL COMMENT '法文备注';
alter table ecw_country add COLUMN `name_fr` varchar(50) DEFAULT NULL COMMENT '法文名称',
--渠道表法语内容添加
......
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