Description of FUDforum table fud30_action_log. This table is used to log forum actions. For more information, see Action Log Viewer.
Fields
Column Name | Datatype | Can be Null? | Key? | Default | Description
|
id | int(11) | NO | PRI | | auto_increment
|
logtime | bigint(20) | NO | | 0 | Timestamp.
|
logaction | text | YES | | | Action to be logged.
|
user_id | int(11) | NO | MUL | 0 | References fud30_users.id.
|
a_res | varchar(100) | YES | | |
|
a_res_id | int(11) | NO | | 0 |
|
Keys
Index Name | Uniqueness | Column Name | Seq in index | Comments
|
PRIMARY | UNIQUE | id | 1 |
|
fud30_action_log_i_ul | NOT UNIQUE | user_id | 1 |
|
fud30_action_log_i_ul | NOT UNIQUE | logtime | 2 |
|