diff --git a/src/ORM/Connect/MySQLSchemaManager.php b/src/ORM/Connect/MySQLSchemaManager.php index b886076c7..fd02b38ca 100644 --- a/src/ORM/Connect/MySQLSchemaManager.php +++ b/src/ORM/Connect/MySQLSchemaManager.php @@ -241,7 +241,7 @@ class MySQLSchemaManager extends DBSchemaManager protected static $_cache_collation_info = []; - public function shouldUseIntegerWidth() + private function shouldUseIntegerWidth() { // MySQL 8.0.17 stopped reporting the width attribute for integers // https://github.com/silverstripe/silverstripe-framework/issues/9453