From 43be2ef31023505c3103d9c5a98178b0ef07f5b6 Mon Sep 17 00:00:00 2001 From: koogua Date: Mon, 26 Jul 2021 09:28:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=95=B0=E6=8D=AE=E8=BF=81?= =?UTF-8?q?=E7=A7=BB=E6=9C=AA=E5=AF=BC=E5=85=A5=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/migrations/20210324064239.php | 1 + 1 file changed, 1 insertion(+) diff --git a/db/migrations/20210324064239.php b/db/migrations/20210324064239.php index 07edc89d..b5eaafd4 100644 --- a/db/migrations/20210324064239.php +++ b/db/migrations/20210324064239.php @@ -5,6 +5,7 @@ * @link https://www.koogua.com */ +use Phinx\Db\Adapter\MysqlAdapter; use Phinx\Migration\AbstractMigration; final class V20210324064239 extends AbstractMigration