Skip to content

Commit 625d452

Browse files
authored
chore(db-auth): add acore cms subscriptions sql structure (#182)
1 parent 831572e commit 625d452

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)