Skip to content

Commit

Permalink
update address
Browse files Browse the repository at this point in the history
  • Loading branch information
william57m committed Nov 5, 2014
1 parent a5ae096 commit b9ec2f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webserver/models/address.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ 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 b9ec2f9

Please sign in to comment.