Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

laravel db transaction rollback not working

You need to make the column InnoDB not MYISAM
  
// table type true
 InnoDB
// Table type false not working
  MYISAM
 
PREVIOUS NEXT
Tagged: #laravel #db #transaction #rollback #working
ADD COMMENT
Topic
Name
4+2 =