You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/advanced/column-types.md
+16-6Lines changed: 16 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -112,21 +112,22 @@ In addition, the following types are stored as `VARCHAR`:
112
112
* ipaddress.IPv6Address
113
113
* ipaddress.IPv6Network
114
114
* pathlib.Path
115
+
* pydantic.EmailStr
115
116
116
117
### IP Addresses
117
118
118
119
IP Addresses from the <ahref="https://docs.python.org/3/library/ipaddress.html"class="external-link"target="_blank">Python `ipaddress` module</a> are stored as text.
Paths to files and directories using the <ahref="https://docs.python.org/3/library/pathlib.html"class="external-link"target="_blank">Python `pathlib` module</a> are stored as text.
0 commit comments