This functionality is often used to create "table models" or "cloned tables" that repeat frequently. PostgreSQL documentation for the feature: https://www.postgresql ...
Is your feature request related to a problem? Please describe. I would like to have support for PostgreSQL "CREATE TABLE INHERITS" in order to avoid repeting each time certain common features of ...
Don't be afraid of using your chosen database's command-line client. I might as well say this up front: I don't like using GUI (aka non-command-line or graphical) tools with my databases. This is ...