Explorar o código

Fixed:自动增长的字段

Zhu Jinhui %!s(int64=7) %!d(string=hai) anos
pai
achega
a2d8cf6932
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/Driver/Base.php

+ 0 - 1
src/Driver/Base.php

@@ -245,7 +245,6 @@ class Base
 			throw new \Exception('数据表不存在', __LINE__);
 		}
 		$sql = $row['Create Table'];
-            echo $autoIncr;
 		if($autoIncr === null) {
 			return $sql;
 		}