设置分类禁止重复:

执行sql语句:

ALTER TABLE `zbp_category` ADD unique(`cate_Name`);


设置标题禁止重复:

执行slq语句:

ALTER TABLE `zbp_post` ADD unique(`log_Title`);