1
0
mirror of synced 2025-02-09 00:39:25 +03:00

Merge pull request #6326 from SenseException/check-option

[Documentation] Add column check-option to documentation
This commit is contained in:
Marco Pivetta 2017-03-12 11:53:13 -04:00 committed by GitHub
commit 1aa02f9afc

View File

@ -134,6 +134,9 @@ Optional attributes:
- ``collation``: The collation of the column (only supported by Drizzle, Mysql, PostgreSQL>=9.1, Sqlite and SQLServer).
- ``check``: Adds a check constraint type to the column (might not
be supported by all vendors).
- **columnDefinition**: DDL SQL snippet that starts after the column
name and specifies the complete (non-portable!) column definition.
This attribute allows to make use of advanced RMDBS features.