Acerca de
This skill automates the complex task of synchronizing database schemas across different environments by leveraging the database-diff-tool plugin. It identifies discrepancies in tables, columns, indexes, and constraints between PostgreSQL or MySQL instances, then generates transaction-safe SQL migration scripts. Ideal for maintaining consistency between development, staging, and production environments, it ensures data integrity while providing automated rollback procedures to mitigate deployment risks during the CI/CD process.