Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
ed79e8f3
Commit
ed79e8f3
authored
Jun 28, 2012
by
Max-Wilhelm Bruker
Browse files
added missing column in servatrice.sql
parent
0abb4c84
Changes
1
Show whitespace changes
Inline
Side-by-side
servatrice/servatrice.sql
View file @
ed79e8f3
...
@@ -165,6 +165,7 @@ CREATE TABLE `cockatrice_bans` (
...
@@ -165,6 +165,7 @@ CREATE TABLE `cockatrice_bans` (
CREATE
TABLE
`cockatrice_sessions`
(
CREATE
TABLE
`cockatrice_sessions`
(
`id`
int
(
9
)
NOT
NULL
AUTO_INCREMENT
,
`id`
int
(
9
)
NOT
NULL
AUTO_INCREMENT
,
`user_name`
varchar
(
255
)
COLLATE
utf8_unicode_ci
NOT
NULL
,
`user_name`
varchar
(
255
)
COLLATE
utf8_unicode_ci
NOT
NULL
,
`id_server`
tinyint
(
3
)
NOT
NULL
,
`ip_address`
char
(
15
)
COLLATE
utf8_unicode_ci
NOT
NULL
,
`ip_address`
char
(
15
)
COLLATE
utf8_unicode_ci
NOT
NULL
,
`start_time`
datetime
NOT
NULL
,
`start_time`
datetime
NOT
NULL
,
`end_time`
datetime
DEFAULT
NULL
,
`end_time`
datetime
DEFAULT
NULL
,
...
...
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment