disconecting expiry time and savings

This commit is contained in:
José Salazar
2026-01-26 18:39:22 -05:00
parent 57ea214871
commit d67dfd6f2f
14 changed files with 16639 additions and 16551 deletions

View File

@@ -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