GoogleCloudPlatform / GoogleCloudPlatform/pgadapter
Change ORM samples to use `jsonb` instead of `varchar` for `venue.description`
Open
- Dominant language
- Java
- Stars
- 91
- Forks
- 33
- Avg merge
- 3d 57m
- Merged PRs (30d)
- 58
Description
The table `venue` has a column called `description`. This column currently uses the `varchar` data type, but it is intended to be used for `jsonb`. All ORM samples should be changed to use `jsonb`.
Contributor guide
Assessment
This issue has not been assessed yet.