mt_template_rev

機能

調査中


CreateTable

CREATE TABLE `mt_template_rev` (
	`template_rev_id` INT(11) NOT NULL AUTO_INCREMENT,
	`template_rev_changed` VARCHAR(255) NOT NULL,
	`template_rev_created_by` INT(11) NULL DEFAULT NULL,
	`template_rev_created_on` DATETIME NULL DEFAULT NULL,
	`template_rev_description` VARCHAR(255) NULL DEFAULT NULL,
	`template_rev_label` VARCHAR(255) NULL DEFAULT NULL,
	`template_rev_modified_by` INT(11) NULL DEFAULT NULL,
	`template_rev_modified_on` DATETIME NULL DEFAULT NULL,
	`template_rev_rev_number` INT(11) NOT NULL DEFAULT '0',
	`template_rev_template` MEDIUMBLOB NOT NULL,
	`template_rev_template_id` INT(11) NOT NULL,
	PRIMARY KEY (`template_rev_id`),
	INDEX `mt_template_rev_template_id` (`template_rev_template_id`)
)
 
 

一覧

調査中


関連テーブル

調査中



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