Skip to content

Commit

Permalink
update address
Browse files Browse the repository at this point in the history
  • Loading branch information
william57m authored and william57m committed Nov 5, 2014
1 parent 600c882 commit a5ae096
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webserver/models/address.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ class Address(Base):
__tablename__ = 'address'

id = Column(Integer, primary_key=True)

address = Column(String(100), nullable=False)
zipcode = Column(String(100), nullable=False)
city = Column(String(100), nullable=False)
Expand Down

0 comments on commit a5ae096

Please sign in to comment.