1 2 3 4 5 6
-- use database; -- Ajout champ "budgets" dans table "materiels" ALTER TABLE materiels ADD budgets VARCHAR(45) NOT NULL AFTER prix_ht;