id(); $table->date('fecha'); $table->integer('numero_caja'); $table->integer('numero_turno'); $table->integer('fondo'); $table->timestamps(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('turnos'); } };