mt_category
機能
調査中
CreateTable
CREATE TABLE `mt_category` (
`category_id` INT(11) NOT NULL AUTO_INCREMENT,
`category_allow_pings` TINYINT(4) NULL DEFAULT '0',
`category_author_id` INT(11) NULL DEFAULT NULL,
`category_basename` VARCHAR(255) NULL DEFAULT NULL,
`category_blog_id` INT(11) NOT NULL,
`category_class` VARCHAR(255) NULL DEFAULT 'category',
`category_created_by` INT(11) NULL DEFAULT NULL,
`category_created_on` DATETIME NULL DEFAULT NULL,
`category_description` MEDIUMTEXT NULL,
`category_label` VARCHAR(100) NOT NULL,
`category_modified_by` INT(11) NULL DEFAULT NULL,
`category_modified_on` DATETIME NULL DEFAULT NULL,
`category_parent` INT(11) NULL DEFAULT '0',
`category_ping_urls` MEDIUMTEXT NULL,
PRIMARY KEY (`category_id`),
INDEX `mt_category_blog_basename` (`category_blog_id`, `category_basename`),
INDEX `mt_category_parent` (`category_parent`),
INDEX `mt_category_class` (`category_class`),
INDEX `mt_category_blog_class` (`category_blog_id`, `category_class`),
INDEX `mt_category_label` (`category_label`),
INDEX `mt_category_blog_id` (`category_blog_id`)
)
一覧
調査中
関連テーブル
調査中
最終更新:2012年01月28日 05:16