芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/public_html/database/migrations/2023_09_10_113849_create_subscribes_table.php
id(); $table->text('email'); $table->timestamps(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('subscribes'); } };