Description of FUDforum table fud30_thr_exchange. This table tracks topic move requests that are queued for approval.
Fields
| Column Name | Datatype | Can be Null? | Key? | Default | Description
|
| id | int(11) | NO | PRI | | auto_increment
|
| th | int(11) | NO | | 0 | Thread id, references fud30_thread.id.
|
| frm | int(11) | NO | MUL | 0 | Forum id, references fud30_forum.id.
|
| req_by | int(11) | NO | | 0 | Move was requested by. References fud30_users.id.
|
| reason_msg | text | YES | | | Reason for the move.
|
Keys
| Index Name | Uniqueness | Column Name | Seq in index | Comments
|
| PRIMARY | UNIQUE | id | 1 |
|
| fud30_thr_exchange_i_f | NOT UNIQUE | frm | 1 |
|