mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 06:47:45 +00:00
Fix case-sensitive SQL scripts
This commit is contained in:
parent
db6506a7b9
commit
899d38a65a
2 changed files with 16629 additions and 16629 deletions
File diff suppressed because it is too large
Load diff
|
@ -1,4 +1,4 @@
|
|||
CREATE TABLE IF NOT EXISTS CharaInfoFriendlist (
|
||||
CREATE TABLE IF NOT EXISTS charainfofriendlist (
|
||||
`CharacterId` int(20) NOT NULL,
|
||||
`CharacterIdList` blob,
|
||||
`InviteDataList` blob,
|
||||
|
@ -6,4 +6,4 @@ CREATE TABLE IF NOT EXISTS CharaInfoFriendlist (
|
|||
`IS_NOT_ACTIVE_FLG` int(3) DEFAULT 0,
|
||||
`UPDATE_DATE` datetime,
|
||||
PRIMARY KEY (`CharacterId`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
|
||||
|
|
Loading…
Add table
Reference in a new issue