Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Find highest value
<?php max(mixed $value, mixed ...$values): mixed
<?php                 $definition .= ',' . PHP_EOL;



                $precision = min([65, intval($column->attributes()[0] ?? 10)]);

                $scale = min([30, max([0, intval($column->attributes()[1] ?? 0)])]);



                $definition = str_replace(

                    "/** {$column->dataType()}_attributes **/",