Update llx_c_type_resource.sql
Error create table, missing incremet type element
This commit is contained in:
parent
3108523ff2
commit
e146af3118
@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
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