Open philiptzou opened 2 years ago
There will be two many-to-many tables: article_variants, article_antibodies. Each table has following columns:
article_variants
article_antibodies
ref_name
var_name
ab_name
article_type
enum('Animal model', 'Vaccine efficacy')
Hmm, about article-related tables, can we also record both preprint and published papers, for future rechecking? About biorxiv, medrxiv papers, is it possible to add the version number?
There will be two many-to-many tables:
article_variants
,article_antibodies
. Each table has following columns:ref_name
var_name
orab_name
article_type
:enum('Animal model', 'Vaccine efficacy')