mirror of
https://github.com/flarum/framework.git
synced 2024-11-26 02:10:09 +08:00
732432d00b
Passing an array to dropForeign does not mean dropping multiple indices, but rather dropping a key on multiple tables. Passing a string means that this string will be interpreted as index name, not as name of the indexed column. Passing an array with one string is therefore correct, in order to benefit from automatic index name generation. |
||
---|---|---|
.. | ||
2015_05_11_000000_create_posts_likes_table.php | ||
2015_09_04_000000_add_default_like_permissions.php | ||
2018_06_27_100600_rename_posts_likes_to_post_likes.php | ||
2018_06_27_100700_change_post_likes_add_foreign_keys.php |