Skip to content

Column not found: 1054 Unknown column 'users.name' in 'field list' #41

@Kwenziwa

Description

@Kwenziwa

I encountered an error while running a query or interacting with the application. The error message states that the column users.name does not exist in the database. I've replaced the name field with separate first_name and last_name fields.

protected $fillable = [
'first_name',
'middle_name',
'last_name',
'avatar',
.........
];

Screenshot 2024-12-22 at 2 59 39 PM

'```
user' => [
'model' => App\Models\User::class,
'columns' => [
'name' => 'first_name',
'avatar' => 'avatar',
],
'foreign_key' => 'user_id',
],

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions