increments('id'); $table->string('file_name'); $table->string('path'); $table->datetime('generated_at')->nullable(); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('sitemaps'); } };