Description of FUDforum table fud30_forum_read. This table is used to track the forums that contain unread messages.
Fields
Column Name | Datatype | Can be Null? | Key? | Default | Description
|
id | int(11) | NO | PRI | | auto_increment
|
forum_id | int(11) | NO | MUL | 0 | References fud30_forum.id.
|
user_id | int(11) | NO | | 0 | References fud30_users.id.
|
last_view | bigint(20) | NO | | 0 | Date/time last viewed.
|
Keys
Index Name | Uniqueness | Column Name | Seq in index | Comments
|
PRIMARY | UNIQUE | id | 1 |
|
fud30_forum_read_i_fu | UNIQUE | forum_id | 1 |
|
fud30_forum_read_i_fu | UNIQUE | user_id | 2 |
|