Skip to content
Snippets Groups Projects
Commit 021705ef authored by Gianfranco Harres's avatar Gianfranco Harres Committed by Stephanie Briere Americo
Browse files

Resolve "Adicionar tabela para donos de formularios"

parent a58a7b31
No related branches found
No related tags found
No related merge requests found
...@@ -82,3 +82,10 @@ CREATE TABLE sub_form ( ...@@ -82,3 +82,10 @@ CREATE TABLE sub_form (
id_input INTEGER, id_input INTEGER,
id_content_form INTEGER id_content_form INTEGER
); );
CREATE TABLE form_owner (
id SERIAL PRIMARY KEY,
id_user INTEGER,
id_form INTEGER
);
id;id_user;id_form
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment