From 28ab86a7c2c19a3e8fae9d8cac3f3365dc585b5f Mon Sep 17 00:00:00 2001 From: gam6itko Date: Sat, 25 May 2024 15:51:57 +0300 Subject: [PATCH] id int --- .../Functional/Driver/Common/Integration/Issue482/schema.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ORM/Functional/Driver/Common/Integration/Issue482/schema.php b/tests/ORM/Functional/Driver/Common/Integration/Issue482/schema.php index c6b96f5c..5e55ec93 100644 --- a/tests/ORM/Functional/Driver/Common/Integration/Issue482/schema.php +++ b/tests/ORM/Functional/Driver/Common/Integration/Issue482/schema.php @@ -88,7 +88,7 @@ ], ], Schema::TYPECAST => [ - 'id' => 'id', + 'id' => 'int', 'country_id' => 'int', 'locale_id' => 'int', 'title' => 'string',