Table.phpbb privmsgs folder
From phpBB Development Wiki
description goes here
Fields
column | type (MySQL) | content | default |
---|---|---|---|
folder_id | mediumint(8) unsigned | primary key | auto_increment |
user_id | mediumint(8) unsigned | tbd | 0 |
folder_name | varchar(255) | tbd | |
pm_count | mediumint(8) unsigned | tbd | 0 |
Keys
name | fields |
---|---|
PRIMARY | folder_id |
user_id | user_id |