Parcourir la source

Fixed:自动增长的字段

Zhu Jinhui il y a 7 ans
Parent
commit
a2d8cf6932
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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;
 		}