Commit 0f04a2a8 by mercymodest

feat:- add sql

parent 4b95912e
alter table t_event_recurrence_rules alter table t_event_recurrence_rules
...@@ -74,5 +74,10 @@ alter table t_meal_plan ...@@ -74,5 +74,10 @@ alter table t_meal_plan
alter table t_meal_plan alter table t_meal_plan
add meal_category_id BIGINT null comment '食谱分类ID' after meal_recipe_id; add meal_category_id BIGINT null comment '食谱分类ID' after meal_recipe_id;
create index t_meal_plan_meal_category_id_index
on t_meal_plan (meal_category_id);
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