Modif structurelle

This commit is contained in:
Rodolphe Quiedeville 2004-02-16 10:24:26 +00:00
parent e7abd932a5
commit 2e72553786

View File

@ -22,7 +22,8 @@
create table llx_c_forme_juridique
(
code integer PRIMARY KEY,
rowid integer AUTO_INCREMENT PRIMARY KEY,
code integer UNIQUE,
libelle varchar(255),
active tinyint default 1