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 in the Polls module:

 

Polls_Poll - contains records representing polls.

Polls_PollSite - contains records representing sites where the poll can be used (M:N).

Polls_PollAnswer - contains records representing poll answers (1:N).

Polls_PollRoles - contains records representing roles authorized to vote (M:N).

 

devguide_clip1524