I am using visual studio 2005 with SQL server 2005 Express. Using visual studio, I created a table and would like to set the data type of the primary key column to be auto-numbered. However, there is no such thing in the data type list.

How do I enable a column in an existing table to be auto-numbered?