Skip to content
Snippets Groups Projects
Commit 67893bd6 authored by Cyril Vazquez's avatar Cyril Vazquez
Browse files

Evo: listmodel_types

parent deab49c0
No related branches found
No related tags found
No related merge requests found
......@@ -851,6 +851,16 @@ WITH (
OIDS=FALSE
);
CREATE TABLE listmodel_types
(
listmodeltype_id character varying(50) NOT NULL,
listmodeltype_label character varying(100) NOT NULL,
CONSTRAINT "listmodel_types_pkey" PRIMARY KEY (listmodeltype_id)
)
WITH (
OIDS=FALSE
);
CREATE TABLE users_entities
(
user_id character varying(128) NOT NULL,
......
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