Tables/phpbb forums access
From phpBB Development Wiki
< Tables
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 |

