Aggiunte pagine "actors" e "genres"
All checks were successful
Deploy / trigger (push) Successful in 2s

This commit is contained in:
2026-04-12 21:08:28 +02:00
parent 7e82049d57
commit 8cd10b102b
10 changed files with 267 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Creato il: Apr 12, 2026 alle 20:06
-- Creato il: Apr 12, 2026 alle 21:04
-- Versione del server: 10.4.32-MariaDB
-- Versione PHP: 8.2.12
@@ -64,9 +64,8 @@ INSERT INTO `attori` (`id_attore`, `nome`, `cognome`, `data_nascita`) VALUES
(23, 'Bud', 'Spencer', '1929-10-31'),
(24, 'Lady', 'Gaga', '1986-03-28'),
(25, 'Adam', 'Driver', '1983-11-19'),
(26, 'Francesco', 'Mancuso', '2007-02-08'),
(27, 'Massimo', 'Leone', '2026-04-01'),
(28, 'Tom', 'Cruise', '1962-07-03');
(26, 'Tom', 'Cruise', '1962-07-03'),
(27, 'Al', 'Pacino', '1940-04-25');
-- --------------------------------------------------------
@@ -183,7 +182,8 @@ INSERT INTO `recitare` (`id_attore`, `id_film`, `ruolo`) VALUES
(23, 15, 'Protagonista'),
(24, 16, 'Protagonista'),
(25, 16, 'Protagonista'),
(28, 20, 'Protagonista');
(26, 20, 'Protagonista'),
(27, 19, 'Protagonista');
--
-- Indici per le tabelle scaricate
@@ -223,7 +223,7 @@ ALTER TABLE `recitare`
-- AUTO_INCREMENT per la tabella `attori`
--
ALTER TABLE `attori`
MODIFY `id_attore` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=29;
MODIFY `id_attore` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=28;
--
-- AUTO_INCREMENT per la tabella `film`