-- Place your SQL code here
ALTER TABLE vn.supplierLog 
MODIFY COLUMN userFk int(10) unsigned DEFAULT NULL NULL;