SQL Server nvarchar support?

Hi all,

I was wondering, when creating migration classes against a SQL Server
database, is it possible to have it use nvarchar types for char base
columns (instead of just varchar)?

Thanks.

Cheers,
Diego

Diego wrote:

Hi all,

I was wondering, when creating migration classes against a SQL Server
database, is it possible to have it use nvarchar types for char base
columns (instead of just varchar)?

Thanks.

Cheers,
Diego

Hello,

I too am also wondering if there is a way to set the :string parameter
to use
a nvarchar type instead of varchar in sql server.

Please does anyone have any idea how this could be done?

Thanks
Russel