Commit 27291788 by mercymodest

feat:- add sql

parent 7fe0144b
alter table t_event_recurrence_rules
alter table t_event_recurrence_rules
......@@ -77,7 +77,14 @@ alter table t_meal_plan
create index t_meal_plan_meal_category_id_index
on t_meal_plan (meal_category_id);
alter table t_meal_category
modify category_name varchar(300) not null comment '分类名称';
alter table t_meal_category
modify original_category_name varchar(300) null comment '原始分类名称';
alter table t_meal_recipe
modify recipe_name varchar(400) not 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