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.
2 parents 987e7fe + a996406 commit e5e0e76Copy full SHA for e5e0e76
src/app/Library/CrudPanel/Traits/AutoSet.php
@@ -13,7 +13,6 @@ trait AutoSet
13
public function setFromDb()
14
{
15
if (! $this->driverIsMongoDb()) {
16
- $this->setDoctrineTypesMapping();
17
$this->getDbColumnTypes();
18
}
19
@@ -53,6 +52,8 @@ public function setFromDb()
53
52
*/
54
public function getDbColumnTypes()
55
+ $this->setDoctrineTypesMapping();
56
+
57
$dbColumnTypes = [];
58
59
foreach ($this->getDbTableColumns() as $key => $column) {
0 commit comments