0

Launching:

ALTER TYPE dm_document MODIFY title string (1000);

I get:

enter image description here

Is it possible to do these kind of things in some other manner?

Falco
  • 1,458
  • 3
  • 19
  • 47

1 Answers1

-1

It's not possible.

You can only add a new attribute, in dm_document itself or any child object

Falco
  • 1,458
  • 3
  • 19
  • 47