I have a simple schema which creates table in Postgres:
CREATE TABLE IF NOT EXISTS test.table ( id varchar(255) NOT NULL, action varchar(255) NOT