Modif structure de la table
This commit is contained in:
parent
73b679d3b2
commit
3bfc242931
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
create table llx_document_generator
|
create table llx_document_generator
|
||||||
(
|
(
|
||||||
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
rowid integer UNSIGNED NOT NULL PRIMARY KEY,
|
||||||
name varchar(255) NOT NULL,
|
name varchar(255) NOT NULL,
|
||||||
classfile varchar(255) NOT NULL,
|
classfile varchar(255) NOT NULL,
|
||||||
class varchar(255) NOT NULL
|
class varchar(255) NOT NULL
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user