Merge pull request #6326 from SenseException/check-option
[Documentation] Add column check-option to documentation
This commit is contained in:
commit
1aa02f9afc
@ -134,6 +134,9 @@ Optional attributes:
|
|||||||
|
|
||||||
- ``collation``: The collation of the column (only supported by Drizzle, Mysql, PostgreSQL>=9.1, Sqlite and SQLServer).
|
- ``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
|
- **columnDefinition**: DDL SQL snippet that starts after the column
|
||||||
name and specifies the complete (non-portable!) column definition.
|
name and specifies the complete (non-portable!) column definition.
|
||||||
This attribute allows to make use of advanced RMDBS features.
|
This attribute allows to make use of advanced RMDBS features.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user