Laravel ULID Where=1 statement always return true

174 views Asked by At

I have table with Ulid as primary key, in example SELECT * from ref_negara where id=1, it always return all record, Unlike UUID. If i change to SELECT * from ref_negara where id=2 it didnt return at all like it should be.

Does anyone know?

the query result's is not as expected

0

There are 0 answers