Category: Software, Database, Data

by Do you find running various commands for database operations a tedious task?

The new approach of declarative schema allows us to declare the final state of the database, and the system automatically adjusts to it.

So, in the first script if you can add one column, and in another script, you can delete it, then this can be eliminated with the help of declarative schema.

So the next time you are upgrading your Magento system, you might want to pair it up with declarative schema to avoid repetitive work and save a lot of your time.

Related Articles