Logic nodes · Preview

PostgreSQL Migrations

Review a schema-change workflow for PostgreSQL tables, relationships, indexes, and seed data.

What this preview covers

Migration-ready tables, indexes, relations, and seed data from schema changes.

Use this page to evaluate the workflow and plan how it could fit your project. Marketplace cloning is not open yet; the steps below describe an example to review when access becomes available.

Example workflow

  1. Compare the intended data model with the current schema.
  2. Prepare and review the migration operations.
  3. Apply them to a test database and verify tables and relations.

Before you connect it

  • Use a disposable database before changing a shared environment.
  • Review destructive operations and create an appropriate backup.
  • Confirm the generated runtime and migration dependencies match your project.

When cloning becomes available, review the cloned node, confirm framework and integration compatibility, and test it with development data before using it in a live project.

Build with Avora