mt_entry_rev
機能
調査中
CreateTable
CREATE TABLE `mt_entry_rev` (
`entry_rev_id` INT(11) NOT NULL AUTO_INCREMENT,
`entry_rev_changed` VARCHAR(255) NOT NULL,
`entry_rev_created_by` INT(11) NULL DEFAULT NULL,
`entry_rev_created_on` DATETIME NULL DEFAULT NULL,
`entry_rev_description` VARCHAR(255) NULL DEFAULT NULL,
`entry_rev_entry` MEDIUMBLOB NOT NULL,
`entry_rev_entry_id` INT(11) NOT NULL,
`entry_rev_label` VARCHAR(255) NULL DEFAULT NULL,
`entry_rev_modified_by` INT(11) NULL DEFAULT NULL,
`entry_rev_modified_on` DATETIME NULL DEFAULT NULL,
`entry_rev_rev_number` INT(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`entry_rev_id`),
INDEX `mt_entry_rev_entry_id` (`entry_rev_entry_id`)
)
一覧
調査中
関連テーブル
調査中
最終更新:2012年01月28日 05:24