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
Merge requests
!11
Resolve "Adicionar tabela input_sugestion"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Adicionar tabela input_sugestion"
10-adicionar-tabela-input_sugestion
into
develop
Overview
0
Commits
1
Pipelines
2
Changes
2
Merged
Gianfranco Harres
requested to merge
10-adicionar-tabela-input_sugestion
into
develop
5 years ago
Overview
0
Commits
1
Pipelines
2
Changes
2
Expand
Closes
#10 (closed)
Edited
5 years ago
by
Gianfranco Harres
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
f5382748
1 commit,
5 years ago
2 files
+
8
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
workspace/create/00-core-tables.sql
+
7
−
0
Options
@@ -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
);
Loading