芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/public_html/database/migrations/2023_04_26_121311_create_socials_table.php
id(); $table->string('social_media'); $table->string('url')->nullable(); $table->integer('status')->default(1); $table->timestamps(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('socials'); } };