-
-
Notifications
You must be signed in to change notification settings - Fork 336
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implementation for text data type #244
Comments
Unless we have a specific reason to use |
@mathemancer Updated the ticket. I also added a section about reflecting existing |
Working on it. |
Closing this since all subtasks are done. |
Problem
Users will want to store text data in columns. We should allow them to do so and implement this type appropriately in the backend.
Proposed solution
We should support Text types in Mathesar and allow users to use them.
Tasks that need to completed:
VARCHAR
data type in the backend. #404TEXT
data type in the backend. #405CHAR
data type in the backend. #407Additional context
Related issues and PRs:
The text was updated successfully, but these errors were encountered: