Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
IP1_Gruppe8
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Privacy
Imprint
Contact
Snippets
Groups
Projects
Show more breadcrumbs
Sophia Haupt
IP1_Gruppe8
Commits
b42457a3
Commit
b42457a3
authored
1 month ago
by
Victoria Badeke
Browse files
Options
Downloads
Patches
Plain Diff
datenbank
parent
24fafed8
Branches
Branches containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
userman_all/server/db/init.sql
+5
-5
5 additions, 5 deletions
userman_all/server/db/init.sql
with
5 additions
and
5 deletions
userman_all/server/db/init.sql
+
5
−
5
View file @
b42457a3
...
...
@@ -2,12 +2,12 @@ CREATE DATABASE IF NOT EXISTS `userman` DEFAULT CHARACTER SET utf8mb4 COLLATE ut
USE
`userman`
;
CREATE
TABLE
`userlist`
(
`id`
int
(
11
)
NOT
NULL
AUTO_INCREMENT
,
`
username
`
varchar
(
255
)
NOT
NULL
,
`
user_
id`
int
(
11
)
NOT
NULL
AUTO_INCREMENT
,
`
eMail
`
varchar
(
255
)
NOT
NULL
,
`password`
varchar
(
255
)
NOT
NULL
,
`
given
Name`
varchar
(
255
)
NOT
NULL
,
`
family
Name`
varchar
(
255
)
NOT
NULL
,
`
creationTime
`
varchar
(
32
)
NOT
NULL
,
`
first
Name`
varchar
(
255
)
NOT
NULL
,
`
last
Name`
varchar
(
255
)
NOT
NULL
,
`
adress
`
varchar
(
32
)
NOT
NULL
,
PRIMARY
KEY
(
id
)
)
ENGINE
=
InnoDB
DEFAULT
CHARSET
=
utf8mb4
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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