2
0
forked from Wavyzz/dolibarr

add field pti_in_ctti in bank_account table description. Change column type to smallint.

This commit is contained in:
Thomas Negre
2022-02-24 09:30:55 +01:00
parent 83ed380e6b
commit 2d74e4fce1
2 changed files with 2 additions and 1 deletions

View File

@@ -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),