KI-AGENT: Notizen für Bankbuchungen ergänzt
This commit is contained in:
@@ -34,6 +34,7 @@ export const bankstatements = pgTable("bankstatements", {
|
||||
credName: text("credName"),
|
||||
|
||||
text: text("text"),
|
||||
notes: text("notes"),
|
||||
amount: doublePrecision("amount").notNull(),
|
||||
|
||||
tenant: bigint("tenant", { mode: "number" })
|
||||
|
||||
Reference in New Issue
Block a user