adding new filds to account

This commit is contained in:
José Salazar
2026-01-26 13:49:57 -05:00
parent 2f5c607996
commit 42a11590f1
3 changed files with 18 additions and 6 deletions

View File

@@ -10,6 +10,8 @@ type Account @table(name: "accounts") {
type: AccountType!
last4: String!
isPrimary: Boolean
accountNumber: String
routeNumber: String
ownerId: UUID! #staff/business
createdAt: Timestamp @default(expr: "request.time")
updatedAt: Timestamp @default(expr: "request.time")