Database Redesign
To drop a column that is used as a foreign key, first:

All of these
drop the primary key.
drop the table containing the foreign key.
drop the foreign key constraint.

ANSWER DOWNLOAD EXAMIANS APP