February 3, 2025 5:18:43 AM

I am trying to run this code:

CREATE TABLE appdb;

And i get this error:

ERROR:  syntax error at or near ";"
LINE 1: CREATE TABLE appdb;
                          ^