SQL definitions added. Small fixes

This commit is contained in:
joep van der velden
2019-06-23 19:46:01 +02:00
parent 8f4379925b
commit 6ea5b7c1a6
4 changed files with 22 additions and 14 deletions
+1
View File
@@ -267,6 +267,7 @@ CREATE TABLE `SS13_player` (
`atklog` smallint(4) DEFAULT '0',
`fuid` BIGINT(20) NULL DEFAULT NULL,
`fupdate` SMALLINT(4) NULL DEFAULT 0,
`afk_watch` tinyint(1) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
UNIQUE KEY `ckey` (`ckey`)
) ENGINE=InnoDB AUTO_INCREMENT=32446 DEFAULT CHARSET=latin1;