This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Change maximum size of AttestationCase.PropertyInfo from 1024 to NVARCHAR(MAX) in D1IM 6.1.4

Hi,

is it ok to change the maximum size of AttestationCase.PropertyInfo1 from NVARCHAR(1024) to NVARCHAR(MAX) via:

alter table AttestationCase
alter column PropertyInfo1 nvarchar(max)



is it possible that something does not work after the change?

thank you, best regards, 
Tarigh

Parents
  • Hi Tarigh

    What are you trying to accomplish by extending the attribute in that way? I'm trying to get my head around the use case in behind. So maybe there are other ways to get that worked around.

    As this attribute is part of the default database model, it's not recommended to extend the attributes as this is not migration-safe, which means the attribute would be changed back in case of an upgrade to a potential 6.1.5 or 7.x.

    HTH
    Carsten
Reply
  • Hi Tarigh

    What are you trying to accomplish by extending the attribute in that way? I'm trying to get my head around the use case in behind. So maybe there are other ways to get that worked around.

    As this attribute is part of the default database model, it's not recommended to extend the attributes as this is not migration-safe, which means the attribute would be changed back in case of an upgrade to a potential 6.1.5 or 7.x.

    HTH
    Carsten
Children
No Data