diff --git a/table.go b/table.go index 0eae89e8..78eeacf9 100644 --- a/table.go +++ b/table.go @@ -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 {