After adding migrations in a code first approach, when i need to apply changes to production database (postgresql 13), i need to generate script for those changes.
script-migration
from microsoft docs generates sql script for SQL Server. but i need it for postgresql. there is an online tool that converts SQL server script to Postgresql but introduces errors. Is there a way to produce postgresql script automatically? As i am not very confident with postgresql syntax.