Answer Posted / simon mahony
Check for yourself in the official docs at:
http://dev.mysql.com/doc/refman/5.0/en/numeric-type-overview.html
This states:
SERIAL is an alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE.
SERIAL DEFAULT VALUE in the definition of an integer column is an alias for NOT NULL AUTO_INCREMENT UNIQUE.
| Is This Answer Correct ? | 16 Yes | 3 No |
Post New Answer View All Answers
What is the difference between now() and current_date()?
How many rows we can insert in a mysql table?
How do I backup mysql database on linux?
How to get nth highest salary from table in a mysql?
What are the differences between mysql vs sql server?
In which language it is written?
What is the use of pdo?
What is insert query in mysql?
How do I download a mysql community server?
What is auto increment in mysql?
What is cursor in mysql?
How to increment dates by 1 in mysql?
Is mysql a database?
Is blocked because of many connection errors unblock with mysqladmin flush hosts?
How to get the current date in mysql?