Description of FUDforum table fud30_xmlagg. This table tracks XML feeds that are aggregated into forum. For more information, see XML Aggregation.
| Column Name | Datatype | Can be Null? | Key? | Default | Description |
|---|---|---|---|---|---|
| id | int(11) | NO | PRI | auto_increment | |
| name | varchar(255) | NO | Name of XML feed. | ||
| url | varchar(255) | NO | URL of XML feed. | ||
| forum_id | int(11) | NO | MUL | 0 | References fud30_forum.id. |
| xmlagg_opt | int(11) | NO | 2 | Options (see below). | |
| last_load_date | bigint(20) | NO | 0 | Tracker. | |
| custom_sig | text | YES | Post signature to append to loaded messages. |
| Index Name | Uniqueness | Column Name | Seq in index | Comments |
|---|---|---|---|---|
| PRIMARY | UNIQUE | id | 1 | |
| fud30_xmlagg_i_f | NOT UNIQUE | forum_id | 1 |
Binary values for xmlagg_opt: