summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/schema.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sqlalchemy/schema.py')
-rw-r--r--lib/sqlalchemy/schema.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/sqlalchemy/schema.py b/lib/sqlalchemy/schema.py
index bd0cbe54e..eb4b2686c 100644
--- a/lib/sqlalchemy/schema.py
+++ b/lib/sqlalchemy/schema.py
@@ -62,5 +62,9 @@ from .sql.ddl import (
_CreateDropBase,
_DDLCompiles,
sort_tables,
- sort_tables_and_constraints
+ sort_tables_and_constraints,
+ SetTableComment,
+ DropTableComment,
+ SetColumnComment,
+ DropColumnComment,
)