fix civility createion PK

This commit is contained in:
Florian HENRY 2021-03-02 11:00:16 +01:00
parent 36e0deba3f
commit 17c8a32780

View File

@ -19,7 +19,7 @@
create table llx_c_civility
(
rowid integer PRIMARY KEY,
rowid integer AUTO_INCREMENT PRIMARY KEY NOT NULL
code varchar(6) NOT NULL,
label varchar(50),
active tinyint DEFAULT 1 NOT NULL,