Tâche #623
IHM pour la modification des tables
Description
Faire une simple IHM pour la modification des tables.
cette IHM devra se trouver dans le module share/ohraimeur/onglet_outils.py
Related issues
History
#1
Updated by vincent.mbg almost 13 years ago
- Status changed from Nouveau to Assigné
- Assignee set to vincent.mbg
The ALTER TABLE command in SQLite allows the user to rename a table or to add a new column to an existing table. It is not possible to rename a column, remove a column, or add or remove constraints from a table.
Je vais ajouter une entrée add et rename au menu contextuel au lieu d'un alter table limité.
#2
Updated by vincent.mbg almost 13 years ago
- Status changed from Assigné to Résolu
- % Done changed from 0 to 100