This is my code:
$get_all = Geo_Postal_us::findOrFail($postal);
With this query,laravel
try to find ID filed in table.
I don't have id filed, for primary key i have postal column.
So, how to set function to find value in postal column, not to search from id column ?
Thanks,