mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 14:37:44 +00:00
Update.sql Merged into other SQL's
Merged the Update.sql into the other SQL's
This commit is contained in:
parent
4d01464988
commit
6328eb5304
3 changed files with 238 additions and 297 deletions
|
@ -1,28 +1,18 @@
|
|||
-- MySQL dump 10.13 Distrib 5.7.13, for Win64 (x86_64)
|
||||
--
|
||||
-- Host: localhost Database: sapphire
|
||||
-- ------------------------------------------------------
|
||||
-- Server version 5.7.13-log
|
||||
-- --------------------------------------------------------
|
||||
-- Host: 127.0.0.1
|
||||
-- Server version: 10.1.24-MariaDB - mariadb.org binary distribution
|
||||
-- Server OS: Win32
|
||||
-- HeidiSQL Version: 9.4.0.5125
|
||||
-- --------------------------------------------------------
|
||||
|
||||
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
|
||||
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
|
||||
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
|
||||
/*!40101 SET NAMES utf8 */;
|
||||
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
|
||||
/*!40103 SET TIME_ZONE='+00:00' */;
|
||||
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
|
||||
/*!50503 SET NAMES utf8mb4 */;
|
||||
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
|
||||
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
|
||||
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
|
||||
|
||||
--
|
||||
-- Table structure for table `characlass`
|
||||
--
|
||||
|
||||
DROP TABLE IF EXISTS `characlass`;
|
||||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||||
/*!40101 SET character_set_client = utf8 */;
|
||||
CREATE TABLE `characlass` (
|
||||
-- Dumping structure for table sapphire.characlass
|
||||
CREATE TABLE IF NOT EXISTS `characlass` (
|
||||
`Lv_0` int(5) DEFAULT '0',
|
||||
`Exp_0` int(10) DEFAULT '0',
|
||||
`Lv_1` int(5) DEFAULT '0',
|
||||
|
@ -71,30 +61,22 @@ CREATE TABLE `characlass` (
|
|||
`Exp_22` int(10) NOT NULL DEFAULT '0',
|
||||
`Lv_23` int(5) DEFAULT '0',
|
||||
`Exp_23` int(10) DEFAULT '0',
|
||||
`Lv_24` int(5) NOT NULL DEFAULT '0',
|
||||
`Exp_24` int(10) NOT NULL DEFAULT '0',
|
||||
`Lv_25` int(5) NOT NULL DEFAULT '0',
|
||||
`Exp_25` int(19) NOT NULL DEFAULT '0',
|
||||
`CharacterId` int(20) NOT NULL DEFAULT '0',
|
||||
`IS_DELETE` int(3) DEFAULT '0',
|
||||
`IS_NOT_ACTIVE_FLG` int(3) DEFAULT '0',
|
||||
`UPDATE_DATE` datetime DEFAULT NULL,
|
||||
PRIMARY KEY (`CharacterId`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||
|
||||
--
|
||||
-- Dumping data for table `characlass`
|
||||
--
|
||||
|
||||
LOCK TABLES `characlass` WRITE;
|
||||
-- Dumping data for table sapphire.characlass: 0 rows
|
||||
DELETE FROM `characlass`;
|
||||
/*!40000 ALTER TABLE `characlass` DISABLE KEYS */;
|
||||
/*!40000 ALTER TABLE `characlass` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
|
||||
|
||||
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
|
||||
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
|
||||
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
|
||||
/*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */;
|
||||
/*!40014 SET FOREIGN_KEY_CHECKS=IF(@OLD_FOREIGN_KEY_CHECKS IS NULL, 1, @OLD_FOREIGN_KEY_CHECKS) */;
|
||||
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
|
||||
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
|
||||
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
||||
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
|
||||
|
||||
-- Dump completed on 2016-12-09 17:37:12
|
||||
|
|
|
@ -1,31 +1,18 @@
|
|||
-- MySQL dump 10.13 Distrib 5.7.13, for Win64 (x86_64)
|
||||
--
|
||||
-- Host: localhost Database: sapphire
|
||||
-- ------------------------------------------------------
|
||||
-- Server version 5.7.13-log
|
||||
-- --------------------------------------------------------
|
||||
-- Host: 127.0.0.1
|
||||
-- Server version: 10.1.24-MariaDB - mariadb.org binary distribution
|
||||
-- Server OS: Win32
|
||||
-- HeidiSQL Version: 9.4.0.5125
|
||||
-- --------------------------------------------------------
|
||||
|
||||
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
|
||||
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
|
||||
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
|
||||
/*!40101 SET NAMES utf8 */;
|
||||
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
|
||||
/*!40103 SET TIME_ZONE='+00:00' */;
|
||||
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
|
||||
/*!50503 SET NAMES utf8mb4 */;
|
||||
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
|
||||
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
|
||||
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
|
||||
|
||||
--
|
||||
-- Table structure for table `charadetail`
|
||||
--
|
||||
|
||||
DROP TABLE IF EXISTS `charadetail`;
|
||||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||||
/*!40101 SET character_set_client = utf8 */;
|
||||
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
|
||||
SET time_zone = "+00:00";
|
||||
|
||||
CREATE TABLE charadetail (
|
||||
-- Dumping structure for table sapphire.charadetail
|
||||
CREATE TABLE IF NOT EXISTS `charadetail` (
|
||||
`GuardianDeity` int(3) DEFAULT NULL,
|
||||
`BirthDay` int(3) DEFAULT NULL,
|
||||
`BirthMonth` int(3) NOT NULL,
|
||||
|
@ -49,10 +36,10 @@ CREATE TABLE charadetail (
|
|||
`ActiveTitle` int(5) DEFAULT NULL,
|
||||
`TitleList` binary(32) DEFAULT NULL,
|
||||
`Achievement` binary(16) DEFAULT NULL,
|
||||
`Aetheryte` binary(12) DEFAULT NULL,
|
||||
`HowTo` binary(32) DEFAULT NULL,
|
||||
`Minions` binary(32) DEFAULT NULL,
|
||||
`Mounts` binary(11) DEFAULT NULL,
|
||||
`Aetheryte` binary(16) DEFAULT NULL,
|
||||
`HowTo` binary(33) DEFAULT NULL,
|
||||
`Minions` binary(33) DEFAULT NULL,
|
||||
`Mounts` binary(13) DEFAULT NULL,
|
||||
`EquippedMannequin` int(5) DEFAULT NULL,
|
||||
`ConfigFlags` smallint(5) NOT NULL DEFAULT '0',
|
||||
`GatheringHistoryPointId` binary(8) DEFAULT NULL,
|
||||
|
@ -62,7 +49,7 @@ CREATE TABLE charadetail (
|
|||
`RecipeCreateFlags` binary(100) DEFAULT NULL,
|
||||
`QuestCompleteFlags` binary(200) DEFAULT NULL,
|
||||
`LeveCompleteFlags` binary(200) DEFAULT NULL,
|
||||
`OpeningSequence` int(3) DEFAULT NULL,
|
||||
`OpeningSequence` int(3) DEFAULT '0',
|
||||
`QuestTracking` binary(10) DEFAULT NULL,
|
||||
`LeveTicketNum` int(3) DEFAULT NULL,
|
||||
`LeveTicketLastGetTime` int(10) DEFAULT NULL,
|
||||
|
@ -77,7 +64,7 @@ CREATE TABLE charadetail (
|
|||
`ContentRetryTime` blob,
|
||||
`ContentJoinTime` int(10) DEFAULT NULL,
|
||||
`ContentClearFlag` blob,
|
||||
`CFPenaltyUntil` int unsigned NOT NULL DEFAULT '0',
|
||||
`CFPenaltyUntil` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`TownWarpFstFlags` binary(2) DEFAULT NULL,
|
||||
`PathId` int(10) DEFAULT NULL,
|
||||
`StepIndex` int(5) DEFAULT NULL,
|
||||
|
@ -86,31 +73,15 @@ CREATE TABLE charadetail (
|
|||
`CharacterId` int(20) NOT NULL DEFAULT '0',
|
||||
`IS_DELETE` int(3) DEFAULT '0',
|
||||
`IS_NOT_ACTIVE_FLG` int(3) DEFAULT '0',
|
||||
`UPDATE_DATE` datetime DEFAULT NULL
|
||||
`UPDATE_DATE` datetime DEFAULT NULL,
|
||||
PRIMARY KEY (`CharacterId`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
|
||||
ALTER TABLE charadetail
|
||||
ADD PRIMARY KEY (`CharacterId`);
|
||||
|
||||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||
|
||||
--
|
||||
-- Dumping data for table `charadetail`
|
||||
--
|
||||
|
||||
LOCK TABLES `charadetail` WRITE;
|
||||
-- Dumping data for table sapphire.charadetail: 0 rows
|
||||
DELETE FROM `charadetail`;
|
||||
/*!40000 ALTER TABLE `charadetail` DISABLE KEYS */;
|
||||
/*!40000 ALTER TABLE `charadetail` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
|
||||
|
||||
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
|
||||
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
|
||||
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
|
||||
/*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */;
|
||||
/*!40014 SET FOREIGN_KEY_CHECKS=IF(@OLD_FOREIGN_KEY_CHECKS IS NULL, 1, @OLD_FOREIGN_KEY_CHECKS) */;
|
||||
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
|
||||
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
|
||||
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
||||
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
|
||||
|
||||
-- Dump completed on 2016-12-09 17:37:12
|
||||
|
|
|
@ -1,28 +1,18 @@
|
|||
-- MySQL dump 10.13 Distrib 5.7.13, for Win64 (x86_64)
|
||||
--
|
||||
-- Host: localhost Database: sapphire
|
||||
-- ------------------------------------------------------
|
||||
-- Server version 5.7.13-log
|
||||
-- --------------------------------------------------------
|
||||
-- Host: 127.0.0.1
|
||||
-- Server version: 10.1.24-MariaDB - mariadb.org binary distribution
|
||||
-- Server OS: Win32
|
||||
-- HeidiSQL Version: 9.4.0.5125
|
||||
-- --------------------------------------------------------
|
||||
|
||||
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
|
||||
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
|
||||
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
|
||||
/*!40101 SET NAMES utf8 */;
|
||||
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
|
||||
/*!40103 SET TIME_ZONE='+00:00' */;
|
||||
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
|
||||
/*!50503 SET NAMES utf8mb4 */;
|
||||
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
|
||||
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
|
||||
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
|
||||
|
||||
--
|
||||
-- Table structure for table `charaiteminventory`
|
||||
--
|
||||
|
||||
DROP TABLE IF EXISTS `charaiteminventory`;
|
||||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||||
/*!40101 SET character_set_client = utf8 */;
|
||||
CREATE TABLE `charaiteminventory` (
|
||||
-- Dumping structure for table sapphire.charaiteminventory
|
||||
CREATE TABLE IF NOT EXISTS `charaiteminventory` (
|
||||
`CharacterId` int(20) NOT NULL,
|
||||
`storageId` int(10) NOT NULL,
|
||||
`type` int(5) DEFAULT '0',
|
||||
|
@ -52,30 +42,28 @@ CREATE TABLE `charaiteminventory` (
|
|||
`container_22` int(20) DEFAULT '0',
|
||||
`container_23` int(20) DEFAULT '0',
|
||||
`container_24` int(20) DEFAULT '0',
|
||||
`container_25` int(20) NOT NULL,
|
||||
`container_26` int(20) NOT NULL,
|
||||
`container_27` int(20) NOT NULL,
|
||||
`container_28` int(20) NOT NULL,
|
||||
`container_29` int(20) NOT NULL,
|
||||
`container_30` int(20) NOT NULL,
|
||||
`container_31` int(20) NOT NULL,
|
||||
`container_32` int(20) NOT NULL,
|
||||
`container_33` int(20) NOT NULL,
|
||||
`container_34` int(20) NOT NULL,
|
||||
`IS_DELETE` int(3) DEFAULT '0',
|
||||
`IS_NOT_ACTIVE_FLG` int(3) DEFAULT '0',
|
||||
`UPDATE_DATE` datetime DEFAULT CURRENT_TIMESTAMP,
|
||||
PRIMARY KEY (`CharacterId`,`storageId`),
|
||||
UNIQUE KEY `idx` (`idx`)
|
||||
) ENGINE=MyISAM AUTO_INCREMENT=161 DEFAULT CHARSET=utf8;
|
||||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||
|
||||
--
|
||||
-- Dumping data for table `charaiteminventory`
|
||||
--
|
||||
|
||||
LOCK TABLES `charaiteminventory` WRITE;
|
||||
-- Dumping data for table sapphire.charaiteminventory: 0 rows
|
||||
DELETE FROM `charaiteminventory`;
|
||||
/*!40000 ALTER TABLE `charaiteminventory` DISABLE KEYS */;
|
||||
/*!40000 ALTER TABLE `charaiteminventory` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
|
||||
|
||||
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
|
||||
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
|
||||
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
|
||||
/*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */;
|
||||
/*!40014 SET FOREIGN_KEY_CHECKS=IF(@OLD_FOREIGN_KEY_CHECKS IS NULL, 1, @OLD_FOREIGN_KEY_CHECKS) */;
|
||||
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
|
||||
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
|
||||
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
||||
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
|
||||
|
||||
-- Dump completed on 2016-12-09 17:37:10
|
||||
|
|
Loading…
Add table
Reference in a new issue