1
0
mirror of synced 2024-12-05 03:06:05 +03:00

Merge pull request #1330 from coolmic/patch-1

Fix @Column options sections in documentation
This commit is contained in:
Marco Pivetta 2015-03-12 22:16:28 +01:00
commit d87118437e

View File

@ -129,8 +129,7 @@ Optional attributes:
- ``comment``: The comment of the column in the schema (might not
be supported by all vendors).
- ``customSchemaOptions``: Array of additional schema options
which are mostly vendor specific.
- ``collation``: The collation of the column (only supported by Drizzle, Mysql, PostgreSQL>=9.1, Sqlite and SQLServer).
- **columnDefinition**: DDL SQL snippet that starts after the column
name and specifies the complete (non-portable!) column definition.