This commit is contained in:
2023-12-12 15:35:35 +08:00
parent 510a13e3da
commit e2c0f62532
32 changed files with 922 additions and 1095 deletions
+1 -2
View File
@@ -3,7 +3,6 @@ declare(strict_types=1);
namespace Database\Mysql;
use Exception;
use Kiri\Abstracts\Component;
use Database\Connection;
@@ -23,7 +22,7 @@ class Schema extends Component
/**
* @return Columns|null
* @throws Exception
* @throws
*/
public function getColumns(): ?Columns
{