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` (
|
||||
`CharacterId` bigint(20) UNSIGNED DEFAULT NULL,
|
||||
`CharacterId` int(20) NOT NULL,
|
||||
`Category_0` binary(41) DEFAULT NULL,
|
||||
`Category_1` binary(41) DEFAULT NULL,
|
||||
`Category_2` binary(41) DEFAULT NULL,
|
||||
|
@ -601,4 +601,4 @@ CREATE TABLE `charamonsternote` (
|
|||
`Category_11` binary(41) DEFAULT NULL,
|
||||
`UPDATE_DATE` datetime DEFAULT CURRENT_TIMESTAMP,
|
||||
PRIMARY KEY(`CharacterId`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
|
||||
|
|
Loading…
Add table
Reference in a new issue