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
When using the CamelCasePlugin I've noticed that a column name _id is cased as _Id in my output. I would expect the leading underscore to be effectively ignored, and I'd see names like _id, _fooBar, etc.