mirror of
https://github.com/azerothcore/mod-transmog
synced 2025-11-29 22:48:30 +08:00
5 lines
132 B
SQL
5 lines
132 B
SQL
CREATE TABLE IF NOT EXISTS `acore_cms_subscriptions` (
|
|
`account_name` VARCHAR(255) NOT NULL,
|
|
`membership_level` INT NOT NULL
|
|
);
|