You can't change the column type.
The best approach is to create a new column and delete the composite. That avoids the implicit type change because you aren't reusing the lookup key. If you really use the composite in only one place then delete it and then create the new column with the same lookup key.
|