What is the best field to store the birthday?

后端 未结 5 795
我在风中等你
我在风中等你 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 18:00

    to store a date, you should probably use a date. to quote the documentation:

    The DATE type is used for values with a date part but no time part.

提交回复
热议问题