What is the best field to store the birthday?

后端 未结 5 813
我在风中等你
我在风中等你 2021-02-01 17:41

I have to store in my mysql database, the users\'s birthday ( like 12-11-1990 ).

What field type do I have to use to store it ?

5条回答
  •  情深已故
    2021-02-01 17:59

    You should store the date as DATE.

    And the Locale as a varchar (PHP or Java).

    Don't forget the Locale :)

    Nothing like getting an Email from something like Weibo (Chinese Twitter) when its not your birthday yet.

提交回复
热议问题