1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-29 07:37:45 +00:00

Update schema.sql

This commit is contained in:
Mordred 2019-03-25 07:57:25 +01:00 committed by GitHub
parent f1514e2a8d
commit d2c61ae03c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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,