bitfumes / laravel-multiauth

Multi Auth and admin auth in Laravel Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error when register new admin in postgresql

diskominfogithub opened this issue · comments

hello dev..

I get this error

"SQLSTATE[22P02]: Invalid text representation: 7 ERROR: invalid input syntax for type bigint: "" (SQL: select count(*) as aggregate from "admins" where "email" = admin_bpkad@super.com and "id" <> )"

when i try to register new admin using postgresql database..

Thanks for this, I will check it over PostgresSQL
Have you tried it on mysql ?

Thanks for this, I will check it over PostgresSQL
Have you tried it on mysql ?

yes, it's work perfectly on "mysql"

which version of PostgreSQL you have?

Postgresql v11.6