Auto increment manquant
This commit is contained in:
parent
cbd8a524ee
commit
dbcd760c02
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user