I have never really understood what the int(6) means. I know that is an integer, but does int(6) means I can have a table with a maximum 999999 records in it or has it got something to do with memory.
What happens after 999999 does the database revert back to 0
What about mediumint and bigint? If I wanted a database to have 999999999999 records would I need to use a mediumint(12)