a_random_fox to MemesEnglish · 1 year agoString title = "Choosing a variable type for storing gender";imagemessage-square18fedilinkarrow-up170arrow-down16file-text
arrow-up164arrow-down1imageString title = "Choosing a variable type for storing gender";a_random_fox to MemesEnglish · 1 year agomessage-square18fedilinkfile-text
minus-squareMidas@ymmel.nllinkfedilinkEnglisharrow-up2·1 year agoIn the app I’m building contacts have an Enum Sex (Male, Female, Unknown) and an Integer Gender which is a foreign key to gender table
In the app I’m building contacts have an Enum Sex (Male, Female, Unknown) and an Integer Gender which is a foreign key to gender table