Change-Id: I6d0da502bd39252c74a4c240b08530b9b2ebdc37
names will be converted along conventions. If the ``target_metadata``
contains the naming convention
``{"ck": "ck_bool_%(table_name)s_%(constraint_name)s"}``, then the
- output of the following:
+ output of the following::
op.add_column("t", "x", Boolean(name="x"))
.. module:: alembic.operations
-.. autoclass:: AbstractOperations
- :members:
+.. class:: AbstractOperations
+
+ Base class for :class:`.Operations` and :class:`.BatchOperations`.
+
+ See :class:`.Operations` for full list of members
.. autoclass:: Operations
:members:
+ :inherited-members:
.. autoclass:: BatchOperations
- :members:
\ No newline at end of file
+ :members: