Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
added tablename to affiliations
  • Loading branch information
tclose committed Aug 13, 2020
1 parent 4333862 commit 6bd3817
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/models.py
Expand Up @@ -90,6 +90,8 @@ def __init__(self, doi, title, eid=None, pii=None, date=None,

class Affiliation(db.Model):

__tablename__ = 'affiliations'

id = db.Column(db.Integer, primary_key=True)
scopus_id = db.Column(db.String(200), unique=True)

Expand Down

0 comments on commit 6bd3817

Please sign in to comment.