I have created a Windows Store App using Windows Azure Mobile Service, as explained by Scott Gu in channel 9 video - http://channel9.msdn.com/Series/Windows-Azure-Mobile-Services/Introduction-to-Windows-Azure-Mobile-Services
As explained in video and quick start tutorial, I have created a 'ToDoItem' table and I am able to run the app as expected. I wanted to know, if there is anyway to modify 'TodoItem' table structure and add few more columns to it and enhance Windows Store App to map those columns.
Thanks.