integer real serial numeric
varchar(n) char(n) text
boolean
date time timestamp
create table aluno ( id serial, nome varchar (255), cpf char (11), observacao text, idade integer, dinheiro numeric (10,2), altura real, ativo boolean, data_nascimento date, hora_aula time, matriculado_em timestamp );
ERROR: syntax error at or near "integer" LINE 1: integer ^ SQL state: 42601 Character: 1