forked from Wavyzz/dolibarr
add field pti_in_ctti in bank_account table description. Change column type to smallint.
This commit is contained in:
@@ -42,6 +42,7 @@ create table llx_bank_account
|
||||
country_iban varchar(2), -- deprecated
|
||||
cle_iban varchar(2),
|
||||
domiciliation varchar(255),
|
||||
pti_in_ctti smallint DEFAULT 0,
|
||||
state_id integer DEFAULT NULL,
|
||||
fk_pays integer NOT NULL,
|
||||
proprio varchar(60),
|
||||
|
||||
Reference in New Issue
Block a user