Skip to content

Commit 2788a49

Browse files
authored
Merge pull request #6440 from naente/develop
2 parents d51d4e9 + 53e1483 commit 2788a49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

user_guide_src/source/database/metadata.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ database:
103103
- name - column name
104104
- type - the type of the column
105105
- 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``
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`` (This field is currently only available for MySQL and SQLite3)
107+
- nullable - boolean ``true`` if the column is nullable, otherwise boolean ``false`` (This field is currently not available in SQL Server)
108108
- default - the default value
109109

110110
List the Indexes in a Table

0 commit comments

Comments
 (0)