diff --git a/options.go b/options.go index 5a61670..3fb4e28 100644 --- a/options.go +++ b/options.go @@ -6,8 +6,8 @@ type clientOptions struct { Sqlite *SqliteOptions Prefix string // 表名前缀,`Article` 的表名应该是 `it_articles` SingularTable bool // 使用单数表名,启用该选项,此时,`Article` 的表名应该是 `it_article` - Loc string // 使用时区 Charset string // 使用utf8mb4编码 + Loc string // 时区设置 "Local" "Asia/Shanghai" } type MysqlOptions struct {