enum('from', ['cafeg', 'teamaster', 'unknown'])->comment('來源')->after('id'); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('promocodes'); } };