Postgresql migrations ts

We Use Docker Compose, migrations Database Data,discover,Every Table Fields Contain Double quote,Use All Table Develop Business Flow,Bean Fields must add Double quote。If Not add Double quote ,otherwise not found table and fields。I Hope Postgresql migrations table fields define like mysql remove Double quote。

The idea is:

My use case:

Use Java or SQL must add Double quote.

  @TableField("\"firstName\"")
    private String firstName;

I think it would be beneficial to add this because:

Any resources to support this?

Are you willing to work on this?