improved
This commit is contained in:
parent
7a76809789
commit
933034a476
4
table.go
4
table.go
|
@ -19,8 +19,8 @@ type Table struct {
|
||||||
Updated string
|
Updated string
|
||||||
Version string
|
Version string
|
||||||
Cacher Cacher
|
Cacher Cacher
|
||||||
storeEngine string
|
StoreEngine string
|
||||||
charset string
|
Charset string
|
||||||
}
|
}
|
||||||
|
|
||||||
func (table *Table) Columns() []*Column {
|
func (table *Table) Columns() []*Column {
|
||||||
|
|
Loading…
Reference in New Issue