Skip to content
Snippets Groups Projects
Commit 1efaa445 authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: Syntax error

parent 5a131250
No related branches found
No related tags found
No related merge requests found
......@@ -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;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment