AA requested byond_date col for player table

This commit is contained in:
Kyep
2020-10-23 02:19:55 -07:00
parent 5d5c7f014b
commit 9dfddff0ea
3 changed files with 5 additions and 0 deletions
+1
View File
@@ -269,6 +269,7 @@ CREATE TABLE `player` (
`fuid` bigint(20) NULL DEFAULT NULL,
`fupdate` smallint(4) NULL DEFAULT '0',
`parallax` tinyint(1) DEFAULT '8',
`byond_date` DATE,
PRIMARY KEY (`id`),
UNIQUE KEY `ckey` (`ckey`)
) ENGINE=InnoDB AUTO_INCREMENT=32446 DEFAULT CHARSET=utf8mb4;