2
0
forked from Wavyzz/dolibarr

Add field CCI

This commit is contained in:
ldestailleur
2025-04-16 19:09:30 +02:00
parent f4d7ddaaf4
commit 6746b37fc4
2 changed files with 3 additions and 0 deletions

View File

@@ -262,3 +262,5 @@ CREATE TABLE llx_webhook_history(
import_key varchar(14), import_key varchar(14),
status integer DEFAULT 1 NOT NULL status integer DEFAULT 1 NOT NULL
) ENGINE=innodb; ) ENGINE=innodb;
ALTER TABLE llx_societe_rib ADD COLUMN cci varchar(100) after iban_prefix; -- Interbank code for some countries like Chile

View File

@@ -41,6 +41,7 @@ create table llx_societe_rib
bic varchar(20), -- 11 according to ISO 9362 (we keep 20 for backward compatibility) bic varchar(20), -- 11 according to ISO 9362 (we keep 20 for backward compatibility)
bic_intermediate varchar(11), -- 11 according to ISO 9362. Same as bic but for intermediate bank bic_intermediate varchar(11), -- 11 according to ISO 9362. Same as bic but for intermediate bank
iban_prefix varchar(100), -- full iban. 34 according to ISO 13616 but we set 100 to allow to store it with encryption information iban_prefix varchar(100), -- full iban. 34 according to ISO 13616 but we set 100 to allow to store it with encryption information
cci varchar(100), -- Interbank code for some countries like Chile
domiciliation varchar(255), domiciliation varchar(255),
proprio varchar(60), proprio varchar(60),