feat(DB): Release ACDB 10.0.0 (#18197)
* move archived files into old dir * auth * characters * world * mistake * revert some stuff * Squash time! * newline
This commit is contained in:
parent
f60fb6307d
commit
7f7f18e489
408 changed files with 301100 additions and 294504 deletions
|
|
@ -1,8 +1,8 @@
|
|||
-- --------------------------------------------------------
|
||||
-- Host: 127.0.0.1
|
||||
-- Server version: 8.0.29 - MySQL Community Server - GPL
|
||||
-- Server version: 8.1.0 - MySQL Community Server - GPL
|
||||
-- Server OS: Win64
|
||||
-- HeidiSQL Version: 12.0.0.6468
|
||||
-- HeidiSQL Version: 12.3.0.6589
|
||||
-- --------------------------------------------------------
|
||||
|
||||
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
|
||||
|
|
@ -26,14 +26,14 @@ CREATE TABLE IF NOT EXISTS `character_pet` (
|
|||
`level` smallint unsigned NOT NULL DEFAULT '1',
|
||||
`exp` int unsigned NOT NULL DEFAULT '0',
|
||||
`Reactstate` tinyint unsigned NOT NULL DEFAULT '0',
|
||||
`name` varchar(21) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Pet',
|
||||
`name` varchar(21) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Pet',
|
||||
`renamed` tinyint unsigned NOT NULL DEFAULT '0',
|
||||
`slot` tinyint unsigned NOT NULL DEFAULT '0',
|
||||
`curhealth` int unsigned NOT NULL DEFAULT '1',
|
||||
`curmana` int unsigned NOT NULL DEFAULT '0',
|
||||
`curhappiness` int unsigned NOT NULL DEFAULT '0',
|
||||
`savetime` int unsigned NOT NULL DEFAULT '0',
|
||||
`abdata` text COLLATE utf8mb4_unicode_ci,
|
||||
`abdata` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
|
||||
PRIMARY KEY (`id`),
|
||||
KEY `owner` (`owner`),
|
||||
KEY `idx_slot` (`slot`)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue