uniform_resource_investigator

Column Type PK Required Default
investigator_id TEXT No No
investigator_name TEXT No No
email TEXT No No
institution_id TEXT No No
study_id TEXT No No
tenant_id TEXT No No

Foreign Keys

No data

Indexes

No data

SQL DDL

CREATE TABLE uniform_resource_investigator(
  investigator_id TEXT,
  investigator_name TEXT,
  email TEXT,
  institution_id TEXT,
  study_id TEXT,
  tenant_id TEXT
)