Skip to content

Commit

Permalink
New translations query.md (Chinese Simplified) (#791)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinzhu authored Sep 30, 2024
1 parent feca791 commit 5319641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/zh_CN/gen/query.md
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ name.Concat("[", "]")
#### Time Fields

```go
birth := field.NewString("user", "birth")
birth := field.NewTime("user", "biring")
// `user`.`birth` = ? (now)
birth.Eq(time.Now())
// DATE_ADD(`user`.`birth`, INTERVAL ? MICROSECOND)
Expand Down

0 comments on commit 5319641

Please sign in to comment.