Код: Выделить всё
php artisan tenants:migrate --forceЯ попытался проверить config/ardancy.php, включающий путь миграции арендатора:
Код: Выделить всё
'migration_parameters' => [
'--force' => true, // This needs to be true to run migrations in production.
'--path' => [database_path('migrations/tenant')],
'--realpath' => true,
],
Am Использование laravel 12 и stancl/arding: ^3.38
Подробнее здесь: https://stackoverflow.com/questions/797 ... t-dbs-migr
Мобильная версия