mt_author_summary

機能

調査中


CreateTable

CREATE TABLE `mt_author_summary` (
	`author_summary_author_id` INT(11) NOT NULL,
	`author_summary_type` VARCHAR(75) NOT NULL,
	`author_summary_class` VARCHAR(75) NOT NULL,
	`author_summary_vchar_idx` VARCHAR(255) NULL DEFAULT NULL,
	`author_summary_vinteger_idx` INT(11) NULL DEFAULT NULL,
	`author_summary_vblob` MEDIUMBLOB NULL,
	`author_summary_vclob` MEDIUMTEXT NULL,
	`author_summary_expired` SMALLINT(6) NULL DEFAULT NULL,
	PRIMARY KEY (`author_summary_author_id`, `author_summary_type`),
	INDEX `mt_author_summary_class_vint` (`author_summary_class`, `author_summary_vinteger_idx`),
	INDEX `mt_author_summary_id_class` (`author_summary_author_id`, `author_summary_class`),
	INDEX `mt_author_summary_class_vchar` (`author_summary_class`, `author_summary_vchar_idx`)
)
 
 

一覧

調査中


関連テーブル

調査中



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