mirror of
https://github.com/SECTL/SecScore.git
synced 2026-07-21 18:19:03 +08:00
feat:学生Tag
This commit is contained in:
@@ -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)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user