Skip to content
New issue

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

Pulse dashboard doesn't work when the Users model doesn't have a name column #130

Closed
GalahadXVI opened this issue Dec 4, 2023 · 1 comment

Comments

@GalahadXVI
Copy link

GalahadXVI commented Dec 4, 2023

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 the users 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 the users table.

@GalahadXVI
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant