Database used Postgres 9.4
Primary key for table declared.
CREATE TABLE "User"
(
"UserId" serial NOT NULL,
"UserName" text,
"Password" text,
"Email" text,
"LastChange" timestamp without time zone,
"CreatedDate" timestamp without time zone,
CONSTRAINT "UserIdPK" PRIMARY KEY ("UserId")
)
Generated code does not contain methods to store, delete or refresh data.
--
You received this message because you are subscribed to the Google Groups "jOOQ
User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.