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