From 5cc86e0f0c32c7fabb359037d2808d7eb70f8076 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Mon, 6 Feb 2023 14:08:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Mysql/Columns.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Mysql/Columns.php b/Mysql/Columns.php index bdf2e78..fd777bb 100644 --- a/Mysql/Columns.php +++ b/Mysql/Columns.php @@ -309,6 +309,7 @@ class Columns extends Component if (empty($column)) { throw new Exception("The table " . $table . " not exists."); } + var_dump($column); return $this->columns[$table] = $this->resolve($column, $table); } return $this->columns[$table];