When I try to run php artisan migrate, I encounter the error 2024_02_14_184516_create_employees_table [1] 73367 segmentation fault php artisan migrate, and in the code I've written as follows:
public function up(): void
{
Schema::create('employees', function (Blueprint $table) {