I am working on a web application using OctoberCMS which sits on Laravel 5.5.40 and is using a Microsoft SQL Database.
Database migrations are managed using the standard Blueprint objects which allow a database engine to be specified. Currently all the migrations are using InnoDB, which I believe is only supported by MySQL.
Does this mean that the engine type is being ignored? Also is it possible to specify different engine types for Microsoft SQL Database tables and what options are available?