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,8 +15,8 @@
|
|||
-- Dumpar struktur för tabell acore_characters.character_settings
|
||||
DROP TABLE IF EXISTS `character_settings`;
|
||||
CREATE TABLE IF NOT EXISTS `character_settings` (
|
||||
`guid` INT unsigned NOT NULL,
|
||||
`source` VARCHAR(40) NOT NULL,
|
||||
`guid` int unsigned NOT NULL,
|
||||
`source` varchar(40) NOT NULL,
|
||||
`data` text,
|
||||
PRIMARY KEY (`guid`,`source`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COMMENT='Player Settings';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue