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:
parent
be63e25c14
commit
c3700c6231
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