Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
m169-project-docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Fabio Flückiger
m169-project-docker
Commits
22e5563a
Commit
22e5563a
authored
1 year ago
by
vmadmin
Browse files
Options
Downloads
Patches
Plain Diff
Added compose
parent
da4fcb21
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mysql_db/prepare_db.sql
+1
-1
1 addition, 1 deletion
mysql_db/prepare_db.sql
with
1 addition
and
1 deletion
mysql_db/prepare_db.sql
+
1
−
1
View file @
22e5563a
use
Gaeste
;
Create
Table
G
aeste
(
id
int
primary
key
auto_increment
not
null
,
Create
Table
g
aeste
(
id
int
primary
key
auto_increment
not
null
,
vorname
varchar
(
45
)
not
null
,
nachname
varchar
(
45
)
not
null
,
message
varchar
(
150
)
not
null
,
...
...
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