All Downloads are FREE. Search and download functionalities are using the official Maven repository.

uro.datanucleus-postgresql-test.0.3.0.source-code.schema.sql Maven / Gradle / Ivy

The newest version!
create table if not exists "PERSON" (
  "ID" int primary key generated always as identity
, "NAME" text
, "PROPERTIES" jsonb
, "UUID" TEXT
);




© 2015 - 2025 Weber Informatics LLC | Privacy Policy