Comment 2 for bug 515888

Revision history for this message
Matthias Burtscher (mburtscher) wrote :

Changed to phpMyAdmin style:

INSERT INTO `ctd1_acc_account` (
  `usrId`,
  `accountHolder`,
  `accountNumber`,
  `bankName`,
  `bankCode`,
  `ctrId`,
  `iban`,
  `bic`
) VALUES (
  '1', 'tets', 'test', 'test', 'test', 'test', NULL, NULL
);