-- use database; -- Ajout champ "budgets" dans table "materiels" ALTER TABLE materiels ADD budgets VARCHAR(45) NOT NULL AFTER prix_ht;