立项配置页初步优化
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user