`CREATE TYPE` support
Open
data import
enhancement
- Dominant language
- Go
- Stars
- 2.1k
- Forks
- 73
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 129
Description
Doltgres does not yet support [user-defined datatypes, created through `CREATE TYPE`](https://www.postgresql.org/docs/current/sql-createtype.html).
**Types to support:**
- [x] enum
- [ ] composite
- [ ] range
- [ ] base
- [x] shell
Discovered through testing the sakila data dump
Contributor guide
Assessment
This issue has not been assessed yet.