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

Evo: parameters description

parent a8016222
No related branches found
No related tags found
No related merge requests found
......@@ -179,6 +179,7 @@ WITH (OIDS=FALSE);
CREATE TABLE parameters
(
id character varying(255) NOT NULL,
description TEXT,
param_value_string character varying(255) DEFAULT NULL::character varying,
param_value_int integer,
param_value_date timestamp without time zone,
......
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