Revision 5d29430d
Von Cem Aydin vor etwa 2 Jahren hinzugefügt
SL/DB/MetaSetup/BankTransaction.pm | ||
---|---|---|
17 | 17 |
itime => { type => 'timestamp', default => 'now()' }, |
18 | 18 |
local_bank_account_id => { type => 'integer', not_null => 1 }, |
19 | 19 |
purpose => { type => 'text' }, |
20 |
qr_reference => { type => 'text' }, |
|
20 | 21 |
remote_account_number => { type => 'text' }, |
21 | 22 |
remote_bank_code => { type => 'text' }, |
22 | 23 |
remote_name => { type => 'text' }, |
Auch abrufbar als: Unified diff
Swiss QR-Bill: Datenbankupgrade: QR-Referenz in Banktransaktionen hinzufügen