开发者

Datatype for string field and birthdate in MySQL

I'm new to MySQL and I want to create a table in with firstna开发者_高级运维me, lastname and birthdate fields.

What is the appropriate data type for these three fields?

Thanks.


first name : varchar(50)
Last name : varchar(50)
birthdate : date

These are the datatype you need

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜