InnoDB is the default NOT myISAM
https://dev.mysql.com/doc/refman/5.7/en/innodb-introduction.html
"InnoDB is the default MySQL storage engine. Unless you have configured a different default storage engine, issuing a CREATE TABLE statement without an ENGINE= clause creates an InnoDB table"