go-gorm / postgres

GORM PostgreSQL driver
MIT License
234 stars 123 forks source link

Sort columns when create comments #217

Closed artemklevtsov closed 1 year ago

artemklevtsov commented 1 year ago

What did this pull request do?

Sort columns when creating comments in the CreateTable.

User Case Description

Iterating over the map gives unstable results. When I generate the database schema file it is different every time.