We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.0.0
10.2.9
8.2.0
No response
I get the following error if the name field doesn't exist in the users table:
name
users
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'name' in 'field list'
Can't find any way to solve it myself other than manually creating the column (which isn't ideal).
I'm aware that removing the name column is typically uncommon but I don't think its uncommon enough for it to to be dismissed.
Remove the name column from the users table.
The text was updated successfully, but these errors were encountered:
Nevermind. Found https://laravel.com/docs/10.x/pulse#application-usage-card
Sorry, something went wrong.
No branches or pull requests
Pulse Version
1.0.0
Laravel Version
10.2.9
PHP Version
8.2.0
Database Driver & Version
No response
Description
I get the following error if the
name
field doesn't exist in theusers
table:SQLSTATE[42S22]: Column not found: 1054 Unknown column 'name' in 'field list'
Can't find any way to solve it myself other than manually creating the column (which isn't ideal).
I'm aware that removing the name column is typically uncommon but I don't think its uncommon enough for it to to be dismissed.
Steps To Reproduce
Remove the
name
column from theusers
table.The text was updated successfully, but these errors were encountered: