tinyInteger("source")->default(1)->comment("1-附件;2-富文本编辑器"); }); } /** * Reverse the migrations. */ public function down(): void { Schema::table('files', function (Blueprint $table) { $table->dropColumn("source"); }); } };