Your premium source for custom modification services for phpBB |
![]() |
|
| |||
| Tables Table Structure |
phpbb_vote_voters A record of which users have voted in polls |
| Column Name | Datatype | Default | Column Description |
|---|---|---|---|
| vote_id | mediumint(8) unsigned |
0 | Foreign key (link) to the poll record in phpbb_vote_desc. |
| vote_user_id | mediumint(8) |
0 | Foreign key to the users table (phpbb_users) recording the fact that the user voted in this poll. |
| vote_user_ip | char(8) |
Encoded IP address for the user that voted in this poll. |
| User vote record | phpbb_users.user_id = phpbb_vote_voters.vote_user_id |
| Poll User Cross Reference | phpbb_vote_desc.vote_id = phpbb_vote_voters.vote_id |
|
Not endorsed by or affiliated with the phpBB Group Powered by phpBB © phpBB Group |
Terms of Service Web design by MomentsOfLight.com |