Ecto migrations: How to create covering index using INCLUDE in PostgresQL?

Here is doc for index/3 Ecto.Migration — Ecto SQL v3.14.0
There doesn’t seem to be an option like include.

I think you can do it by executing raw sql with execute/1 or execute/2