Check your column data type.
If it is varchar then you can’t change identity column.
To change identity column, it should have int data type.
Check your column data type.
If it is varchar then you can’t change identity column.
To change identity column, it should have int data type.