mt_template_meta

機能

調査中


CreateTable

CREATE TABLE `mt_template_meta` (
	`template_meta_template_id` INT(11) NOT NULL,
	`template_meta_type` VARCHAR(75) NOT NULL,
	`template_meta_vchar` VARCHAR(255) NULL DEFAULT NULL,
	`template_meta_vchar_idx` VARCHAR(255) NULL DEFAULT NULL,
	`template_meta_vdatetime` DATETIME NULL DEFAULT NULL,
	`template_meta_vdatetime_idx` DATETIME NULL DEFAULT NULL,
	`template_meta_vinteger` INT(11) NULL DEFAULT NULL,
	`template_meta_vinteger_idx` INT(11) NULL DEFAULT NULL,
	`template_meta_vfloat` FLOAT NULL DEFAULT NULL,
	`template_meta_vfloat_idx` FLOAT NULL DEFAULT NULL,
	`template_meta_vblob` MEDIUMBLOB NULL,
	`template_meta_vclob` MEDIUMTEXT NULL,
	PRIMARY KEY (`template_meta_template_id`, `template_meta_type`),
	INDEX `mt_template_meta_type_vint` (`template_meta_type`, `template_meta_vinteger_idx`),
	INDEX `mt_template_meta_type_vflt` (`template_meta_type`, `template_meta_vfloat_idx`),
	INDEX `mt_template_meta_type_vdt` (`template_meta_type`, `template_meta_vdatetime_idx`),
	INDEX `mt_template_meta_type_vchar` (`template_meta_type`, `template_meta_vchar_idx`)
)
 
 

一覧

調査中


関連テーブル

調査中



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