1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

guides, include note about modifiers when using the CLI.

[ci skip]

This was pointed out on
https://github.com/rails/rails/issues/15583#issuecomment-239212831

The comment was lost in the changes made by
fcd0ac066e and
3e1373a773
This commit is contained in:
Yves Senn 2016-10-20 20:32:57 +02:00
parent d7bad57df4
commit bdc69c38c5

View file

@ -467,6 +467,8 @@ the first time (i.e. on the date the migration is applied).
Some adapters may support additional options; see the adapter specific API docs
for further information.
NOTE: `null` and `default` cannot be specified via command line.
### Foreign Keys
While it's not required you might want to add foreign key constraints to