T2 - 'review'
changed 'review' -> 'publication_types' (pubmed) publication_types now dropdown not free text
ALTER TABLE rdp
.pubreg_articles
CHANGE COLUMN publication_type
publication_type
TINYINT(4) NULL DEFAULT NULL ;
changed 'review' -> 'publication_types' (pubmed) publication_types now dropdown not free text
ALTER TABLE rdp
.pubreg_articles
CHANGE COLUMN publication_type
publication_type
TINYINT(4) NULL DEFAULT NULL ;