Ask DB Migration Assistant

Safe database schema updates with migration and rollback scripts.

NavanithanS fad8850 5 files · 3.1 KB Updated

File contents

Up:

ALTER TABLE users ADD COLUMN email VARCHAR(255);

Down:

ALTER TABLE users DROP COLUMN email;

NavanithanS/Agent-Skill-Kit/tree/main/skills/coding/ask-db-migration-assistant commit fad8850824

Frequently asked questions

npx skillmds@latest add navanithans/ask-db-migration-assistant