Reputation: 2550
When you use Core Data with SQLite database as underlying data store, core data will autogenerate some columns...
One of them is "Z_ENT" and another is "Z_OPT"
I believe "Z_OPT" is for how many times the record has been altered. Can anyone tell me what Z_ENT is for?
Thanks!
Upvotes: 26
Views: 6567