Closed devhoussam1998 closed 8 months ago
@devhoussam1998 I wasn't able to replicate this issue. I just installed and run migrations again to be sure all tables are go to go. Everything works fine.
Can you check the user's table to be sure your migration file contains the current_team_id
column.
If the column exists please rerun the installation command and and run the migration afresh.
What happened?
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'current_team_id' in 'field list'
How to reproduce the bug
After I install the package in fresh laravel application i setup everything correctly once I create a new team I get:
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'current_team_id' in 'field list'
Package Version
0.0.6
PHP Version
8.1
Laravel Version
10.10
Which operating systems does with happen with?
macOS
Notes
No response