ลองสร้างใหม่ขึ้นมาใหม่ก็ได้ครับ
CREATE TABLE `operation_anes_oper_tmpl_dt` (
  `operation_anes_oper_tmpl_dt_id` int(11) NOT NULL,
  `operation_anes_oper_tmpl_id` int(11) NOT NULL,
  `operation_anes_oper_id` int(11) NOT NULL,
  `qty` int(11) NOT NULL,
  PRIMARY KEY (`operation_anes_oper_tmpl_dt_id`)
) ENGINE=InnoDB DEFAULT CHARSET=tis620;