I have created a table in postgreSQL. I want to look at the SQL statement used to create the table but cannot figure it out.
How do I get the create table
create table
DataGrip has the same functionality as pgAdmin. You can right click on a table and you will see option to auto-generate create table statement.