migration and myisam

do rails migrations use mysql default storage engine or do they force using innodb? what happen if innodb is disabled on the mysql server? i want to use only myisam, do i need to change something in the migrations?