projects
/
e-DoKo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e68d459
)
bugfix: typo in last commit
author
arun
<arun@nubati.net>
Thu, 7 Jun 2007 18:34:38 +0000
(18:34 +0000)
committer
arun
<arun>
Thu, 7 Jun 2007 18:34:38 +0000
(18:34 +0000)
create_database.sql
patch
|
blob
|
history
diff --git
a/create_database.sql
b/create_database.sql
index b480bf3b8b68dcec0df70fcec7a68abdec17dfc0..9acb4f07877f7d359128c055e96011a8cf67b9df 100644
(file)
--- a/
create_database.sql
+++ b/
create_database.sql
@@
-74,7
+74,7
@@
CREATE TABLE `Game` (
`solo` enum('trumpless','jack','queen','trump','club','spade','heart','silent') default NULL,
`sickness` int(11) default NULL,
`startplayer` tinyint(4) default '1',
- `player
id
` int(11) default NULL,
+ `player` int(11) default NULL,
`status` enum('pre','play','gameover') default NULL,
`ruleset` int(11) default NULL,
`session` int(11) default NULL,