refactor: add more field

This commit is contained in:
Methapon2001 2024-04-17 16:21:53 +07:00
parent 23f29ce052
commit ec3203e1a8
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,3 @@
-- AlterTable
ALTER TABLE "User" ADD COLUMN "checkpoint" TEXT,
ADD COLUMN "checkpointEN" TEXT;

View file

@ -287,6 +287,9 @@ model User {
startDate DateTime?
retireDate DateTime?
checkpoint String?
checkpointEN String?
userType UserType
userRole String