v2.4.4: DatabaseEntity migration and bugfixes

This commit is contained in:
2024-05-21 12:32:44 +02:00
parent b96d0d053c
commit 037f0fae91
14 changed files with 249 additions and 47 deletions

View File

@@ -130,6 +130,8 @@ abstract class SQL {
// Schema
public abstract function tableExists(string $tableName): bool;
public abstract function listTables(): ?array;
/**
* @param Query $query
* @param int $fetchType