newbie in Ionic and PouchDB. I saw this thread PouchDB structure and I wonder if to make a collection or table-like in PouchDB, I should always add a column for something like "type"?
Because I wanted to do a simple todo list with User/Owner of that todo.
If I do this in SQL db, I would have table for users and table for tasks with user_id.
thanks!