Skip to content

Commit c86ddc5

Browse files
committed
docs: decorate text
1 parent 055c5ad commit c86ddc5

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

user_guide_src/source/database/metadata.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,12 @@ supplying the table name:
102102
The following data is available from this function if supported by your
103103
database:
104104

105-
- name - column name
106-
- type - the type of the column
107-
- max_length - maximum length of the column
108-
- primary_key - integer ``1`` if the column is a primary key (all integer ``1``, even if there are multiple primary keys), otherwise integer ``0`` (This field is currently only available for MySQLi and SQLite3)
109-
- nullable - boolean ``true`` if the column is nullable, otherwise boolean ``false``
110-
- default - the default value
105+
- ``name`` - column name
106+
- ``type`` - the type of the column
107+
- ``max_length`` - maximum length of the column
108+
- ``primary_key`` - integer ``1`` if the column is a primary key (all integer ``1``, even if there are multiple primary keys), otherwise integer ``0`` (This field is currently only available for ``MySQLi`` and ``SQLite3``)
109+
- ``nullable`` - boolean ``true`` if the column is nullable, otherwise boolean ``false``
110+
- ``default`` - the default value
111111

112112
.. note:: Since v4.4.0, SQLSRV supported ``nullable``.
113113

0 commit comments

Comments
 (0)