{ "name": "id", "type": "primaryKey" }
{ "name": "title", "type": "text", "maxLength": 60 }
{ "name": "owner", "type": "text", "maxLength": 60 }
{ "name": "bank", "type": "text", "maxLength": 60 }
{ "name": "clearingNumber", "type": "text", "maxLength": 8 }
{ "name": "accountNumber", "type": "text", "maxLength": 100 }
{ "name": "updatedDate", "type": "updated" }
[ "bankAccountRoles" ]
bankAccountRoles as bankAccountId commissionCuts as bankAccountId contactBankAccounts as bankAccountId (connection table to contacts via contactId) deals as downPaymentAccountId, sellerDownPaymentAccountId, outgoingPaymentBankAccountId transactions as bankAccountId