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
since ['a'].concat('') results in ['a', '']; and then ['a', ''].join('_') results in 'a_'. So if like me you had {'prefix': 'a_'} the column name would end up 'a__id' not 'a_id'
Using an entity with a column like this:
yields the column name
parent_degree__id
instead ofparent_degree_id
The text was updated successfully, but these errors were encountered: