Creating Eventstore Schema

Hi all,

JDBC Eventstore needs tables to contain domain & snapshot events. In DefaultEventEntryStore I find createSchema that will do the job, but is there any trigger that will invoke this method since it’s not declared in EventEntryStore, or do I have to invoke this manually ?

Any help would be greatly appreciated.

Thanks & Regards,
Setya

You’ll need to invoke it “manually”. Note that you’re not obliged to run exactly that script. You can optimize the table for the exact needs that you may have.

Cheers,

Allard