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