data4impact/apps/data4impact-import-scripts/scripts/drug_bank_database/schema.sql

10 lines
165 B
MySQL
Raw Normal View History

2022-02-15 11:17:47 +01:00
CREATE TABLE data (
id text,
d_b_id text,
doi text,
pmcid text,
pmid text,
drug_substance text,
funder text,
section_of_drug_bank_entry_where_citation_occured text
)