Is there any way to force SSMS (SQL Server Management Studio) 15 to create a column in the designer with the default data type that I want, in this case nvarchar(100) instead of nchar(10).
Interestingly, there are a few ideas about this on the web, involving changing the registry, however when I do this and restart SSMS the registry just reverts back to nchar(10).
This makes me wonder if there is now a setting or an option inside SSMS to achieve this? I have expanded every tree in the options and I cannot find anything there.
I would actually consider a plug-in at this point.


