ERROR | cannot alter an incomplete type |
CAUSE | An attempt was made to perform ALTER TYPE on an incomplete type. |
ACTION | Use CREATE TYPE to completely define the original type before executing the ALTER TYPE. |
ERROR | cannot alter an incomplete type |
CAUSE | An attempt was made to perform ALTER TYPE on an incomplete type. |
ACTION | Use CREATE TYPE to completely define the original type before executing the ALTER TYPE. |