芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/public_html/database/migrations/2023_08_01_133227_create_preloaders_table.php
id(); $table->enum('status', ['enable', 'disable'])->default('enable'); $table->timestamps(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('preloaders'); } };