string('submitter')->nullable()->after('context'); }); Schema::table('tla', function (Blueprint $table){ $table->string('submitter')->nullable()->after('context'); }); } /** * Reverse the migrations. */ public function down(): void { // } };