diff options
Diffstat (limited to 'lib/sqlalchemy/sql/schema.py')
-rw-r--r-- | lib/sqlalchemy/sql/schema.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/sql/schema.py b/lib/sqlalchemy/sql/schema.py index c2a41205f..5c16b29ff 100644 --- a/lib/sqlalchemy/sql/schema.py +++ b/lib/sqlalchemy/sql/schema.py @@ -4697,7 +4697,7 @@ class Identity(IdentityOptions, FetchedValue, SchemaItem): :param on_null: Set to ``True`` to specify ON NULL in conjunction with a - 'by default' identity column. This option is only supported on + ``always=False`` identity column. This option is only supported on some backends, like Oracle. :param start: the starting index of the sequence. |