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,10 +15,10 @@
|
|||
-- Dumpar struktur för tabell acore_world.instance_template
|
||||
DROP TABLE IF EXISTS `instance_template`;
|
||||
CREATE TABLE IF NOT EXISTS `instance_template` (
|
||||
`map` SMALLINT unsigned NOT NULL,
|
||||
`parent` SMALLINT unsigned NOT NULL,
|
||||
`script` VARCHAR(128) NOT NULL DEFAULT '',
|
||||
`allowMount` TINYINT unsigned NOT NULL DEFAULT 0,
|
||||
`map` smallint unsigned NOT NULL,
|
||||
`parent` smallint unsigned NOT NULL,
|
||||
`script` varchar(128) NOT NULL DEFAULT '',
|
||||
`allowMount` tinyint unsigned NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`map`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue