auto increment manquant
This commit is contained in:
parent
03cda1da97
commit
15f09bd2b3
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
create table llx_c_chargesociales
|
create table llx_c_chargesociales
|
||||||
(
|
(
|
||||||
id integer PRIMARY KEY,
|
id integer AUTO_INCREMENT PRIMARY KEY,
|
||||||
libelle varchar(80),
|
libelle varchar(80),
|
||||||
deductible smallint DEFAULT 0 NOT NULL,
|
deductible smallint DEFAULT 0 NOT NULL,
|
||||||
active tinyint DEFAULT 1 NOT NULL
|
active tinyint DEFAULT 1 NOT NULL
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user