Hello,
Do you want some custom fields in existing database table? or want to create new table?
Anyways don’t worry, there is provision for both cases.
If you want to Add new columns for example i am adding 2 new columns with name of « occupation » and « fatherName » to existing Partner table, use following code.
Create a new file in modules
YourModuleName/src/main/resources/domains/Partner.xml
If you want to create a new table, then follow the same path, just put the name of your table « TableName » in the « entity » and save the file with your « TableName.xml »
e.g I am adding « Departments » table to existing database as

