skip to Main Content

PostgreSQL Check Right before Transaction closes

i have the following tables: tenants: tenantId (UUID) invoiceAddress (TEXT) packages: packageId needsInvoice tenants_and_packages: tenantsAndPackagesId tenantId packageId This is a M2N-Mapping between Tenants and Packages. What is the problem? I want to achieve the following "Check"-Logic. I want to make…

VIEW QUESTION
Back To Top
Search