Hi,
I have some issue while parsing the sql migration file while using PostgreSQL dialect.
The genDescription is unparsable.
panic: at or near "#": syntax error
If i manually remove the gen description on file it works well. Using /* generate by sqlize / works too.
Sounds that postgreSQL does not support the # used by MySQL.
Using / */ would be compatible by both.
Regards
Florent