People, I'm doing a web service with Java + Postgres. I set my table in Postgres as follows:
CREATE TABLE usuario
(
id serial NOT NULL,
nome character varying(40),
idade integer,
CONSTRAINT usuario_pkey PRIMARY KEY (id)
)
WITH (
OIDS...
asked by
16.03.2015 / 01:18