Fix: Syntax error
This commit is contained in:
parent
5a131250f7
commit
1efaa445d3
@ -24,7 +24,7 @@ create table llx_adherent_options_label
|
|||||||
name varchar(64) PRIMARY KEY, -- nom de l'attribut
|
name varchar(64) PRIMARY KEY, -- nom de l'attribut
|
||||||
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