Any insight into this? We're having what appears to be the same problem... laravel is changing our int values of 0 to NULL. When we change this column to allow it to be null instead of not null, it inserts NULL instead of 0, which is what it is before laravel changes it on save();
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community