Skip to content

Commit

Permalink
chore: added notes to model definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
hwakabh committed Jan 17, 2025
1 parent 1c84ee5 commit 1d0b9ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/api/v1/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@


class Airport(Base):
# Schema: https://openflights.org/data.php#airport
__tablename__ = 'airport'

id: int = Column(Integer, primary_key=True, autoincrement=True)
Expand Down

0 comments on commit 1d0b9ac

Please sign in to comment.