mt_template

機能

調査中


CreateTable

CREATE TABLE `mt_template` (
	`template_id` INT(11) NOT NULL AUTO_INCREMENT,
	`template_blog_id` INT(11) NOT NULL,
	`template_build_dynamic` TINYINT(4) NULL DEFAULT NULL,
	`template_build_interval` INT(11) NULL DEFAULT NULL,
	`template_build_type` SMALLINT(6) NULL DEFAULT NULL,
	`template_created_by` INT(11) NULL DEFAULT NULL,
	`template_created_on` DATETIME NULL DEFAULT NULL,
	`template_identifier` VARCHAR(50) NULL DEFAULT NULL,
	`template_linked_file` VARCHAR(255) NULL DEFAULT NULL,
	`template_linked_file_mtime` VARCHAR(10) NULL DEFAULT NULL,
	`template_linked_file_size` INT(11) NULL DEFAULT NULL,
	`template_modified_by` INT(11) NULL DEFAULT NULL,
	`template_modified_on` DATETIME NULL DEFAULT NULL,
	`template_name` VARCHAR(255) NOT NULL,
	`template_outfile` VARCHAR(255) NULL DEFAULT NULL,
	`template_rebuild_me` TINYINT(4) NULL DEFAULT NULL,
	`template_text` MEDIUMTEXT NULL,
	`template_type` VARCHAR(25) NOT NULL,
	`template_current_revision` INT(11) NOT NULL DEFAULT '0',
	PRIMARY KEY (`template_id`),
	INDEX `mt_template_identifier` (`template_identifier`),
	INDEX `mt_template_outfile` (`template_outfile`),
	INDEX `mt_template_name` (`template_name`),
	INDEX `mt_template_type` (`template_type`),
	INDEX `mt_template_blog_id` (`template_blog_id`)
)
 
 

一覧

調査中


関連テーブル

調査中



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