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
{{ message }}
This repository has been archived by the owner on Oct 10, 2022. It is now read-only.
The generator identifies all the tables but it does not see the views.
It would be nice if we could generate models for views.
It seems that it would require the generator working on tables without primary keys. I do not think you can add a primary key to a view at least not in MySql.
--edited--
it looks like typeorm itself does not support views or any table without a primary column:
I am using MySQL.
The generator identifies all the tables but it does not see the views.
It would be nice if we could generate models for views.
It seems that it would require the generator working on tables without primary keys. I do not think you can add a primary key to a view at least not in MySql.
--edited--
it looks like typeorm itself does not support views or any table without a primary column:
typeorm/typeorm#1135
The text was updated successfully, but these errors were encountered: