Copy schema table in postgres

postgresql
CREATE TABLE new_table_name (LIKE old_table_name INCLUDING ALL);