Launching:
ALTER TYPE dm_document MODIFY title string (1000);
I get:
Is it possible to do these kind of things in some other manner?
Launching:
ALTER TYPE dm_document MODIFY title string (1000);
I get:
Is it possible to do these kind of things in some other manner?
It's not possible.
You can only add a new attribute, in dm_document itself or any child object