I'm currently working through switching from MySQL to SingleStore and I'm getting the following error when trying to run migrations
Method SingleStore\Laravel\Schema\Blueprint::sharedKey does not exist.
I have the SingleStore driver loaded and my database.php file has been updated to use the singlestore driver. If I switch my connection name to "singlestore" everything works, until the migrations try running on the subsequent database connections (dealers, physical, scanitparts). I assume database connection name can be whatever I want? Am I missing something?
I'm currently working through switching from MySQL to SingleStore and I'm getting the following error when trying to run migrations
Method SingleStore\Laravel\Schema\Blueprint::sharedKey does not exist.
I have the SingleStore driver loaded and my database.php file has been updated to use the singlestore driver. If I switch my connection name to "singlestore" everything works, until the migrations try running on the subsequent database connections (dealers, physical, scanitparts). I assume database connection name can be whatever I want? Am I missing something?