mirror of
http://124.126.16.154:8888/singularity/hyperf-admin.git
synced 2026-01-15 06:55:06 +08:00
fix mysql8.0 table_type 是枚举类型bug
This commit is contained in:
@@ -48,7 +48,7 @@ class TableSchema
|
||||
{
|
||||
$builder = $this->getSchemaBuilder($pool);
|
||||
$ret = $builder->getConnection()
|
||||
->select("select table_name from information_schema.tables where table_schema=? and table_type='base table';", [
|
||||
->select("select table_name from information_schema.tables where table_schema=? and table_type='BASE TABLE';", [
|
||||
$database,
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user