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

ALTER TABLE capability #13

Open
qboot opened this issue Dec 10, 2017 · 0 comments
Open

ALTER TABLE capability #13

qboot opened this issue Dec 10, 2017 · 0 comments
Assignees
Labels

Comments

@qboot
Copy link
Owner

qboot commented Dec 10, 2017

Pouvoir modifier la structure d'une table :

  • dropColumn() supprimer une colonne
  • addColumn() ajouter une colonne
  • renameColumn() renommer une colonne
  • modifyColumn() modifier une colonne (le type par exemple)

Ces fonctions doivent modifier toutes les datas de la table en conséquence.

@qboot qboot added the feature label Dec 10, 2017
@qboot qboot self-assigned this Dec 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant