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
Query to find tableNames in yii\db\mssql\Schema::findTableNames filters on Logical tables
It should also return view to allow model generation using gii.
I think "AND [t].[table_type] = 'BASE TABLE'" part of the query should be removed to include views as well
The text was updated successfully, but these errors were encountered:
Query to find tableNames in yii\db\mssql\Schema::findTableNames filters on Logical tables
It should also return view to allow model generation using gii.
I think "AND [t].[table_type] = 'BASE TABLE'" part of the query should be removed to include views as well
The text was updated successfully, but these errors were encountered: