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
Version string
Cacher Cacher
storeEngine string
charset string
StoreEngine string
Charset string
}
func (table *Table) Columns() []*Column {