mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-12 17:14:52 -07:00
Merge branch 'master' of git://github.com/mbruker/Cockatrice
This commit is contained in:
commit
2c22fc93ff
4 changed files with 33 additions and 2 deletions
|
|
@ -169,6 +169,7 @@ CREATE TABLE `cockatrice_bans` (
|
|||
CREATE TABLE `cockatrice_sessions` (
|
||||
`id` int(9) NOT NULL AUTO_INCREMENT,
|
||||
`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,
|
||||
`start_time` datetime NOT NULL,
|
||||
`end_time` datetime DEFAULT NULL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue