Não consegui inserir os elementos dentro dos campos da tabela
Segue o log do erro:
ERROR: relation "aluno" does not exist LINE 1: INSERT INTO aluno ( ^ SQL state: 42P01 Character: 13
INSERT INTO aluno (
    nome,
    cpf,
    observacao,
    idade,
    dinheiro,
    altura,
    ativo,
    data_nascimento,
    hora_aula,
    matricado_em
)
values (
    'Diogo',
    '12345678901',
    'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the in',
    35,
    100.50,
    1.81,
    true,
    '1984-08-27',
    '17:30:00',
    '2020-02-08 12:32:45'
);
