Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to make Identity Specification show up in the table designer next to the Allow Nulls column?

I would like to be able to see the Identity Specification (not as worried about seed/increment) and hate having to scroll around on the column properties panel.

Is it possible to add a column next to Allow Nulls in the table designer for Identity Specification? Specifically I am concerned with MS SQL Management Studio 2008.

like image 978
mynameiscoffey Avatar asked Mar 28 '10 01:03

mynameiscoffey


1 Answers

Not exactly what you wanted but you can do it on a database diagram by right clicking the table -> Table View -> Custom and Modifying Custom to include the Identity Specification.

like image 125
Martin Smith Avatar answered Sep 19 '22 02:09

Martin Smith