Skip to content

Commit

Permalink
Merge pull request #15602 from JuanitoFatas/doc/type-modifier
Browse files Browse the repository at this point in the history
[ci skip] Add note about type modifiers that cannot be specified in command line.
  • Loading branch information
senny committed Jun 10, 2014
2 parents b64c057 + 0d63513 commit 8ed1dec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions guides/source/migrations.md
Expand Up @@ -305,6 +305,8 @@ braces. You can use the following modifiers:
* `null` Allows or disallows `NULL` values in the column.
* `default` Allows to set a default value on the column. NOTE: If using a dynamic value (such as date), the default will only be calculated the first time (e.g. on the date the migration is applied.)

NOTE: `null` and `default` cannot be specified via command line.

For instance, running:

```bash
Expand Down

0 comments on commit 8ed1dec

Please sign in to comment.