'tableName' =>
$table,
'columnName' =>
$column,
'columnType' =>
$unifiedType,
'defaultValue' =>
$defaultValue,
]);
$configId = null;
if (\
array_key_exists('id',
$data)) { $configId =
$data['id'
];
} $this->
updateConfig($configId,
$data);
} /**
* @param string|int|float|null $defaultValue
*
* @throws Exception
*/
private function changeAttribute( string
$table,
string
$originalColumnName,
string
$newColumnName,