diff --git a/CHANGELOG.md b/CHANGELOG.md index 8761064..6833f20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ - Replaced abandoned fzaninotto/faker with fakerphp/faker #### Added +- Numeric data type - Ignore and skip tables in automatic populator command - Add test combination foreign key and self foreign key to test class table analyzer - Support for PHP 8.0, PHP 8.1 and PHP 8.2 diff --git a/src/DataType/NumericDataType.php b/src/DataType/NumericDataType.php new file mode 100644 index 0000000..a9b9721 --- /dev/null +++ b/src/DataType/NumericDataType.php @@ -0,0 +1,7 @@ +