We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aed7653 commit a996406Copy full SHA for a996406
src/app/Library/CrudPanel/Traits/AutoSet.php
@@ -53,7 +53,7 @@ public function setFromDb()
53
public function getDbColumnTypes()
54
{
55
$this->setDoctrineTypesMapping();
56
-
+
57
$dbColumnTypes = [];
58
59
foreach ($this->getDbTableColumns() as $key => $column) {
0 commit comments