2 drop table EVENTS if exists;
4 drop table EVENTS_AUD if exists;
6 drop table REVINFO if exists;
15 create table EVENTS_AUD (
24 create table REVINFO (
25 REV integer generated by default as identity,
30 alter table EVENTS_AUD
31 add constraint FK_3hegaqrrpmx0jj0c8qacjtira