Mise à jour llx_c_pays
This commit is contained in:
parent
2a38234c07
commit
65c32ccb6e
@ -161,7 +161,8 @@ create table llx_c_pays
|
|||||||
(
|
(
|
||||||
rowid integer PRIMARY KEY,
|
rowid integer PRIMARY KEY,
|
||||||
libelle varchar(25),
|
libelle varchar(25),
|
||||||
code char(2) NOT NULL
|
code char(2) NOT NULL,
|
||||||
|
active tinyint default 1
|
||||||
)type=innodb;
|
)type=innodb;
|
||||||
|
|
||||||
insert into llx_c_pays (rowid,libelle,code) values (0, '-', '');
|
insert into llx_c_pays (rowid,libelle,code) values (0, '-', '');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user