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:
parent
f1514e2a8d
commit
d2c61ae03c
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Reference in a new issue