lgy 1 month ago
parent
commit
f998ab7458

+ 1 - 0
jcjyhr/vendor/topthink/think-orm/src/db/concern/TableFieldInfo.php

@@ -81,6 +81,7 @@ trait TableFieldInfo
      */
     public function getFieldsBindType(): array
     {
+        var_dump(77);die;
         $fieldType = $this->getFieldsType();
 
         return array_map([$this->connection, 'getFieldBindType'], $fieldType);