From 3020d8c8a79ab9652302e621a70316b957bcc6a3 Mon Sep 17 00:00:00 2001 From: John Mai Date: Fri, 5 May 2023 10:11:46 +0800 Subject: [PATCH] remove CatalogValue & EngineValue. --- migrator/table_type.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/migrator/table_type.go b/migrator/table_type.go index 360e36a4..ed6e42a0 100644 --- a/migrator/table_type.go +++ b/migrator/table_type.go @@ -6,11 +6,9 @@ import ( // TableType table type implements TableType interface type TableType struct { - CatalogValue string SchemaValue string NameValue string TypeValue string - EngineValue sql.NullString CommentValue sql.NullString }