make a migrate which includes the following :
Schema::table('table', function(Blueprint $table) { $table->string('column')->nullable(); });
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community