schema->table('{{ table }}', function (Blueprint $table) { // }); } /** * Reverse the migrations. */ public function down(): void { \kernel\App::$db->schema->table('{{ table }}', function (Blueprint $table) { // }); } };