add: 周年纪念日

This commit is contained in:
jsh
2025-10-12 14:08:16 +08:00
parent ef224aa546
commit fa278dec01
8 changed files with 63 additions and 2 deletions

View File

@@ -34,6 +34,7 @@ create table habit_record
id int unsigned auto_increment,
create_time datetime null,
update_time datetime null,
name varchar(100) not null,
date date not null comment '重要的日期',
type enum ('anniversary', 'commemoration') default 'anniversary' not null
)