remove CatalogValue & EngineValue.
This commit is contained in:
parent
37b5759b29
commit
3020d8c8a7
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user