Description of FUDforum table fud30_thread_notify. This table is used to track topic notifications that are send out to users.
Column Name
|
Datatype
|
Can be Null?
|
Key?
|
Default
|
Description
|
id
|
int(11)
|
NO
|
PRI
|
-
|
auto_increment (removed in FUDforum 3.0.2)
|
user_id
|
int(11)
|
NO
|
MUL
|
0
|
References fud30_users.id.
|
thread_id
|
int(11)
|
NO
|
MUL
|
0
|
References fud30_thread.id.
|
Index Name
|
Uniqueness
|
Column Name
|
Seq in index
|
Comments
|
PRIMARY
|
UNIQUE
|
user_id
|
1
|
|
PRIMARY
|
UNIQUE
|
thread_id
|
2
|
|
fud30_thread_notify_i_t
|
NOT UNIQUE
|
thread_id
|
1
|
|