Commit b294ff60 by mercymodest

feat:- add sql

parent 4d5e3424
alter table t_user
alter table t_user
modify language_type tinyint(1) default 1 null comment '语言类型,0:中文(简体中文) 1:English(英语) 2:Español(西班牙语) 3:Deutsch(德语) 4:Français(法语) 5:Italiano(意大利语) 6:日本語(日语) 7:Русский(俄语) 8:韩语(Korean) 9:荷兰语(Dutch)';
alter table t_business_description
modify language_type tinyint(1) not null comment '语言类型,0:中文(简体中文) 1:English(英语) 2:Español(西班牙语) 3:Deutsch(德语) 4:Français(法语) 5:Italiano(意大利语) 6:日本語(日语) 7:Русский(俄语) 8:韩语(Korean) 9:荷兰语(Dutch)';
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