forked from Wavyzz/dolibarr
Add field CCI
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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),
|
||||||
|
|||||||
Reference in New Issue
Block a user