There are some other people complaining about this as well. They solved it by creating the migration themself. It seems it's not copied correctly when upgrading.
Spark 10 migration: team_subscription_items does not exist
Hi
I am trying to migration from Spark 9 to 10. When I run my application I am getting SQLSTATE[42S02]: Base table or view not found: 1146 Table 'db-local.team_subscription_items' doesn't exist (SQL: select * from team_subscription_items where team_subscription_items.subscription_id in (1)) (View: C:\Program Files (x86)\Ampps\www\appname\resources\views\vendor\spark\layouts\app.blade.php)
My process was to update composer.json to include:
"laravel/spark-aurelius": "~10.0",
Reading the upgrade guide, the only other things I have to do is complete actions in the Cashier upgrade guide. This talks about migrating the subscriptions table and creating a subscription_items table.
However there is nothing in either guide about creating a team_subscription_items table (and presumably migrating team_subscriptions.
Am I missing something in the migration process? Has anyone else had this problem, and, if so, how did you resolve it?
Many thanks Nick
Please or to participate in this conversation.