From 0d6351348dbdafa20cca0cec571beaf2b1c7a764 Mon Sep 17 00:00:00 2001 From: Juanito Fatas Date: Tue, 10 Jun 2014 13:38:08 +0800 Subject: [ci skip] Add note about type modifiers that cannot be specified in command line. --- guides/source/migrations.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'guides') diff --git a/guides/source/migrations.md b/guides/source/migrations.md index 9568bfcdb8..ef95a28564 100644 --- a/guides/source/migrations.md +++ b/guides/source/migrations.md @@ -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 -- cgit v1.2.3