What are migrations in python?



What are migrations in python?..

Answer / Vijay Kumar

Migrations in Python are scripts that manage database schema changes for applications. They allow developers to add, modify, and delete database tables, columns, and data as part of the application development lifecycle.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

Why do we need tuples?

1 Answers  


What is for-else and while-else in python?

1 Answers  


What is hello world in python?

1 Answers  


How do I run a python script in windows 10?

1 Answers  


What is a singleton python?

1 Answers  


Write a program to find the max value from a list without using max()?

1 Answers  


How can you pick a random item from a list or tuple in python?

1 Answers  


What is different between class and object?

1 Answers  


What are special methods in python and how to implement?

1 Answers  


How to send an email in Python?

2 Answers  


Does .net support python?

1 Answers  


What is list in python?

1 Answers  


Categories