Sure. With PSQLv10, right-click the table, then click Edit. Select the SQL tab, and copy off the SQL text. If the PCC doesn't allow you to do this, then use the DDF Builder -- I know that one of them does.
When you have the SQL text, run the CREATE scripts to create the table. (You may need to drop the table first.)
Caveat: Not all DDF definitions can be created via this method, especially tables that use LSTRING or NOTE data types.