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 */;
|
||||
|
|
@ -24,13 +24,13 @@ CREATE TABLE IF NOT EXISTS `item_instance` (
|
|||
`giftCreatorGuid` int unsigned NOT NULL DEFAULT '0',
|
||||
`count` int unsigned NOT NULL DEFAULT '1',
|
||||
`duration` int NOT NULL DEFAULT '0',
|
||||
`charges` tinytext COLLATE utf8mb4_unicode_ci,
|
||||
`charges` tinytext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
|
||||
`flags` int unsigned DEFAULT '0',
|
||||
`enchantments` text COLLATE utf8mb4_unicode_ci NOT NULL,
|
||||
`enchantments` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
|
||||
`randomPropertyId` smallint NOT NULL DEFAULT '0',
|
||||
`durability` smallint unsigned NOT NULL DEFAULT '0',
|
||||
`playedTime` int unsigned NOT NULL DEFAULT '0',
|
||||
`text` text COLLATE utf8mb4_unicode_ci,
|
||||
`text` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
|
||||
PRIMARY KEY (`guid`),
|
||||
KEY `idx_owner_guid` (`owner_guid`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Item System';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue