mirror of
https://github.com/Floriansylvain/PopCorn.git
synced 2026-08-19 19:53:24 +02:00
Base de donnée opé
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
-- CreateTable
|
||||
CREATE TABLE `Jeux` (
|
||||
`id` INTEGER NOT NULL AUTO_INCREMENT,
|
||||
`Title` VARCHAR(191) NOT NULL,
|
||||
`Description` VARCHAR(191) NOT NULL,
|
||||
`Picture` VARCHAR(191) NOT NULL,
|
||||
`Worker` VARCHAR(191) NOT NULL,
|
||||
|
||||
PRIMARY KEY (`id`)
|
||||
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
|
||||
Reference in New Issue
Block a user