SQLSTATE[42S22]: Column not found: 1054 Unknown column 'personal_access_tokens.company_id' in 'where
Hello everyone I recently got acquainted with the Api-service plugin, but I can't solve 1 problem, namely :
Tell me how you can fix this problem, here is the code of the Token model :
Solution:Jump to solution
Did you check your migrations? It says that the company_id field is missing in your table
2 Replies