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 f4d72e6 commit 110053fCopy full SHA for 110053f
sqlmodel/sql/sqltypes.py
@@ -5,6 +5,12 @@
5
6
7
class AutoString(types.TypeDecorator): # type: ignore
8
+ """
9
+ Determines the best sqlalchemy string type based on the database dialect.
10
+
11
+ For example, when using Postgres this will return sqlalchemy's String()
12
13
14
impl = types.String
15
cache_ok = True
16
mysql_default_length = 255
0 commit comments