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 ")" LINE 14: ) ^ SQL state: 42601 Character: 230