ALTER TABLE userCalls
  ADD COLUMN slot_id INT NULL AFTER nutritionist_id;
