Skip to content
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

Create user-defined columns #70

Open
ryan-kipawa opened this issue Nov 8, 2024 · 0 comments
Open

Create user-defined columns #70

ryan-kipawa opened this issue Nov 8, 2024 · 0 comments

Comments

@ryan-kipawa
Copy link
Collaborator

Objectives:

  • Let users create user-defined columns for a table and store in the database.

Image
Image

Tasks:

  • Add a method along the lines of create_user_defined_column(table_name: str, column_name: str, data_type: str)
  • Add tests
  • No silent errors (e.g. if table doesn't exist, or column name already exists, or data type is not understood)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant