I have a column that is only 6 characters long in a table that references a column that is 20 characters using a foreign key constraint. How do I fix this?
Note: The issue was due to the limitation of the Oracle SQL Developer Edit table. When I performed the specific alter column, it worked fine.