While going through a cakephp 3 tutorial about bookmarks and tags I've struggled with a problem: I want to add the third field to the users_tags
table (tag_type: important or not), but when it saves the data it rewrites previous values to the default database value of "tag_type"
.
Could you please help me figure out what I'm doing wrong?