Before
After
Paste two CREATE TABLE schemas and generate a conservative Postgres migration. The tool runs in your browser, does not use AI, and highlights destructive changes before you copy SQL.
ALTER TABLE users ADD COLUMN display_name text;
ALTER TABLE posts DROP COLUMN published_at;