I have an sqlite table that I'd like to add a new field to. Would I add the new field directly in sqlite or does the Core Data model change the sqlite table itself?
I'm stuck for some reason right now w/ adding a new field to the db table. thanks for any help.