mt_author_meta
機能
調査中
CreateTable
CREATE TABLE `mt_author_meta` (
`author_meta_author_id` INT(11) NOT NULL,
`author_meta_type` VARCHAR(75) NOT NULL,
`author_meta_vchar` VARCHAR(255) NULL DEFAULT NULL,
`author_meta_vchar_idx` VARCHAR(255) NULL DEFAULT NULL,
`author_meta_vdatetime` DATETIME NULL DEFAULT NULL,
`author_meta_vdatetime_idx` DATETIME NULL DEFAULT NULL,
`author_meta_vinteger` INT(11) NULL DEFAULT NULL,
`author_meta_vinteger_idx` INT(11) NULL DEFAULT NULL,
`author_meta_vfloat` FLOAT NULL DEFAULT NULL,
`author_meta_vfloat_idx` FLOAT NULL DEFAULT NULL,
`author_meta_vblob` MEDIUMBLOB NULL,
`author_meta_vclob` MEDIUMTEXT NULL,
PRIMARY KEY (`author_meta_author_id`, `author_meta_type`),
INDEX `mt_author_meta_type_vint` (`author_meta_type`, `author_meta_vinteger_idx`),
INDEX `mt_author_meta_type_vflt` (`author_meta_type`, `author_meta_vfloat_idx`),
INDEX `mt_author_meta_type_vdt` (`author_meta_type`, `author_meta_vdatetime_idx`),
INDEX `mt_author_meta_type_vchar` (`author_meta_type`, `author_meta_vchar_idx`)
)
一覧
調査中
関連テーブル
調査中
最終更新:2012年01月28日 05:13