I didn't work on dbo schema at all, so I think thats exactly the error reported by me in there: [MSsql] Wrong SQL code generated when editing tables that are inside schema
When I alter table inside custom schema, generated code doesn't contain schema name and server can't find the table. In result we get error: The object not exist.
I have to click Show Code and than Edit, and manually add schema name on front of table name. Than I can execute without problems.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I didn't work on dbo schema at all, so I think thats exactly the error reported by me in there:
[MSsql] Wrong SQL code generated when editing tables that are inside schema
When I alter table inside custom schema, generated code doesn't contain schema name and server can't find the table. In result we get error: The object not exist.
I have to click Show Code and than Edit, and manually add schema name on front of table name. Than I can execute without problems.
Fixed by 5d18df1d.