Modif structure llx_c_forme_juridique
This commit is contained in:
parent
9949cffaf5
commit
e7abd932a5
@ -93,7 +93,8 @@ insert into llx_const(name, value, type, note) values ('MAIN_UPLOAD_DOC','1','ch
|
|||||||
|
|
||||||
create table llx_c_forme_juridique
|
create table llx_c_forme_juridique
|
||||||
(
|
(
|
||||||
code integer PRIMARY KEY,
|
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||||
|
code integer UNIQUE,
|
||||||
libelle varchar(255),
|
libelle varchar(255),
|
||||||
active tinyint default 1
|
active tinyint default 1
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user