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 }