cancel
Showing results for 
Search instead for 
Did you mean: 

Can I alter Activiti database tables?

nhhao1996
Confirmed Champ
Confirmed Champ

Hi everyone!

What happen if I create 1 more table in Activiti default database?

Everything is still work fine?

Thank you!

1 ACCEPTED ANSWER

mdtabrezmca
Star Contributor
Star Contributor

Hi Hao Nguyen,

   all the tables in activiti 6  db is geneated using liquibase. if you are trying to add one more table that doesnt make any difference. but for what purpose you are creating table inside activiti db?  

View answer in original post

4 REPLIES 4

mdtabrezmca
Star Contributor
Star Contributor

Hi Hao Nguyen,

   all the tables in activiti 6  db is geneated using liquibase. if you are trying to add one more table that doesnt make any difference. but for what purpose you are creating table inside activiti db?  

Thanks for your reply!

I just want to create one more table to store my process image path. 

mdtabrezmca
Star Contributor
Star Contributor

If you are willing to go with APS enterprise Data models will be more helpful for your scenario.Connecting your data model to a relational database | Alfresco Documentation 

thanks for your reply!

I just use Activiti so maybe I will research APS enterprise later