Do you have any idea how to know if a row in database is null. I’m using phpmyadmin and laravel. I already tried Model::find($id)->first() and it give me the first result. Now i want to know how to know which field is null and not null.
Source: Laravel