Ubah batas varchar dalam file migrasi.
Schema::create('posts', function (Blueprint $table) {
$table->string('title', 50);
});
Graceful Gazelle
Schema::create('posts', function (Blueprint $table) {
$table->string('title', 50);
});