mybatis-plus

This commit is contained in:
jsh
2025-10-08 09:50:13 +08:00
parent fe06b792b3
commit a5e629cbbd
11 changed files with 131 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
CREATE TABLE nexus.goals (
id INT auto_increment NOT NULL,
CREATE TABLE nexus.goal (
id INT UNSIGNED auto_increment NOT NULL,
status varchar(100) NULL,
create_time DATETIME NULL,
update_time DATETIME NULL,