Vertragstypen für Änderungsanfragen pflegen

This commit is contained in:
2026-05-08 20:09:24 +02:00
parent 6a5c1e844d
commit d7eced3e77
6 changed files with 67 additions and 2 deletions

View File

@@ -52,6 +52,7 @@ export const contracts = pgTable(
contracttype: bigint("contracttype", { mode: "number" }).references(
() => contracttypes.id
),
allowedContracttypes: jsonb("allowedContracttypes").notNull().default([]),
bankingIban: text("bankingIban"),
bankingBIC: text("bankingBIC"),