文件名称:mantis db_generate.sql
文件大小:4KB
文件格式:SQL
更新时间:2012-11-24 05:40:06
db_generate.sql
db_generate.sql# phpMyAdmin MySQL-Dump # http://phpwizard.net/phpMyAdmin/ # # -------------------------------------------------------- # # Table structure for table 'mantis_bug_table' # DROP TABLE IF EXISTS mantis_bug_table; CREATE TABLE mantis_bug_table ( id int(7) unsigned zerofill DEFAULT '0000000' NOT NULL auto_increment, reporter_id int(7) unsigned zerofill DEFAULT '0000000' NOT NULL, handler_id int(7) unsigned zerofill DEFAULT '0000000' NOT NULL, duplicate_id int(7) unsigned zerofill DEFAULT '0000000' NOT NULL, priority enum('immediate','urgent','high','normal','low','none') DEFAULT 'normal' NOT NULL, severity enum('block','crash','major','minor','tweak','text','trivial','feature') DEFAULT 'minor' NOT NULL, reproducibility enum('always','sometimes','random','have not tried','unable to duplicate') DEFAULT 'always' NOT NULL, status enum