Skip to content

Commit

Permalink
Merge pull request #1898 from MasterOdin/0.next-null
Browse files Browse the repository at this point in the history
update docs on default value of null option
  • Loading branch information
dereuromark authored Oct 1, 2020
2 parents 6ef9016 + 9172036 commit 8f8c622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/migrations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@ Option Description
limit set maximum length for strings, also hints column types in adapters (see note below)
length alias for ``limit``
default set default value or action
null allow ``NULL`` values, defaults to false (should not be used with primary keys!) (see note below)
null allow ``NULL`` values, defaults to false if `identity` option is set to true, else defaults to true
after specify the column that a new column should be placed after *(only applies to MySQL)*
comment set a text comment on the column
======= ===========
Expand Down

0 comments on commit 8f8c622

Please sign in to comment.