id(); $table->text('content'); $table->timestamps(); $table->comment('意见反馈'); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('feedback'); } };