How I create postgres unlogged tables with ecto migrations

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