Laravel-PGSchema
Laravel-PGSchema copied to clipboard
Create migrations table in another schema
Hi, I want to know if is possible to create migrations table in a different schema, not public
After this PR in Laravel https://github.com/laravel/framework/pull/13008 the migrations table is created in the schema that you configure in your config/database.php file.