Tables/phpbb forums access
From phpBB Development Wiki
< Tables
Revision as of 22:38, 29 November 2008 by Bobbele1984 (Talk | contribs)
description goes here
Fields
| column | type (MySQL) | content | default |
|---|---|---|---|
| forum_id | mediumint(8) unsigned | primary key | 0 |
| user_id | mediumint(8) unsigned | primary key | 0 |
| session_id | char(32) binary | primary key |
Keys
| name | fields |
|---|---|
| PRIMARY | forum_id |
| user_id | |
| session_id |

