id(); $table->string('file_name'); $table->string('disk'); $table->string('path'); $table->string('size'); $table->string('type'); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('backups'); } };