Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null | 
                                         | 
                                    
                                         | 
                                    ||||
| userid | BIGINT | 19 | 0 | 
                                         | 
                                    
                                        
  | 
                                    |||||
| title | LONGTEXT | 2147483647 | null | 
                                         | 
                                    
                                         | 
                                    |||||
| preferredtitle | VARCHAR | 64 | 
                                         | 
                                    
                                         | 
                                    ||||||
| description | LONGTEXT | 2147483647 | null | 
                                         | 
                                    
                                         | 
                                    |||||
| TINYINT | 3 | 0 | 
                                         | 
                                    
                                         | 
                                    ||||||
| url | VARCHAR | 255 | 
                                         | 
                                    
                                         | 
                                    ||||||
| skiptime | BIGINT | 19 | 0 | 
                                         | 
                                    
                                         | 
                                    How many seconds skip this feed for (increases every time it fails, resets to 0 when it succeeds)  | 
                                ||||
| skipuntil | BIGINT | 19 | 0 | 
                                         | 
                                    
                                         | 
                                    Do not query this RSS feed again until this time  | 
                                
Indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| PRIMARY | Primary key | Asc | id | 
| block_rss_client_erd_userid | Performance | Asc | userid |