mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-30 08:07:46 +00:00
Update bnpctemplate.sql
This commit is contained in:
parent
0d767e4986
commit
9b8b68b468
1 changed files with 0 additions and 1 deletions
|
@ -25,7 +25,6 @@ CREATE TABLE `bnpctemplate` (
|
||||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||||
|
|
||||||
ALTER TABLE `bnpctemplate`
|
ALTER TABLE `bnpctemplate`
|
||||||
ADD PRIMARY KEY (`Id`),
|
|
||||||
ADD UNIQUE KEY `bNPCBaseId_2` (`bNPCBaseId`,`bNPCNameId`),
|
ADD UNIQUE KEY `bNPCBaseId_2` (`bNPCBaseId`,`bNPCNameId`),
|
||||||
ADD KEY `Name` (`Name`),
|
ADD KEY `Name` (`Name`),
|
||||||
ADD KEY `bNPCBaseId` (`bNPCBaseId`),
|
ADD KEY `bNPCBaseId` (`bNPCBaseId`),
|
||||||
|
|
Loading…
Add table
Reference in a new issue