2
0
forked from Wavyzz/dolibarr

Fix too short size field

This commit is contained in:
Laurent Destailleur
2024-11-24 22:49:58 +01:00
parent 5aa14a24cb
commit 20002f20f6
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ create table llx_societe_rib
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
iban_prefix varchar(60), -- full iban. 34 according to ISO 13616 ut we set 60 to allow to store it with encryption information
iban_prefix varchar(80), -- full iban. 34 according to ISO 13616 but we set 80 to allow to store it with encryption information
domiciliation varchar(255),
proprio varchar(60),