Skip to content

Commit 1fc65c2

Browse files
authored
Merge pull request #6398 from naente/develop
2 parents b064a47 + 51ebb1d commit 1fc65c2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

user_guide_src/source/database/metadata.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,11 @@ The following data is available from this function if supported by your
101101
database:
102102

103103
- name - column name
104-
- max_length - maximum length of the column
105-
- primary_key - 1 if the column is a primary key
106104
- type - the type of the column
105+
- max_length - maximum length of the column
106+
- 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
107109

108110
List the Indexes in a Table
109111
===========================

0 commit comments

Comments
 (0)