[FEATURE] Support PostgreSQL "CREATE TABLE LIKE"
Open
- Dominant language
- JavaScript
- Stars
- 39.5k
- Forks
- 3.2k
- Avg merge
- 10h 46m
- Merged PRs (30d)
- 16
Description
**Is your feature request related to a problem? Please describe.**
I would like to have support for PostgreSQL feature "create table like"
**Describe the solution you'd like**
This functionality is often used to create "table models" or "cloned tables" that repeat frequently.
**Additional context**
PostgreSQL documentation for the feature: https://www.postgresql.org/docs/current/sql-createtable.html#SQL-CREATETABLE-PARMS-LIKE
CockroachDB documentation for the feature: https://www.cockroachlabs.com/docs/stable/create-table#create-a-table-like-an-existing-table
Contributor guide
Assessment
This issue has not been assessed yet.