/* Warnings: - You are about to drop the column `ut_panier` on the `Utilisateur` table. All the data in the column will be lost. */ -- AlterTable ALTER TABLE `Utilisateur` DROP COLUMN `ut_panier`;