Skip to content

Instantly share code, notes, and snippets.

@yutakahashi114
Last active February 1, 2020 11:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yutakahashi114/f5fccb8cf44c0ffa03a39bef9dcd729c to your computer and use it in GitHub Desktop.
Save yutakahashi114/f5fccb8cf44c0ffa03a39bef9dcd729c to your computer and use it in GitHub Desktop.
u.FirstNameKana = ""
affected, err = engine.
Cols("first_name_kana").
Nullable("first_name_kana").
Where("id = ?", id).
Update(&u)
if err != nil {
log.Println(err)
return
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment