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 af23bd2 commit f64c141Copy full SHA for f64c141
tests/test_alter.py
@@ -93,4 +93,4 @@ def verify_alter(table, attribute_sql):
93
verify_alter(table=Parent.Child, attribute_sql="`child_id` .* DEFAULT NULL")
94
verify_alter(
95
table=Parent.Grandchild, attribute_sql="`grandchild_id` .* DEFAULT NULL"
96
- )
+ )
0 commit comments