how to set auto increment column with sql developer
问题 How do I set a column to increment automatically with Oracle SQL Developer? Why is the form disabled? Note: The image shows the Data Modeler, but the question and top answer talk about editing an existing database. 回答1: If you want to make your PK auto increment, you need to set the ID column property for that primary key. Right click on the table and select "Edit". In "Edit" Table window, select "columns", and then select your PK column. Go to ID Column tab and select Column Sequence as Type