FHM09062601IBL - alter m_patient M_PatientDOB ke VARCHAR untuk simpan nilai masked
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
-- Ganti tipe M_PatientDOB dari DATE ke VARCHAR
|
||||
-- agar nilai masked (**-**-YYYY) bisa tersimpan sebagai string
|
||||
-- Nilai asli DOB ada di M_PatientDOB_enc (AES-256-GCM)
|
||||
ALTER TABLE one_lab.m_patient
|
||||
MODIFY COLUMN M_PatientDOB VARCHAR(20) NULL DEFAULT NULL;
|
||||
Reference in New Issue
Block a user