1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-04 01:37:47 +00:00

Update schema.sql

This commit is contained in:
Mordred 2019-03-25 07:57:25 +01:00 committed by GitHub
parent be63e25c14
commit c3700c6231

View file

@ -586,7 +586,7 @@ COLLATE='latin1_swedish_ci' ENGINE=InnoDB;
CREATE TABLE `charamonsternote` ( CREATE TABLE `charamonsternote` (
`CharacterId` bigint(20) UNSIGNED DEFAULT NULL, `CharacterId` int(20) NOT NULL,
`Category_0` binary(41) DEFAULT NULL, `Category_0` binary(41) DEFAULT NULL,
`Category_1` binary(41) DEFAULT NULL, `Category_1` binary(41) DEFAULT NULL,
`Category_2` binary(41) DEFAULT NULL, `Category_2` binary(41) DEFAULT NULL,