mt_templatemap
機能
調査中
CreateTable
CREATE TABLE `mt_templatemap` (
`templatemap_id` INT(11) NOT NULL AUTO_INCREMENT,
`templatemap_archive_type` VARCHAR(25) NOT NULL,
`templatemap_blog_id` INT(11) NOT NULL,
`templatemap_build_interval` INT(11) NULL DEFAULT NULL,
`templatemap_build_type` SMALLINT(6) NULL DEFAULT '1',
`templatemap_file_template` VARCHAR(255) NULL DEFAULT NULL,
`templatemap_is_preferred` TINYINT(4) NULL DEFAULT NULL,
`templatemap_template_id` INT(11) NOT NULL,
PRIMARY KEY (`templatemap_id`),
INDEX `mt_templatemap_is_preferred` (`templatemap_is_preferred`),
INDEX `mt_templatemap_archive_type` (`templatemap_archive_type`),
INDEX `mt_templatemap_template_id` (`templatemap_template_id`),
INDEX `mt_templatemap_blog_id` (`templatemap_blog_id`)
)
一覧
調査中
関連テーブル
調査中
最終更新:2012年01月28日 05:49