I created PDM from LDM in Powerdesigner.I need to generate the DB scripts for SQL Server 2014 Database. In create table script , I have one column : status nvarchar(max) null, I need a equivalent column in Powerdesigner to nvarchar(max) datatype. I tried all the options from the datatype selection dropdown like Variable Multibyte, Variable Characters etc. But in SQL script I still see as nvarchar(4000) or varchar(4000). Please provide your suggestions.
Thanks , Vasu