立项配置页初步优化

This commit is contained in:
Cheng Zhou
2026-02-24 16:53:22 +08:00
parent 0693f09b1d
commit 8f3f717e48
124 changed files with 12519 additions and 2954 deletions
+2
View File
@@ -163,6 +163,8 @@ CREATE TABLE IF NOT EXISTS public.adverse_events (
action_taken text,
outcome character varying(50),
reported_to_sponsor boolean NOT NULL DEFAULT false,
is_sae boolean NOT NULL DEFAULT false,
is_susar boolean NOT NULL DEFAULT false,
report_due_date date,
status character varying(20) NOT NULL DEFAULT 'NEW',
description text,