Description of FUDforum table fud30_tv_X. Thread view for forum X. Used for caching. Table was called thread_view is earlier releases.
Fields
Column Name | Datatype | Can be Null? | Key? | Default | Description
|
id | int(11) | NO | PRI | | auto_increment Removed in FUDforum 3.0.3.
|
thread_id | int(11) | NO | UNI | | References fud30_thread.id.
|
seq | int(11) | NO | MUL | | Display sequence number.
|
iss | int(11) | NO | | | Is sticky? Same values as fud30_thread.thread_opt (thread_opt & (2|4|8)).
|
Keys
Index Name | Uniqueness | Column Name | Seq in index | Comments
|
PRIMARY | UNIQUE | thread_id | 1 |
|
fud30_tv_1_seq | NOT UNIQUE | seq | 1 |
|