Skip to content
Snippets Groups Projects
Commit 5ecec622 authored by Richard Fernando Heise Ferreira's avatar Richard Fernando Heise Ferreira
Browse files

Issue #12: Add user table


Signed-off-by: default avatarRichardHeise <rfhf19@inf.ufpr.br>
parent b7d58b62
No related branches found
No related tags found
1 merge request!13Resolve "Adicionar tabela de usuário"
Pipeline #22374 passed
......@@ -66,3 +66,11 @@ CREATE TABLE input_sugestion (
value TEXT,
placement INTEGER
);
CREATE TABLE form_user (
id SERIAL PRIMARY KEY,
email TEXT UNIQUE,
name TEXT UNIQUE,
hash TEXT UNIQUE,
enabled BOOLEAN
);
id;email;name;hash;enable
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment