Add support for nulls_not_distinct argument
An additional argument was added to the index definition object in ActiveRecord 7.1.0-beta1. Without allowing this argument to be passed, migrations with indexes will fail. This PR adds support for the argument.