feat: split alcohol and urine test into separate fields
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE investigations
|
||||
ADD COLUMN IF NOT EXISTS urine_test_result text
|
||||
CHECK (urine_test_result IN ('negative','positive','refused','pending'));
|
||||
Reference in New Issue
Block a user