Why do Core Data sqlite table columns start with 'Z'?
- by Dia
I was looking at the sqlite table that Core Data generates and noticed that all table columns start with 'Z'. I realize this is an implementation detail, but I was curious as to why that's the case and if there was a design decision involved in this. Anyone happen to know or guess why?
Here's a sample schema output of Core Data sqlite database:
…