From e186ebd54c4d8610b3a477f315bd8e4c85534681 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Tue, 9 Nov 2021 10:59:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Mysql/Columns.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Mysql/Columns.php b/src/Mysql/Columns.php index 8dd1d2b..d3c3f88 100644 --- a/src/Mysql/Columns.php +++ b/src/Mysql/Columns.php @@ -305,7 +305,6 @@ class Columns extends Component private function structure($table): array|static { if (!isset($this->columns[$table]) || empty($this->columns[$table])) { - var_dump(SqlBuilder::builder(null)->columns($table)); $column = $this->db->createCommand(SqlBuilder::builder(null)->columns($table))->all(); if (empty($column)) { throw new Exception("The table " . $table . " not exists.");