Commit 4b95912e by mercymodest

feat:- add sql

parent 0a5fd947
alter table t_event_recurrence_rules
alter table t_event_recurrence_rules
......@@ -71,3 +71,8 @@ CREATE TABLE `t_meal_plan_user` (
alter table t_meal_plan
add is_recurring tinyint default 0 null comment '是否重复:0 表示否,1 表示是。' after meal_remark;
alter table t_meal_plan
add meal_category_id BIGINT null comment '食谱分类ID' after meal_recipe_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