I have a Grails application which uses MSSQL as database-server. Now the application should be deployed in Russia.
How can I make GORM map strings to nvarchar instead of varchar for the whole application as I don't want to use sqlType in mapping for each string field. Does anybody know where I can modify this?