Merge pull request #1330 from coolmic/patch-1
Fix @Column options sections in documentation
This commit is contained in:
commit
d87118437e
1 changed files with 1 additions and 2 deletions
|
@ -129,8 +129,7 @@ Optional attributes:
|
||||||
- ``comment``: The comment of the column in the schema (might not
|
- ``comment``: The comment of the column in the schema (might not
|
||||||
be supported by all vendors).
|
be supported by all vendors).
|
||||||
|
|
||||||
- ``customSchemaOptions``: Array of additional schema options
|
- ``collation``: The collation of the column (only supported by Drizzle, Mysql, PostgreSQL>=9.1, Sqlite and SQLServer).
|
||||||
which are mostly vendor specific.
|
|
||||||
|
|
||||||
- **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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue