Below is my table structure
CREATE TABLE IF NOT EXISTS `physicians` ( `physician_id` bigint(20) NOT NULL AUTO_INCREMENT, `user_id` bigint(20) NOT NULL,
ALTER TABLE physicians CHANGE `physician_minc` `physician_minc` VARCHAR(20) NULL;