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
Harbor Registry
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
!22
Issue
#19
: Add times to form table
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#19
: Add times to form table
issue/19
into
develop
Overview
0
Commits
1
Pipelines
7
Changes
3
Merged
Richard Fernando Heise Ferreira
requested to merge
issue/19
into
develop
4 years ago
Overview
0
Commits
1
Pipelines
7
Changes
3
Expand
0
0
Merge request reports
Compare
develop
version 6
631a81bf
4 years ago
version 5
f93f377f
4 years ago
version 4
5994ce7f
4 years ago
version 3
ce96ea57
4 years ago
version 2
284dec9f
4 years ago
version 1
99e92f66
4 years ago
develop (base)
and
latest version
latest version
17b49802
1 commit,
4 years ago
version 6
631a81bf
6 commits,
4 years ago
version 5
f93f377f
5 commits,
4 years ago
version 4
5994ce7f
4 commits,
4 years ago
version 3
ce96ea57
3 commits,
4 years ago
version 2
284dec9f
2 commits,
4 years ago
version 1
99e92f66
1 commit,
4 years ago
3 files
+
7
−
5
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
workspace/create/00-core-tables.sql
+
2
−
1
Options
CREATE
TABLE
form
(
CREATE
TABLE
form
(
id
SERIAL
PRIMARY
KEY
,
id
SERIAL
PRIMARY
KEY
,
title
TEXT
,
title
TEXT
,
description
TEXT
description
TEXT
,
times
BOOLEAN
);
);
CREATE
TABLE
input
(
CREATE
TABLE
input
(
Loading