Rakss
Rakss
FFilament
Created by Rakss on 10/18/2024 in #❓┊help
Error when making filament-user
i want to make a new user, but i encounter this error SQLSTATE[42703]: Undefined column: 7 ERROR: column "updated_at" of relation "web_users" does not exist LINE 1: insert into "web_users" ("email", "updated_at", "created_at"... ^ (Connection: pgsql, SQL: insert into "web_users" ("email", "updated_at", "created_at") values ([email protected], 2024-10-18 11:43:42, 2024-10-18 11:43:42) returning "id") the problem is i have created_datetime instead of created_at, so how can i change the code when filament make a new user?
4 replies
FFilament
Created by Rakss on 10/17/2024 in #❓┊help
I want to change default table for user
I have a table called web_users before, and i want to adopt filament. Since the default table value is users, how can i change the login and auth implementation to web_users
3 replies