Skip to content

Commit

Permalink
更新資料庫
Browse files Browse the repository at this point in the history
  • Loading branch information
D363N6UY committed Jan 15, 2017
1 parent 00a2a91 commit 58dbed2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions sql/maplestory.sql
Original file line number Diff line number Diff line change
Expand Up @@ -30830,22 +30830,22 @@ ALTER TABLE `hiredmerchitems`
ADD KEY `characterid_2` (`characterid`,`inventorytype`);

--
-- 資料表索引 `hiredmerch`
-- 資料表索引 `hiredfishing`
--
ALTER TABLE `hiredmerch`
ALTER TABLE `hiredfishing`
ADD PRIMARY KEY (`PackageId`);

--
-- 資料表索引 `hiredmerchequipment`
-- 資料表索引 `hiredfishingequipment`
--
ALTER TABLE `hiredmerchequipment`
ALTER TABLE `hiredfishingequipment`
ADD PRIMARY KEY (`inventoryequipmentid`),
ADD KEY `inventoryitemid` (`inventoryitemid`);

--
-- 資料表索引 `hiredmerchitems`
-- 資料表索引 `hiredfishingitems`
--
ALTER TABLE `hiredmerchitems`
ALTER TABLE `hiredfishingitems`
ADD PRIMARY KEY (`inventoryitemid`),
ADD KEY `inventoryitems_ibfk_1` (`characterid`),
ADD KEY `characterid` (`characterid`),
Expand Down

0 comments on commit 58dbed2

Please sign in to comment.