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 c724af6 commit 0690789Copy full SHA for 0690789
tables/wp_bbp_replies.sql
@@ -1,3 +1,7 @@
1
+/* bbp_replies
2
+ this table connects replies to topics and forums. Unique index placed on the reply/topic/forum combination.
3
+*/
4
+
5
CREATE TABLE `wp_bbp_replies` (
6
`reply_id` BIGINT UNSIGNED NOT NULL COMMENT 'Connects to ID in the wp_posts table for the post_type = \'reply\'.',
7
`topic_id` BIGINT UNSIGNED NOT NULL COMMENT 'Connects to ID in the wp_posts table for the post_type = \'topic\'.',
0 commit comments