1

I'm building a database for a website, using PowerDesigner. I'm using domains for the ID's and want an ID to be auto_increment. Is there a way to get the DDL/CREATE script with auto_increment in it, using Microsoft SQL server 2014? enter image description here

pascal
  • 3,287
  • 1
  • 17
  • 35
Jelle
  • 758
  • 2
  • 14
  • 36

1 Answers1

1

I have an Identity property on my Domain. enter image description here

You can also change the selected columns in the list to see this property. enter image description here

pascal
  • 3,287
  • 1
  • 17
  • 35