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 2c14a0a commit 457b076Copy full SHA for 457b076
aurora_dsql_django/base.py
@@ -125,10 +125,10 @@ class DatabaseWrapper(base.DatabaseWrapper):
125
)
126
data_types_suffix = dict(
127
base.DatabaseWrapper.data_types_suffix,
128
- BigAutoField="", # The default value is auto generated locally from gen_rand_int64
+ BigAutoField="", # The default value is auto generated locally from uuid_to_int64
129
# For now skipping small int because uuid does not fit in a smallint?
130
SmallAutoField="",
131
- AutoField="", # The default value is auto generated locally from gen_rand_int32
+ AutoField="", # The default value is auto generated locally from uuid_to_int32
132
133
134
SchemaEditorClass = DatabaseSchemaEditor
0 commit comments