Hi I need to keep to a DB values (String) with status 0 or status 1. I need to fetch from the DB some values with status 0 and process them for then passing their status to 1 and re-pushing them...
I thought about a solution: Keeping two tables "Table_status_0" and "Table_status_1"... But, how can we keep data in two different tables using GORA (the two tables have the same key/values objects) Or, maybe, do you have a better idea for fixing this issue? Benjamin

