increments('id'); $table->string('name'); $table->string('url'); $table->nullableTimestamps(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::drop('images'); } };