Skip to content

Commit b1e28d8

Browse files
committed
apple_id
1 parent 27fb2e7 commit b1e28d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

models/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ class User(Base):
3131
username = Column(String(15), unique=True, nullable=False, index=True)
3232
password = Column(String, nullable=True)
3333
google_id = Column(String, unique=True, index=True)
34+
apple_id = Column(String, unique=True, index=True)
3435
email_verified = Column(Boolean, default=False)
3536

3637
stripe_customer_id = Column(String)

0 commit comments

Comments
 (0)