refactor: add more field
This commit is contained in:
parent
23f29ce052
commit
ec3203e1a8
2 changed files with 6 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
||||||
|
-- AlterTable
|
||||||
|
ALTER TABLE "User" ADD COLUMN "checkpoint" TEXT,
|
||||||
|
ADD COLUMN "checkpointEN" TEXT;
|
||||||
|
|
@ -287,6 +287,9 @@ model User {
|
||||||
startDate DateTime?
|
startDate DateTime?
|
||||||
retireDate DateTime?
|
retireDate DateTime?
|
||||||
|
|
||||||
|
checkpoint String?
|
||||||
|
checkpointEN String?
|
||||||
|
|
||||||
userType UserType
|
userType UserType
|
||||||
userRole String
|
userRole String
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue