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. 1. string, text, email just become text with the text length constraint 2. Links become text with only a foreign key check and a comment about the table 3. vector becomes real[] with a comment about the size and its normal constraint 4. 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** <!-- A clear and concise description of what you want to happen. --> **Describe alternatives you've considered** <!-- A clear and concise description of any alternative solutions or features you've considered. --> **Additional context** <!-- Add any other context or screenshots about the feature request here. -->