We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 831572e commit 625d452Copy full SHA for 625d452
data/sql/db-auth/acore_cms_subscriptions.sql
@@ -0,0 +1,4 @@
1
+CREATE TABLE IF NOT EXISTS `acore_cms_subscriptions` (
2
+ `account_name` VARCHAR(255) NOT NULL,
3
+ `membership_level` INT NOT NULL
4
+);
0 commit comments