Boa tarde,
Ao tentar criar a tabela, da-me este erro: "ERROR: syntax error at or near "integer".
Já tentei começar do zero novamente e erro persiste,.
integer real serial numeric
varchar(n) char(n) text boolean date time timestamp
CREATE TABLE aluno( id SERIAL, nome VARCHAR(255), cpf CHAR(11), observação TEXT, idade INTEGER, dinheiro NUMERIC(10,2), altura REAL, ativo BOOLEAN, data_nascimento DATE, hora_aula TIME, matriculado_em TIMESTAMP, );
Conseguem me ajudar? Versão 12.13, pgadmin*