Good morning, gentlemen,
I made my attempt to create my Postgre table this way:
CREATE TABLE categoria (
codigo BIGSERIAL,
nome VARCHAR(50) NOT NULL,
PRIMARY KEY(codigo)
);
Although the name field is like not null it is...
asked by
15.11.2017 / 12:40