What is the datatype for the active column? Also make sure nothing in the "emails.registration" template is trying to change the active var
Post your migration file in here. Usually it gets done by $table->boolean('active')->default(0);
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community