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.
db_table_comment
1 parent 26cf5f9 commit d835314Copy full SHA for d835314
django-stubs/db/models/options.pyi
@@ -51,6 +51,7 @@ class Options(Generic[_M]):
51
verbose_name: _StrOrPromise | None
52
verbose_name_plural: _StrOrPromise | None
53
db_table: str
54
+ db_table_comment: str
55
ordering: Sequence[str] | None
56
indexes: list[Any]
57
unique_together: Sequence[tuple[str, ...]] # Are always normalized
0 commit comments