Hi everybody,
I'm trying to change the table to have the ID field as GUID (it was int Identity field). However, then I try to save it I'm getting an error preventing me saving changes. I also see a table with the same name and _tombstone prefix (two fields - ID and DeletionDate).
What should I do to be able to change the table structure?
I already truncated this table.
Thanks in advance.
I'm trying to change the table to have the ID field as GUID (it was int Identity field). However, then I try to save it I'm getting an error preventing me saving changes. I also see a table with the same name and _tombstone prefix (two fields - ID and DeletionDate).
What should I do to be able to change the table structure?
I already truncated this table.
Thanks in advance.