fix civility createion PK
This commit is contained in:
parent
36e0deba3f
commit
17c8a32780
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user