List of standard lengths for database fields

后端 未结 13 1766
日久生厌
日久生厌 2020-12-02 03:30

I\'m designing a database table and once again asking myself the same stupid question: How long should the firstname field be?

Does anyone have a li

13条回答
  •  爱一瞬间的悲伤
    2020-12-02 03:50

    I usually go with:

    Firstname: 30 chars
    Lastname: 30 chars
    Email: 50 chars
    Address: 200 chars

    If I am concerned about long fields for the names, I might sometimes go with 50 for the name fields too, since storage space is rarely an issue these days.

提交回复
热议问题