From 63249b6560a65920cb6ce12829e54a58ef3bd155 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sat, 10 Jul 2010 12:04:17 -0400 Subject: [PATCH] biginteger --- doc/build/reference/sqlalchemy/types.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/build/reference/sqlalchemy/types.rst b/doc/build/reference/sqlalchemy/types.rst index 4f10273cef..593d9c9a6a 100644 --- a/doc/build/reference/sqlalchemy/types.rst +++ b/doc/build/reference/sqlalchemy/types.rst @@ -38,6 +38,10 @@ database column type available on the target database when issuing a type is emitted in ``CREATE TABLE``, such as ``VARCHAR`` see `SQL Standard Types`_ and the other sections of this chapter. +.. autoclass:: BigInteger + :show-inheritance: + :members: + .. autoclass:: Boolean :show-inheritance: :members: -- 2.47.2