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
d6cddbea
Commit
d6cddbea
authored
Jan 10, 2013
by
Max-Wilhelm Bruker
Browse files
added index to sql file
parent
bc595bba
Changes
1
Hide whitespace changes
Inline
Side-by-side
servatrice/servatrice.sql
View file @
d6cddbea
...
@@ -201,6 +201,7 @@ CREATE TABLE `cockatrice_replays_access` (
...
@@ -201,6 +201,7 @@ CREATE TABLE `cockatrice_replays_access` (
`id_player`
int
(
7
)
NOT
NULL
,
`id_player`
int
(
7
)
NOT
NULL
,
`replay_name`
varchar
(
255
)
COLLATE
utf8_unicode_ci
NOT
NULL
,
`replay_name`
varchar
(
255
)
COLLATE
utf8_unicode_ci
NOT
NULL
,
`do_not_hide`
tinyint
(
1
)
NOT
NULL
,
`do_not_hide`
tinyint
(
1
)
NOT
NULL
,
KEY
`id_player`
(
`id_player`
)
KEY
`id_player`
(
`id_player`
),
KEY
`id_game`
(
`id_game`
)
)
ENGINE
=
MyISAM
DEFAULT
CHARSET
=
utf8
;
)
ENGINE
=
MyISAM
DEFAULT
CHARSET
=
utf8
;
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