Kentico CMS 6.0 Developer's Guide

Database tables

Database tables

Previous topic Next topic Mail us feedback on this topic!  

Database tables

Previous topic Next topic JavaScript is required for the print function Mail us feedback on this topic!  

The following database tables are used to store information about forums and their content:

 

Forums_ForumGroup - contains records representing forums groups and their settings.

Forums_Forum - contains records representing individual forums and their settings.

Forums_ForumPost - contains records of forum posts and their content.

Forums_ForumModerators - stores relationships between forums and users. Each entry in this table indicates that a user is a moderator of a specific forum.

Forums_ForumRoles - stores relationships between forums and roles as well as a permission type. Each entry in this table indicates that users of the given role have the specified permission for a forum.

Forums_ForumSubscription - stores information about user subscriptions to forums.

Forums_Attachment - contains records representing forum post attachments.

Forums_UserFavorites - stores relationships between users and the forums or posts marked by them as favorite.

 

devguide_clip1667