dolthub / dolthub/dolt-workbench
Cannot easily generate `CREATE TABLE` statement for postgres databases
Open
enhancement
postgres
- Dominant language
- TypeScript
- Stars
- 246
- Forks
- 29
- Avg merge
- 9h 13m
- Merged PRs (30d)
- 9
Description
MySQL has `show create table` statements, which we show in the `Schemas` tab (see `components/DefinitionList`), and postgres doesn't have an equivalent. Other workbenches generate this statement from the `information_schema.columns` table. We should eventually implement this as well
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.