Hello everyone, I have this problem, I am working with PostgresSQL, it is supposed that through the tranciscion group I generate data and create a table within the database but I stop generating data at a certain point, by deleting and recreating the table within the database no longer performs any writes
I activate the trigger of the transition group
generate data
I use a button to generate the table
it is supposed to display data
any idea what to do?
