Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Vladislav Rykov
THSO.server
Commits
c707758f
Commit
c707758f
authored
May 18, 2020
by
Vladislav Rykov
Browse files
database creation file update +notifications
parent
08349bcc
Changes
1
Hide whitespace changes
Inline
Side-by-side
db.sql
View file @
c707758f
...
@@ -42,7 +42,9 @@ CREATE TABLE public.applications (
...
@@ -42,7 +42,9 @@ CREATE TABLE public.applications (
name
character
varying
(
30
)
NOT
NULL
,
name
character
varying
(
30
)
NOT
NULL
,
app_key
character
varying
(
30
)
NOT
NULL
,
app_key
character
varying
(
30
)
NOT
NULL
,
username
character
varying
(
30
)
NOT
NULL
,
username
character
varying
(
30
)
NOT
NULL
,
description
character
varying
(
200
)
description
character
varying
(
200
),
secure_key
character
varying
(
100
)
NOT
NULL
,
secure
boolean
DEFAULT
false
NOT
NULL
,
);
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment