Modif champ rowid

This commit is contained in:
Rodolphe Quiedeville 2003-07-21 09:43:20 +00:00
parent b2fc5fa8ae
commit d5a04fc2f4

View File

@ -22,7 +22,7 @@
create table llx_cond_reglement
(
rowid integer AUTO_INCREMENT PRIMARY KEY,
rowid integer PRIMARY KEY,
sortorder smallint,
actif tinyint default 1,
libelle varchar(255),