ПМ
Size: a a a
ПМ
T
T
P
T
T
T
d
D
J
K
K
K
K
public function getColumnsInfo(): mixed
{
$tableInfo = $this->getConnection()->getDoctrineSchemaManager($this->getTable())->listTableDetails($this->getTable());
$columns = $tableInfo->getColumns();
return $columns;
}
K
P
K
P
K
K