Skip to content
mikert edited this page Mar 15, 2011 · 1 revision

Fields

  • templatemap_id - int(11) - The table's primary key.
  • templatemap_archive_type - varchar(25) - The type of the archive. Values include:
    • Author
    • Category
    • Individual
    • Monthly
    • Page
    • Yearly
  • templatemap_blog_id - int(11) - The blog associated with the mapping.
  • templatemap_build_interval - int(11) - The interval at which it is built; default value is null.
  • templatemap_file_template - varchar(255) - A string of file path separator characters showing where the file is to be built.
  • templatemap_is_preferred - tinyint(4) - A boolean flag used to control whether or not this particular mapping is the "preferred" mapping for a type of archive. If it is true, permalinks will point to this file.
  • templatemap_template_id - int(11) - The ID of the template used in the mapping.

Indexes

  • mt_templatemap_blog_id
  • mt_templatemap_template_id
  • mt_templatemap_archive_type
  • mt_templatemap_is_preferred
Clone this wiki locally