From 7b3a5b701b0d1f111b2ad6eec96cb5d155d60671 Mon Sep 17 00:00:00 2001 From: Yan Zhu Date: Thu, 6 Jan 2022 12:30:50 +0800 Subject: [PATCH] feat: use patched column type order mysql driver --- tests/go.mod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/go.mod b/tests/go.mod index c3133f38d9..dd8cfb7270 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -16,3 +16,5 @@ require ( ) replace gorm.io/gorm => ../ + +replace gorm.io/driver/mysql => github.com/halfcrazy/mysql v1.2.3-0.20220106042630-805c93c0d8d9