This commit is contained in:
商讯在线 2014-08-30 22:14:12 +08:00
parent 7a76809789
commit 933034a476
1 changed files with 2 additions and 2 deletions

View File

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