chore: add migration

This commit is contained in:
Methapon2001 2024-04-17 11:22:12 +07:00
parent ee1569e529
commit ddb2155c44
3 changed files with 20 additions and 3 deletions

View file

@ -93,6 +93,7 @@ model Branch {
email String
telephoneNo String
lineId String?
latitude String
longitude String
@ -117,7 +118,6 @@ model Branch {
model BranchContact {
id String @id @default(uuid())
telephoneNo String
lineId String
branch Branch @relation(fields: [branchId], references: [id], onDelete: Cascade)
branchId String
@ -153,8 +153,6 @@ enum UserType {
model User {
id String @id @default(uuid())
keycloakId String
code String?
firstName String
firstNameEN String