芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/public_html/database/migrations/2023_11_17_144416_create_sponsors_table.php
id(); $table->enum('style', ['style1'])->default('style1'); $table->text('section_image')->nullable(); $table->text('url')->nullable(); $table->integer('order')->default(0); $table->timestamps(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('sponsors'); } };