Skip to content
Snippets Groups Projects
Commit 40018dbd authored by Cedric CAFFY's avatar Cedric CAFFY
Browse files

Removed NUMERIC from table EXPERIMENTS

parent ef2847fa
No related branches found
No related tags found
No related merge requests found
......@@ -259,5 +259,5 @@ CREATE TABLE USAGESTATS (
);
CREATE TABLE EXPERIMENTS (
NAME VARCHAR(20),
GID NUMERIC(6, 0) CONSTRAINT EXPERIMENTS_GID_PK PRIMARY KEY
GID UINT32TYPE CONSTRAINT EXPERIMENTS_GID_PK PRIMARY KEY
);
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