feat(DB): release ACDB 7.0.0 (#12811)
* feat(DB): release ACDB 7.0.0 * cleanup * we try sourcery
This commit is contained in:
parent
4cd3b9c203
commit
3daa8e2146
739 changed files with 197091 additions and 167873 deletions
|
|
@ -15,9 +15,9 @@
|
|||
-- Dumpar struktur för tabell acore_characters.character_queststatus_rewarded
|
||||
DROP TABLE IF EXISTS `character_queststatus_rewarded`;
|
||||
CREATE TABLE IF NOT EXISTS `character_queststatus_rewarded` (
|
||||
`guid` INT unsigned NOT NULL DEFAULT 0 COMMENT 'Global Unique Identifier',
|
||||
`quest` INT unsigned NOT NULL DEFAULT 0 COMMENT 'Quest Identifier',
|
||||
`active` TINYINT unsigned NOT NULL DEFAULT 1,
|
||||
`guid` int unsigned NOT NULL DEFAULT '0' COMMENT 'Global Unique Identifier',
|
||||
`quest` int unsigned NOT NULL DEFAULT '0' COMMENT 'Quest Identifier',
|
||||
`active` tinyint unsigned NOT NULL DEFAULT '1',
|
||||
PRIMARY KEY (`guid`,`quest`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Player System';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue