සංක්රමණ SQL උත්පාදකය
ක්රමලේඛ වෙනසක් විස්තර කර Postgres හෝ MySQL සඳහා ගැළපෙන up සහ down සංක්රමණ SQL ලබා ගන්න. ක්රියාත්මක වගුවකට ආරක්ෂිත අනුපිළිවෙළ සමඟ.
🔒 මෙම මෙවලම සම්පූර්ණයෙන්ම ඔබේ බ්රව්සරය තුළ ක්රියාත්මක වේ. ඔබේ ගොනු කිසි විටෙකත් සර්වරයකට උඩුගත නොකෙරේ.
Developer
Migration SQL Generator
Frontend preview — no upload or external service.
Migration SQL
Up: ALTER TABLE orders ADD COLUMN customer_ref text; CREATE INDEX CONCURRENTLY idx_orders_customer_ref ON orders (customer_ref); Down: DROP INDEX and DROP COLUMN in reverse order.
How සංක්රමණ SQL උත්පාදකය works
- Open සංක්රමණ SQL උත්පාදකය and review the example state before entering your own values.
- Enter or select the information needed for සංක්රමණ SQL උත්පාදකය.
- Review the result and adjust the inputs if you want to compare another case.
Describe a schema change and get matching up and down migration SQL for Postgres or MySQL, including the safe ordering for a live table. The interactive workspace runs in your browser, so you can review the result without creating an account.
FAQ
What is සංක්රමණ SQL උත්පාදකය used for?
Describe a schema change and get matching up and down migration SQL for Postgres or MySQL, including the safe ordering for a live table.
Do I need an account?
No. The tool is available directly in the browser without an account or sign-up.
What should I do if the result looks unexpected?
Check the entered values and compare them with the guidance shown in සංක්රමණ SQL උත්පාදකය. Use the result as a planning aid and verify important decisions independently.