mirror of
https://github.com/araxiaonline/mod-transmog.git
synced 2026-06-13 10:42:26 -04: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
|
|
);
|