Missing auto-increlent attribute when table c_resource_type create
This commit is contained in:
parent
5f74b86b18
commit
7fbcb4fe7d
@ -1190,7 +1190,7 @@ ALTER TABLE llx_element_resources ADD INDEX idx_element_element_element_id (elem
|
|||||||
|
|
||||||
create table llx_c_type_resource
|
create table llx_c_type_resource
|
||||||
(
|
(
|
||||||
rowid integer PRIMARY KEY,
|
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||||
code varchar(32) NOT NULL,
|
code varchar(32) NOT NULL,
|
||||||
label varchar(64) NOT NULL,
|
label varchar(64) NOT NULL,
|
||||||
active tinyint DEFAULT 1 NOT NULL
|
active tinyint DEFAULT 1 NOT NULL
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user