mt_category_meta

機能

調査中


CreateTable

CREATE TABLE `mt_category_meta` (
	`category_meta_category_id` INT(11) NOT NULL,
	`category_meta_type` VARCHAR(75) NOT NULL,
	`category_meta_vchar` VARCHAR(255) NULL DEFAULT NULL,
	`category_meta_vchar_idx` VARCHAR(255) NULL DEFAULT NULL,
	`category_meta_vdatetime` DATETIME NULL DEFAULT NULL,
	`category_meta_vdatetime_idx` DATETIME NULL DEFAULT NULL,
	`category_meta_vinteger` INT(11) NULL DEFAULT NULL,
	`category_meta_vinteger_idx` INT(11) NULL DEFAULT NULL,
	`category_meta_vfloat` FLOAT NULL DEFAULT NULL,
	`category_meta_vfloat_idx` FLOAT NULL DEFAULT NULL,
	`category_meta_vblob` MEDIUMBLOB NULL,
	`category_meta_vclob` MEDIUMTEXT NULL,
	PRIMARY KEY (`category_meta_category_id`, `category_meta_type`),
	INDEX `mt_category_meta_type_vint` (`category_meta_type`, `category_meta_vinteger_idx`),
	INDEX `mt_category_meta_type_vflt` (`category_meta_type`, `category_meta_vfloat_idx`),
	INDEX `mt_category_meta_type_vdt` (`category_meta_type`, `category_meta_vdatetime_idx`),
	INDEX `mt_category_meta_type_vchar` (`category_meta_type`, `category_meta_vchar_idx`)
)
 
 

一覧

調査中


関連テーブル

調査中



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