remove CatalogValue & EngineValue.

This commit is contained in:
John Mai 2023-05-05 10:11:46 +08:00
parent 37b5759b29
commit 3020d8c8a7

View File

@ -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
}