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
there are ways around it to pulled in views with: vw_[name].removeAttribute('id')
However, it'd be nice if this could be included somehow in the generated typescript models since it can fully see for itself if the tables/views have that id column to begin with rather than just assuming it's always there.
The text was updated successfully, but these errors were encountered:
there are ways around it to pulled in views with:
vw_[name].removeAttribute('id')
However, it'd be nice if this could be included somehow in the generated typescript models since it can fully see for itself if the tables/views have that id column to begin with rather than just assuming it's always there.
The text was updated successfully, but these errors were encountered: