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 a890232 commit 34bca3dCopy full SHA for 34bca3d
tables/wp_bbp_subscribed_forums.sql
@@ -1,3 +1,7 @@
1
+/* bbp_subscribed_forums
2
+ this table connects user to the forum. Unique index placed on the user/forum combination.
3
+*/
4
+
5
CREATE TABLE `wp_bbp_subscribed_forums` (
6
`user_id` BIGINT UNSIGNED NOT NULL COMMENT 'Connects to ID in the wp_users table.',
7
`forum_id` BIGINT UNSIGNED NOT NULL COMMENT 'Connects to ID in the wp_posts table for the post_type = \'forum\'.',
0 commit comments