hi, just want to maek sure some thing.
so i have a table called user. in user table i want to add a field called date of birth. but i dont know which type to choice. it has int, varchar, date, datetime etc. but no date of birth.
do i just choice type date?
2nd question.
i also want a field called gender. so user can pick male or female. but i cant find the right type.
do i just choice boolean? 1 or maile and 0 for femail? but i want m for male and f for female