'Pg admin 4 - error creating any new table

whenever I am trying to create a new table on PgAdmin 4 tool for postgresql I am getting an error

Query: CREATE TABLE geeks_table

ERROR: syntax error at end of input LINE 1: CREATE TABLE geeks_table ^ SQL state: 42601 Character: 25

enter image description here



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source