Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
form-creator-database
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
simmctic
form-creator
form-creator-database
Commits
f5382748
Commit
f5382748
authored
5 years ago
by
Gianfranco Harres
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#10
: Add input_sugestion table
parent
537e69fe
No related branches found
No related tags found
1 merge request
!11
Resolve "Adicionar tabela input_sugestion"
Pipeline
#21361
passed
5 years ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
workspace/create/00-core-tables.sql
+7
-0
7 additions, 0 deletions
workspace/create/00-core-tables.sql
workspace/fixture/input_sugestion.csv
+1
-0
1 addition, 0 deletions
workspace/fixture/input_sugestion.csv
with
8 additions
and
0 deletions
workspace/create/00-core-tables.sql
+
7
−
0
View file @
f5382748
...
...
@@ -59,3 +59,10 @@ CREATE TABLE input_operation (
id
INTEGER
,
name
TEXT
);
CREATE
TABLE
input_sugestion
(
id
SERIAL
PRIMARY
KEY
,
id_input
INTEGER
,
value
TEXT
,
placement
INTEGER
);
This diff is collapsed.
Click to expand it.
workspace/fixture/input_sugestion.csv
0 → 100644
+
1
−
0
View file @
f5382748
id;id_input;value;placement
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment