What's the max. length of a Facebook uid?

前端 未结 4 1613
抹茶落季
抹茶落季 2020-12-29 02:21

I\'ve seen multiple sizes and I don\'t want to waste server memory on a MySQL field which is reserving too much space for too many characters. What\'s the biggest they can g

4条回答
  •  無奈伤痛
    2020-12-29 02:40

    How could you ever be sure that this will never change? Better make it a varchar.

提交回复
热议问题