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