I want to store version number of my application in MySQL database for ex:
version 1.1.0 1.1.1 1.1.2
Which data type should I use.
It's always better to use VARCHAR while storing different version numbers.
VARCHAR