id(); $table->string('title'); $table->string ('description'); $table->string('status'); $table->string ('work_experience'); $table->string('job_title'); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('candidates'); } };