rs / xid

xid is a globally unique id generator thought for the web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

what size should i set for xid in mysql?

glepnir opened this issue · comments

I use gorm .and the id type is xid.ID , it will generate varbinary 255 in mysql. What is the correctly size should i set for xid?