In this playground, I want to test Postgres - add x-migrations-table-quoted url query option (#95) Pull Request.
$ docker-compose pull
$ docker-compose up -d postgres$ docker-compose --profile gomigrate run --rm gomigrate$ docker-compose exec postgres psql -U postgres postgres
postgres=# select * from gomigrate.schema_migrations ;
version | dirty
---------+-------
1 | f
(1 row)
postgres=# \q