Hey!
I'm new to using an local SQL database in my WPF C# application and I face an issue with this.
I have added the following database and table (with only the id in there):

Now I wanted to update this database with a bit more than only 'id' and I wanted to change the name of 'id' to 'id_details', but with both I keep facing the same issue over and over again: when I press 'Update' it keeps loading on Preview Database Updates and it remains like this for hours:


What am I missing here? Am I doing something wrong? I hope someone can help.
Best regards,
Ganesh