Auto increment manquant

This commit is contained in:
Regis Houssin 2005-07-13 07:13:55 +00:00
parent cbd8a524ee
commit dbcd760c02

View File

@ -1050,7 +1050,7 @@ delete from llx_c_ape;
create table llx_c_chargesociales
(
id integer PRIMARY KEY,
id integer AUTO_INCREMENT PRIMARY KEY,
libelle varchar(80),
deductible smallint NOT NULL default 0,
active tinyint default 1 NOT NULL