db-update-2018-08-24.sql 198 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 use database; -- On execute TOUT ou RIEN START TRANSACTION; INSERT INTO `type_suivis`(`id`, `nom`) VALUES ('5','Panne'); INSERT INTO `type_documents`(`id`, `nom`) VALUES ('13','Devis'); COMMIT;