Fix: Syntax error

This commit is contained in:
Regis Houssin 2008-12-18 20:32:27 +00:00
parent 5a131250f7
commit 1efaa445d3

View File

@ -24,7 +24,7 @@ create table llx_adherent_options_label
name varchar(64) PRIMARY KEY, -- nom de l'attribut
tms timestamp,
label varchar(255) NOT NULL, -- label correspondant a l'attribut
type varchar(8),
size integer DEFAULT 0;
pos integer DEFAULT 0;
type varchar(8),
size integer DEFAULT 0,
pos integer DEFAULT 0
)type=innodb;