I know in mySQl that you can add a column that has a default increment value.
If you add that then each row will have a unique int value (and any new row will get a int value 1 greater then the last row added)
You could add this column and set it as a primary key.