We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74a702e commit 3283969Copy full SHA for 3283969
examples/demonstration/models.py
@@ -21,3 +21,7 @@ class User(BaseModel):
21
22
id = Column(Integer, primary_key=True, index=True)
23
username = Column(String)
24
+ email = Column(String)
25
+ name = Column(String)
26
+ image = Column(String)
27
+ identity = Column(String, unique=True) # provider_name:user_id
0 commit comments