We want to remove all the custom xata types and start using default xata types inside the CLI.
This only applies to CLI edit for now.
- string, text, email just become text with the text length constraint
- Links become text with only a foreign key check and a comment about the table
- vector becomes real[] with a comment about the size and its normal constraint
- file and file[] become
xata_file and xata_file_array with a comment about default public access (?) Or should this be jsonb?
pgRollToXataColumnType can be removed or at least changed since the only type that should be used is the underlying pgType.
Describe the solution you'd like
Describe alternatives you've considered
Additional context