Fix: Syntax error
This commit is contained in:
parent
5a131250f7
commit
1efaa445d3
@ -25,6 +25,6 @@ create table llx_adherent_options_label
|
|||||||
tms timestamp,
|
tms timestamp,
|
||||||
label varchar(255) NOT NULL, -- label correspondant a l'attribut
|
label varchar(255) NOT NULL, -- label correspondant a l'attribut
|
||||||
type varchar(8),
|
type varchar(8),
|
||||||
size integer DEFAULT 0;
|
size integer DEFAULT 0,
|
||||||
pos integer DEFAULT 0;
|
pos integer DEFAULT 0
|
||||||
)type=innodb;
|
)type=innodb;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user