You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: user_guide_src/source/database/metadata.rst
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,12 +102,12 @@ supplying the table name:
102
102
The following data is available from this function if supported by your
103
103
database:
104
104
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 MySQL 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
111
111
112
112
.. note:: Since v4.4.0, SQLSRV supported ``nullable``.
0 commit comments