refactor: change field name

This commit is contained in:
Methapon2001 2024-04-18 13:21:37 +07:00
parent d565a29a75
commit 624f4f2fd7
4 changed files with 32 additions and 15 deletions

View file

@ -182,7 +182,7 @@ model Branch {
nameEN String
address String
addressEN String
telephoneHq String
telephoneNo String
province Province? @relation(fields: [provinceId], references: [id], onDelete: SetNull)
provinceId String?