Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update docs on default value of null option #1898

Merged
merged 1 commit into from
Oct 1, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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