mirror of
https://github.com/ent/ent.git
synced 2026-05-24 09:31:56 +03:00
ent/schema: allow setting collation for string fields
Reviewed By: a8m Differential Revision: D17090481 fbshipit-source-id: a08768c9bac4318a91bc6a067c85d6eb022c3024
This commit is contained in:
committed by
Facebook Github Bot
parent
419753b33b
commit
4c1f28d58f
@@ -82,6 +82,7 @@ func ExampleUser() {
|
||||
SetPhone("string").
|
||||
SetBuffer([]byte{}).
|
||||
SetTitle("string").
|
||||
SetRole("string").
|
||||
SaveX(ctx)
|
||||
log.Println("user created:", u)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user