disconecting expiry time and savings
This commit is contained in:
@@ -13,6 +13,7 @@ type Account @table(name: "accounts") {
|
||||
accountNumber: String
|
||||
routeNumber: String
|
||||
ownerId: UUID! #staff/business
|
||||
expiryTime: Timestamp
|
||||
createdAt: Timestamp @default(expr: "request.time")
|
||||
updatedAt: Timestamp @default(expr: "request.time")
|
||||
createdBy: String
|
||||
|
||||
Reference in New Issue
Block a user