feat:学生Tag

This commit is contained in:
NanGua-QWQ
2026-02-07 21:15:57 +08:00
parent fa75b88f11
commit b6023dbe62
19 changed files with 647 additions and 20 deletions
@@ -11,6 +11,7 @@ export class InitSchema2026011800000 implements MigrationInterface {
"name" text NOT NULL,
"score" integer NOT NULL DEFAULT (0),
"extra_json" text,
"tags" text NOT NULL DEFAULT '[]',
"created_at" text NOT NULL DEFAULT (CURRENT_TIMESTAMP),
"updated_at" text NOT NULL DEFAULT (CURRENT_TIMESTAMP)
)