Update tgstation_schema_prefixed.sql

This commit is contained in:
MattDuskson
2017-06-19 12:55:58 +02:00
committed by GitHub
parent ae93aaecc3
commit a855c4bf26

View File

@@ -136,7 +136,7 @@ CREATE TABLE `SS13_death` (
`mapname` varchar(32) NOT NULL,
`server_ip` int(10) unsigned NOT NULL,
`server_port` smallint(5) unsigned NOT NULL,
`round_id` int(11) NOT NULL
`round_id` int(11) NOT NULL,
`tod` datetime NOT NULL COMMENT 'Time of death',
`job` varchar(32) NOT NULL,
`special` varchar(32) DEFAULT NULL,