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,
Don't define physician_minc as not null
not null