id(); $table->string('note'); $table->integer('user_id'); $table->string('type')->default('general'); $table->timestamps(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('changes'); } };