mt_entry

機能

調査中


CreateTable

CREATE TABLE `mt_entry` (
	`entry_id` INT(11) NOT NULL AUTO_INCREMENT,
	`entry_allow_comments` TINYINT(4) NULL DEFAULT NULL,
	`entry_allow_pings` TINYINT(4) NULL DEFAULT NULL,
	`entry_atom_id` VARCHAR(255) NULL DEFAULT NULL,
	`entry_author_id` INT(11) NOT NULL,
	`entry_authored_on` DATETIME NULL DEFAULT NULL,
	`entry_basename` VARCHAR(255) NULL DEFAULT NULL,
	`entry_blog_id` INT(11) NOT NULL,
	`entry_category_id` INT(11) NULL DEFAULT NULL,
	`entry_class` VARCHAR(255) NULL DEFAULT 'entry',
	`entry_comment_count` INT(11) NULL DEFAULT '0',
	`entry_convert_breaks` VARCHAR(60) NULL DEFAULT NULL,
	`entry_created_by` INT(11) NULL DEFAULT NULL,
	`entry_created_on` DATETIME NULL DEFAULT NULL,
	`entry_excerpt` MEDIUMTEXT NULL,
	`entry_keywords` MEDIUMTEXT NULL,
	`entry_modified_by` INT(11) NULL DEFAULT NULL,
	`entry_modified_on` DATETIME NULL DEFAULT NULL,
	`entry_ping_count` INT(11) NULL DEFAULT '0',
	`entry_pinged_urls` MEDIUMTEXT NULL,
	`entry_status` SMALLINT(6) NOT NULL,
	`entry_tangent_cache` MEDIUMTEXT NULL,
	`entry_template_id` INT(11) NULL DEFAULT NULL,
	`entry_text` MEDIUMTEXT NULL,
	`entry_text_more` MEDIUMTEXT NULL,
	`entry_title` VARCHAR(255) NULL DEFAULT NULL,
	`entry_to_ping_urls` MEDIUMTEXT NULL,
	`entry_week_number` INT(11) NULL DEFAULT NULL,
	`entry_current_revision` INT(11) NOT NULL DEFAULT '0',
	PRIMARY KEY (`entry_id`),
	INDEX `mt_entry_author_id` (`entry_author_id`),
	INDEX `mt_entry_tag_count` (`entry_status`, `entry_class`, `entry_blog_id`, `entry_id`),
	INDEX `mt_entry_status` (`entry_status`),
	INDEX `mt_entry_blog_stat_date` (`entry_blog_id`, `entry_class`, `entry_status`, `entry_authored_on`, `entry_id`),
	INDEX `mt_entry_blog_author` (`entry_blog_id`, `entry_class`, `entry_author_id`, `entry_authored_on`),
	INDEX `mt_entry_blog_basename` (`entry_blog_id`, `entry_basename`),
	INDEX `mt_entry_comment_count` (`entry_comment_count`),
	INDEX `mt_entry_created_on` (`entry_created_on`),
	INDEX `mt_entry_dd_entry_tag_count` (`entry_blog_id`, `entry_status`, `entry_class`, `entry_id`),
	INDEX `mt_entry_auth_stat_class` (`entry_author_id`, `entry_status`, `entry_class`),
	INDEX `mt_entry_blog_authored` (`entry_blog_id`, `entry_class`, `entry_authored_on`),
	INDEX `mt_entry_blog_week` (`entry_blog_id`, `entry_class`, `entry_status`, `entry_week_number`),
	INDEX `mt_entry_modified_on` (`entry_modified_on`),
	INDEX `mt_entry_title` (`entry_title`),
	INDEX `mt_entry_class` (`entry_class`),
	INDEX `mt_entry_class_authored` (`entry_class`, `entry_authored_on`)
)
 
 

一覧

調査中


関連テーブル

調査中



最終更新:2012年01月28日 05:22