I've been digging around the API for a bit and can't seem to find anything on this so figured I'd ask here but when trying to create migrations with my SQL Server connection I noticed I'm not able to migrate to a specified schema within the SQL Server Database.
My work uses specific schemas for specific applications to help us manage tables so everything isn't just in dbo. I'm able to access tables, views and even stored procedures in specified schemas inside of models through the protected $table = "schema.table"; just fine but just can't seem to get migrations working.