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 // TableType table type implements TableType interface
type TableType struct { type TableType struct {
CatalogValue string
SchemaValue string SchemaValue string
NameValue string NameValue string
TypeValue string TypeValue string
EngineValue sql.NullString
CommentValue sql.NullString CommentValue sql.NullString
} }