How I create postgres unlogged tables with ecto migrations

Hello there.

How do I create an unlogged table in ecto migration when I use postgresql database?

I think currently you have to create your table manually using execute, there is some discussion about adding the possibility in this PR.