Skip to content
Snippets Groups Projects
Commit f5382748 authored by Gianfranco Harres's avatar Gianfranco Harres
Browse files

Issue #10: Add input_sugestion table

parent 537e69fe
No related branches found
No related tags found
1 merge request!11Resolve "Adicionar tabela input_sugestion"
Pipeline #21361 passed
This commit is part of merge request !11. Comments created here will be created in the context of that merge request.
...@@ -59,3 +59,10 @@ CREATE TABLE input_operation ( ...@@ -59,3 +59,10 @@ CREATE TABLE input_operation (
id INTEGER, id INTEGER,
name TEXT name TEXT
); );
CREATE TABLE input_sugestion (
id SERIAL PRIMARY KEY,
id_input INTEGER,
value TEXT,
placement INTEGER
);
id;id_input;value;placement
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