Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Akamu
data-schemas
Commits
4df76e89
Commit
4df76e89
authored
Feb 11, 2019
by
Frederik Wegner
Browse files
Merge branch 'mongo' into 'development'
Set NULL as idmongo default See merge request
!3
parents
216964ba
0b081ba6
Changes
1
Hide whitespace changes
Inline
Side-by-side
akamuschema.sql
View file @
4df76e89
...
...
@@ -294,7 +294,7 @@ CREATE TABLE IF NOT EXISTS `akamu`.`pool` (
`shortform`
VARCHAR
(
45
)
NOT
NULL
,
`description`
VARCHAR
(
511
)
NULL
,
`image`
INT
UNSIGNED
NOT
NULL
,
`idmongo`
VARCHAR
(
45
)
NOT
NULL
,
`idmongo`
VARCHAR
(
45
)
NULL
,
PRIMARY
KEY
(
`idpool`
),
UNIQUE
INDEX
unique_pool_name
(
`name`
),
UNIQUE
INDEX
unique_pool_shortform
(
`shortform`
),
...
...
Write
Preview
Markdown
is supported
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