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.
2 parents b064a47 + 51ebb1d commit 1fc65c2Copy full SHA for 1fc65c2
user_guide_src/source/database/metadata.rst
@@ -101,9 +101,11 @@ The following data is available from this function if supported by your
101
database:
102
103
- name - column name
104
-- max_length - maximum length of the column
105
-- primary_key - 1 if the column is a primary key
106
- type - the type of the column
+- max_length - maximum length of the column
+- primary_key - integer ``1`` if the column is a primary key (all integer ``1``, even if there are multiple primary keys), otherwise integer ``0``
107
+- nullable - boolean ``true`` if the column is nullable, otherwise boolean ``false``
108
+- default - the default value
109
110
List the Indexes in a Table
111
===========================
0 commit comments