From d36f0712f50e2a534ecaaf1dbb3cbdcee7b113fc Mon Sep 17 00:00:00 2001 From: Tigrov Date: Sun, 8 Sep 2024 15:32:03 +0700 Subject: [PATCH] Fix `Schema` --- src/Schema.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Schema.php b/src/Schema.php index aba71a6c..29a321c1 100644 --- a/src/Schema.php +++ b/src/Schema.php @@ -5,6 +5,7 @@ namespace Yiisoft\Db\Sqlite; use Throwable; +use Yiisoft\Db\Constant\ColumnType; use Yiisoft\Db\Constraint\CheckConstraint; use Yiisoft\Db\Constraint\Constraint; use Yiisoft\Db\Constraint\ForeignKeyConstraint;