Generate CREATE TABLE query for an existing table
Using command line tool:
pg_dump -t 'schema_name.table_name' --schema-only database_name
as an example:
| |
Thanks to TablePlus for the info!
Using command line tool:
pg_dump -t 'schema_name.table_name' --schema-only database_name
as an example:
| |
Thanks to TablePlus for the info!