mirror of
https://github.com/Floriansylvain/PopCorn.git
synced 2026-08-19 19:53:24 +02:00
Finition de la base de donnée
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
/*
|
||||
Warnings:
|
||||
|
||||
- You are about to drop the column `url` on the `Jeux` table. All the data in the column will be lost.
|
||||
- Added the required column `lien` to the `Jeux` table without a default value. This is not possible if the table is not empty.
|
||||
|
||||
*/
|
||||
-- AlterTable
|
||||
ALTER TABLE `Jeux` DROP COLUMN `url`,
|
||||
ADD COLUMN `lien` VARCHAR(191) NOT NULL;
|
||||
Reference in New Issue
Block a user