You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've enabled the "count" column in the behavior and have the appropriate field in the table. When I add a tag to a model, the tag gets stored in the appropriate table and an appropriate entry is made in the join table, but there is no entry made in the "count" column in the table. (By the way, I'm calling my "count" column _frequency_.)
I've enabled the "count" column in the behavior and have the appropriate field in the table. When I add a tag to a model, the tag gets stored in the appropriate table and an appropriate entry is made in the join table, but there is no entry made in the "count" column in the table. (By the way, I'm calling my "count" column _frequency_.)
My behavior looks like this:
If it makes any differences, my tag and join tables look like this:
I'd greatly appreciate it if anyone could help me with what I might need to do to get the frequency column to update in my _tag_ table.
The text was updated successfully, but these errors were encountered: