Data type: int

represents a 32-bit integer, both in DB and in interface. height=int ;Height in centimeters

Possible interface:

Variation: enumerated int

gender=int{"Male"=1,"Female"=0} ;Gender

Possible interface: