FIX #6229
This commit is contained in:
parent
85f9da7718
commit
7dc55daf38
@ -21,7 +21,7 @@ create table llx_c_typent
|
|||||||
(
|
(
|
||||||
id integer PRIMARY KEY,
|
id integer PRIMARY KEY,
|
||||||
code varchar(12) NOT NULL,
|
code varchar(12) NOT NULL,
|
||||||
libelle varchar(30),
|
libelle varchar(48),
|
||||||
fk_country integer NULL, -- Defined only to have specific list for countries that can't use generic list (like argentina that need type A or B)
|
fk_country integer NULL, -- Defined only to have specific list for countries that can't use generic list (like argentina that need type A or B)
|
||||||
active tinyint DEFAULT 1 NOT NULL,
|
active tinyint DEFAULT 1 NOT NULL,
|
||||||
module varchar(32) NULL,
|
module varchar(32) NULL,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user