File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -685,23 +685,23 @@ actions automatically. Below are some of the actions that `change` supports:
685
685
* [ ` add_index ` ] [ ]
686
686
* [ ` add_reference ` ] [ ]
687
687
* [ ` add_timestamps ` ] [ ]
688
- * [ ` change_column_comment ` ] [ ] (must supply a ` :from ` and ` :to ` option )
689
- * [ ` change_column_default ` ] [ ] (must supply a ` :from ` and ` :to ` option )
688
+ * [ ` change_column_comment ` ] [ ] (must supply ` :from ` and ` :to ` options )
689
+ * [ ` change_column_default ` ] [ ] (must supply ` :from ` and ` :to ` options )
690
690
* [ ` change_column_null ` ] [ ]
691
- * [ ` change_table_comment ` ] [ ] (must supply a ` :from ` and ` :to ` option )
691
+ * [ ` change_table_comment ` ] [ ] (must supply ` :from ` and ` :to ` options )
692
692
* [ ` create_join_table ` ] [ ]
693
693
* [ ` create_table ` ] [ ]
694
694
* ` disable_extension `
695
695
* [ ` drop_join_table ` ] [ ]
696
- * [ ` drop_table ` ] [ ] (must supply a block)
696
+ * [ ` drop_table ` ] [ ] (must supply table creation options and block)
697
697
* ` enable_extension `
698
- * [ ` remove_check_constraint ` ] [ ] (must supply a constraint expression)
698
+ * [ ` remove_check_constraint ` ] [ ] (must supply original constraint expression)
699
699
* [ ` remove_column ` ] [ ] (must supply original type and column options)
700
700
* [ ` remove_columns ` ] [ ] (must supply original type and column options)
701
- * [ ` remove_foreign_key ` ] [ ] (must supply a second table)
702
- * [ ` remove_index ` ] [ ]
703
- * [ ` remove_reference ` ] [ ]
704
- * [ ` remove_timestamps ` ] [ ]
701
+ * [ ` remove_foreign_key ` ] [ ] (must supply other table and original options )
702
+ * [ ` remove_index ` ] [ ] (must supply columns and original options)
703
+ * [ ` remove_reference ` ] [ ] (must supply original options)
704
+ * [ ` remove_timestamps ` ] [ ] (must supply original options)
705
705
* [ ` rename_column ` ] [ ]
706
706
* [ ` rename_index ` ] [ ]
707
707
* [ ` rename_table ` ] [ ]
You can’t perform that action at this time.
0 commit comments