-- Separar consentimientos por examen vs por lugar destino -- Los creados desde turnero_lugar_consentimientos llevan origen_lugar_id = lugar_id de la estación -- Los creados desde exam_tipo_consentimientos quedan con origen_lugar_id = NULL ALTER TABLE turnero_consentimientos ADD COLUMN IF NOT EXISTS origen_lugar_id INT NULL DEFAULT NULL;