How would I create a Postgresql index with `NULLS NOT DISTINCT` option in gorm? Tried it with `gorm:"index:,option:NULLS NOT DISTINCT"`, but it didn't work. See this if you need more context: https://stackoverflow.com/questions/8289100/create-unique-constraint-with-null-columns