website_indexing_settings

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id INT 10 null
name VARCHAR 75 null
searchCategory VARCHAR 75 null
siteUrl VARCHAR 255 NULL
indexFrequency enum('hourly', 'daily', 'weekly', 'monthly', 'yearly', 'once') 7 NULL
lastIndexed INT 10 NULL
pathsToExclude LONGTEXT 2147483647 NULL
pageTitleExpression VARCHAR 255 ''
descriptionExpression VARCHAR 255 ''
deleted TINYINT 3 0
maxPagesToIndex INT 10 2500
crawlDelay INT 10 10
defaultCover VARCHAR 100 ''

Indexes

Constraint Name Type Sort Column(s)
website_indexing_settings_s_pk Primary key Asc id
lastIndexed Performance Asc lastIndexed
name Must be unique Asc name
PRIMARY Must be unique Asc id

Relationships