Skip to content
Snippets Groups Projects
Commit 20e84973 authored by Florian Azizian's avatar Florian Azizian
Browse files

FEAT #2386 type de contact pour particulier/personne morale

parent 433a0372
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,7 @@ CREATE TABLE contact_types
id bigint NOT NULL DEFAULT nextval('contact_types_id_seq'::regclass),
label character varying(255) NOT NULL,
can_add_contact character varying(1) NOT NULL DEFAULT 'Y'::character varying,
contact_target character varying(50),
CONSTRAINT contact_types_pkey PRIMARY KEY (id)
) WITH (OIDS=FALSE);
......
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