When defining datatypes in a database, I have always had a problem with choosing whether to use integers or strings to store certain \'numerical\' data.
Say I am bui
Post code is not a number: it's a code or identifier. The same applies to phone numbers.
Number of files in a torrent is an integer.
Not least, in this case you can create a CHECK CONSTRAINT LIKE '[09][09][09][09]' to keep data correct at the database level.
CHECK CONSTRAINT LIKE '[09][09][09][09]'