2 drop table DataPoint if exists;
4 drop table DataPoint_AUD if exists;
6 drop table REVINFO if exists;
8 create table DataPoint (
9 id bigint generated by default as identity,
14 create table DataPoint_AUD (
22 create table REVINFO (
23 REV integer generated by default as identity,
28 alter table DataPoint_AUD
29 add constraint FK_7pdslro8w1n74eqwmorrn0hnb