TABLE NAMEbanks
DESCRIPTIONThe banks table stores information about each bank we deal with COLUMNS| column | type | null | unique | references | referenced_by | since_version | description |
|---|
| name | string | false | true | | bank_accounts.bank | 1.0a100 | the unique name of the bank | | display | string | false | false | | | 1.0a100 | the name that is displayed |
|