Modify entity without Studio

Hi,
I modify a zuin IDEA directly,fox example add a attribute.
In this case, can i generate the database update script like The Studio do?
Thanks!

Hi,

You can write the DDL scripts manually and add them to the core/db/init and core/db/update directories. Your scripts will be executed by Gradle createDb/updateDb tasks and the application server on startup if this option is enabled.

Thanks!