ERROR | must specify CASCADE INCLUDING DATA when altering the final property |
CAUSE | An attempt was made to alter the final property of a type with dependent table(s) without specifying the CASCADE INCLUDING DATA . option. |
ACTION | Resubmit the statement with the CASCADE INCLUDING DATA option. |