To create the Property Graph table, run PSQL and enter the following statement to create an empty table consisting of four fields:
create table if not exists
my_schema.property_graph_202301_classx (class int, primary_key
varchar(12), secondary_key varchar(12), type int, state char(2));
Repeat this process for all tables in the product.