Splits up round table initialize, start, end and shutdown

This commit is contained in:
Jordie
2018-05-15 17:11:39 +10:00
committed by letterjay
parent 19306a2d9b
commit 68fcab96a5
7 changed files with 82 additions and 10 deletions

View File

@@ -397,7 +397,9 @@ DROP TABLE IF EXISTS `round`;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `round` (
`id` INT(11) NOT NULL AUTO_INCREMENT,
`start_datetime` DATETIME NOT NULL,
`initialize_datetime` DATETIME NOT NULL,
`start_datetime` DATETIME NULL,
`shutdown_datetime` DATETIME NULL,
`end_datetime` DATETIME NULL,
`server_ip` INT(10) UNSIGNED NOT NULL,
`server_port` SMALLINT(5) UNSIGNED NOT NULL,