set FOREIGN_KEY_CHECKS =0;
TRUNCATE memo;
TRUNCATE customer;
set FOREIGN_KEY_CHECKS =1;

05-11 22:04