id(); $table->string('name'); $table->boolean('status'); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('turnos'); } };