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