Can I create a column of nvarchar(MAX) using FluentMigrator?
Posted
by Darren Oster
on Stack Overflow
See other posts from Stack Overflow
or by Darren Oster
Published on 2010-03-23T00:20:25Z
Indexed on
2010/03/23
0:51 UTC
Read the original article
Hit count: 268
fluent-migrator
Using FluentMigrator (http://code.google.com/p/fluentmigrator/), the default creation of a Column using .AsString() results in an nvarchar(255). Is there a simple way (before I modify the FluentMigrator code) to create a column of type nvarchar(MAX)?
© Stack Overflow or respective owner