-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnetflix_db.sql
119 lines (104 loc) · 47 KB
/
netflix_db.sql
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
-- MySQL dump 10.13 Distrib 8.3.0, for Win64 (x86_64)
--
-- Host: localhost Database: netflix_db
-- ------------------------------------------------------
-- Server version 8.3.0
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!50503 SET NAMES utf8mb4 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `lists`
--
DROP TABLE IF EXISTS `lists`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `lists` (
`id` int NOT NULL AUTO_INCREMENT,
`userId` int NOT NULL,
`moviesId` json DEFAULT NULL,
`createdAt` datetime NOT NULL,
`updatedAt` datetime NOT NULL,
PRIMARY KEY (`id`),
KEY `userId` (`userId`),
CONSTRAINT `lists_ibfk_1` FOREIGN KEY (`userId`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lists`
--
LOCK TABLES `lists` WRITE;
/*!40000 ALTER TABLE `lists` DISABLE KEYS */;
INSERT INTO `lists` VALUES (1,7,'[2, 12, 8]','2024-10-23 23:51:01','2024-10-28 21:31:14');
/*!40000 ALTER TABLE `lists` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `movies`
--
DROP TABLE IF EXISTS `movies`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `movies` (
`id` int NOT NULL AUTO_INCREMENT,
`userId` int NOT NULL,
`title` varchar(255) NOT NULL,
`description` text NOT NULL,
`director` varchar(255) NOT NULL,
`genre` varchar(255) NOT NULL,
`releaseDate` datetime NOT NULL,
`imageUrl` text,
`type` varchar(255) NOT NULL,
`createdAt` datetime NOT NULL,
`updatedAt` datetime NOT NULL,
PRIMARY KEY (`id`),
KEY `userId` (`userId`),
CONSTRAINT `movies_ibfk_1` FOREIGN KEY (`userId`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=34 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `movies`
--
LOCK TABLES `movies` WRITE;
/*!40000 ALTER TABLE `movies` DISABLE KEYS */;
INSERT INTO `movies` VALUES (1,7,'Grave of the Fireflies','A teenager (J. Robert Spencer) is charged with the care of his younger sister (Rhoda Chrosite) after an Allied firebombing during World War II destroys their home and kills their mother.','Isao Takahata','Drama, War, Anime','1988-01-01 00:00:00','https://resizing.flixster.com/-XZAfHZM39UwaGJIFWKAE8fS0ak=/v3/t/assets/p158931_p_v8_aa.jpg','movie','2024-10-29 23:12:34','2024-10-29 23:12:34'),(2,7,'Selma','Fueled by a gripping performance from David Oyelowo, Selma draws inspiration and dramatic power from the life and death of Martin Luther King, Jr. -- but doesn\'t ignore how far we remain from the ideals his work embodied.','Ava DuVernay','History, Drama','2015-01-09 00:00:00','https://thumbnails.cbsig.net/_x/w1200/CBS_Production_Entertainment_VMS/2022/01/12/1992287299897/SELMA_SAlone_1920x1080_2875334_1920x1080.jpg','movie','2024-10-29 23:15:11','2024-10-29 23:15:11'),(3,7,'Godzilla Minus One','Japan is already devastated by the war when a new crisis emerges in the form of a giant monster.','Takashi Yamazaki','Sci-Fi, Action, Adventure','2023-12-01 00:00:00','https://i.ytimg.com/vi/qkIJidLfHjk/maxresdefault.jpg','movie','2024-10-29 23:19:49','2024-10-29 23:19:49'),(4,7,'Jaws','When a young woman is killed by a shark while skinny-dipping near the New England tourist town of Amity Island, police chief Martin Brody (Roy Scheider) wants to close the beaches, but mayor Larry Vaughn (Murray Hamilton) overrules him, fearing that the loss of tourist revenue will cripple the town. Ichthyologist Matt Hooper (Richard Dreyfuss) and grizzled ship captain Quint (Robert Shaw) offer to help Brody capture the killer beast, and the trio engage in an epic battle of man vs. nature.','Steven Spielberg','Holiday, Mystery & Thriller, Horror, Adventure','1975-05-20 00:00:00','https://s3.amazonaws.com/nightjarprod/content/uploads/sites/192/2021/05/10145225/l1yltvzILaZcx2jYvc5sEMkM7Eh.jpg','movie','2024-10-29 23:22:13','2024-10-29 23:22:13'),(5,7,'Psycho','Phoenix secretary Marion Crane (Janet Leigh), on the lam after stealing $40,000 from her employer in order to run away with her boyfriend, Sam Loomis (John Gavin), is overcome by exhaustion during a heavy rainstorm. Traveling on the back roads to avoid the police, she stops for the night at the ramshackle Bates Motel and meets the polite but highly strung proprietor Norman Bates (Anthony Perkins), a young man with an interest in taxidermy and a difficult relationship with his mother.','Alfred Hitchcock','Horror, Mystery & Thriller','1960-05-16 00:00:00','https://m.media-amazon.com/images/S/pv-target-images/48303ad93eb84f645b6b792e42d836b6ef9b32f7765b9ff70e18e84755d0dabb.jpg','movie','2024-10-29 23:24:12','2024-10-29 23:24:12'),(6,7,'John Wick: Chapter 4','John Wick (Keanu Reeves) uncovers a path to defeating The High Table. But before he can earn his freedom, Wick must face off against a new enemy with powerful alliances across the globe and forces that turn old friends into foes.',' Chad Stahelski','Action, Mystery & Thriller','2023-03-23 00:00:00','https://image.tmdb.org/t/p/original/vZloFAK7NmvMGKE7VkF5UHaz0I.jpg','movie','2024-10-30 01:00:54','2024-10-30 01:00:54'),(7,7,'Roma','Cleo is one of two domestic workers who help Antonio and Sof├¡a take care of their four children in 1970s Mexico City. Complications soon arise when Antonio suddenly runs away with his mistress and Cleo finds out that she\'s pregnant. When Sof├¡a decides to take the kids on vacation, she invites Cleo for a much-needed getaway to clear her mind and bond with the family.','Alfonso Cuar├│n','Drama','2018-11-21 00:00:00','https://resizing.flixster.com/MvoVTcwumpYhVPrgSTDR5MjP4lQ=/ems.cHJkLWVtcy1hc3NldHMvbW92aWVzL2RlZGU3NzUwLWI3ZDAtNGQyZS1iZGNmLTdhOWM2ODc1ZjMwNS53ZWJw','movie','2024-10-30 01:12:35','2024-10-30 01:12:35'),(8,7,'Life of Brian','Brian Cohen (Graham Chapman) is an average young Jewish man, but through a series of ridiculous events, he gains a reputation as the Messiah. When he\'s not dodging his followers or being scolded by his shrill mother (Terry Jones), the hapless Brian has to contend with the pompous Pontius Pilate (Michael Palin) and acronym-obsessed members of a separatist movement. Rife with Monty Python\'s signature absurdity, the tale finds Brian\'s life paralleling Biblical lore, albeit with many more laughs.','Terry Jones',' Comedy','1979-08-17 00:00:00','https://substackcdn.com/image/fetch/f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F41f9cdf7-8a4c-45fb-8413-f08a1157d75a_1920x1080.jpeg','movie','2024-10-30 01:15:26','2024-10-30 01:15:26'),(9,7,'To All the Boys I\'ve Loved Before','A teenage girl\'s love letters are exposed and wreak havoc on her life.',' Susan Johnson','Romance, Drama','2018-01-01 00:00:00','https://m.media-amazon.com/images/M/MV5BMjQ3NjM5MTAzN15BMl5BanBnXkFtZTgwODQzMDAwNjM@._V1_.jpg','movie','2024-10-30 01:16:54','2024-10-30 01:16:54'),(10,7,'Outside In','An ex-convict tries to readjust to life in his small town and forms an intense relationship with his former high school teacher.',' Lynn Shelton',' Drama','2018-03-30 00:00:00','https://images.plex.tv/photo?size=large-1280&url=https%3A%2F%2Fmetadata-static.plex.tv%2F7%2Fgracenote%2F7df8f2f4d5e4b61a2a882999688e9407.jpg','movie','2024-10-30 01:18:46','2024-10-30 01:18:46'),(11,7,'The Irishman','In the 1950s, truck driver Frank Sheeran gets involved with Russell Bufalino and his Pennsylvania crime family. As Sheeran climbs the ranks to become a top hit man, he also goes to work for Jimmy Hoffa -- a powerful Teamster tied to organized crime.','Martin Scorsese','Crime, Drama','2019-11-01 00:00:00','https://www.cogitoetvolo.it/wp-content/uploads/2020/01/874655.jpeg','movie','2024-10-30 01:23:31','2024-10-30 01:23:31'),(12,7,'Marriage Story','A stage director and his actor wife struggle through a grueling divorce that pushes them to their limits.','Noah Baumbach','Drama','2019-11-06 00:00:00','https://assets.scriptslug.com/live/img/posters/marriage-story-2019.jpg?utime=20240519142140','movie','2024-10-30 01:25:36','2024-10-30 01:25:36'),(13,7,'Dark Winds','Set in 1971 on a remote outpost of the Navajo Nation near Monument Valley, Dark Winds follows Lieutenant Joe Leaphorn of the Tribal Police as he is besieged by a series of seemingly unrelated crimes. The closer he digs to the truth, the more he exposes the wounds of his past. He is joined on this journey by his new deputy, Jim Chee. Chee, too, has old scores to settle from his youth on the reservation. Together, the two men battle the forces of evil, each other and their own personal demons on the path to salvation.','Chris Eyre, George R.R. Martin & more','Mystery & Thriller','2022-01-01 00:00:00','https://ntvb.tmsimg.com/assets/p22025386_b_h8_ak.jpg?w=1280&h=720','series','2024-10-30 01:35:35','2024-10-30 01:35:35'),(14,7,'Blood of Zeus','Chronicles the illegitimate son of Zeus, a young man tasked with saving heaven and earth despite the interference of a vengeful goddess and her monstrous forces.','Charley Parlapanides, Vlas Parlapanides',' Adventure, Fantasy, Animation','2020-01-01 00:00:00','https://m.media-amazon.com/images/M/MV5BMjM0ZDcwMTQtZGQxNS00MjBiLTk5ZGUtZGNhOGU1YzdmMWYyXkEyXkFqcGc@._V1_.jpg','series','2024-10-30 01:48:59','2024-10-30 01:48:59'),(15,7,'The Dragon Prince','In the magical land of Xadia, magic comes from six primal sources: the sun, moon, stars, sky, earth and ocean. When human mages create a seventh kind of magic -- dark magic -- they start capturing and harvesting the unique magical creatures they need as ingredients, which sparks a war between Xadia and the Human Kingdoms. Three kids from opposite sides of the conflict -- two princes and an elven assassin sent to kill them -- discover a secret that could change everything and decide to join forces and go on an epic journey. That trek could be their only hope of ending the war and restoring peace to both worlds.','Giancarlo Volpe','Adventure, Fantasy, Animation','2018-01-01 00:00:00','https://m.media-amazon.com/images/I/81cmaT+q5LL.jpg','series','2024-10-30 01:51:24','2024-10-30 01:51:24'),(16,7,'Arcane: League of Legends','The origins of two iconic League champions, set in the utopian Piltover and the oppressed underground of Zaun.','Alex Yee, Christian Linke','Adventure, Fantasy, Animation','2021-01-01 00:00:00','https://www.strafe.com/br/apostas-esports/strafe-news/wp-content/uploads/sites/30/Arcane-2.jpg','series','2024-10-30 01:52:49','2024-10-30 01:52:49'),(17,7,'Better Call Saul','He wasn\'t always Saul Goodman, ace attorney for chemist-turned-meth dealer Walter White. Six years before he begins to represent Albuquerque\'s most notorious criminal, Goodman is Jimmy McGill, a small-time attorney hustling to make a name for himself. He\'s a forceful champion for his low-income clients, an underdog whose morals and ambitions often clash. Jimmy works with private eye Mike Ehrmantraut, a former Philadelphia cop and recent transplant to the Southwest. Mike has a specialized skill set -- he\'s a \"fixer\" of sticky situations -- that Jimmy soon learns to appreciate.','Vince Gilligan, Peter Gould & more','Drama','2015-01-01 00:00:00','https://www.thebanner.org/sites/default/files/styles/article_detail_header/public/2022-11/Graphics_web_2022-11-25_better-call-saul.jpg?itok=W-bdLfvs','series','2024-10-30 01:54:26','2024-10-30 01:54:26'),(18,7,'Lupin','A retelling of the classic French story about Ars├¿ne Lupin, the world-famous gentleman thief and master of disguise.','Louis Leterrier, Marcela Said & more','Mystery & Thriller, Action, Adventure','2021-01-01 00:00:00','https://cinepop.com.br/wp-content/uploads/2021/01/Lupin-Netflix-Series-1.jpg','series','2024-10-30 15:55:59','2024-10-30 15:55:59'),(19,7,'Baby Reindeer','Dealing with a female stalker, a man is forced to face a dark, buried trauma.','Weronika Tofilska, Josephine Bornebusch',' Drama, Comedy, Crime, Biography','2024-01-01 00:00:00','https://substackcdn.com/image/fetch/f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd6e98b8b-f30e-4cd0-976a-589e2261fc6b_1280x720.png','series','2024-10-30 15:58:40','2024-10-30 15:58:40'),(20,7,'Top Boy','This drama takes viewers into the housing estates of East London. There is tension between the drug gangs that operate almost openly and those who strive to live honest lives against the odds in the crime-riddled area. That tension is explored through the interlocking stories of 20-something drug dealer Dushane, who is determined to become the area\'s Top Boy, and good-natured but vulnerable teenager Ra\'Nell, who is forced to grow up quickly following his mother\'s breakdown and enforced absence. The program combines elements of a tense gangster thriller with subtle social realism, some tenderness, innocence and humor.',' Yann Demange, William Stefan Smith & more','Drama, Adventure','2011-01-01 00:00:00','https://m.media-amazon.com/images/S/pv-target-images/0c171ebeac45597f436335c66bf139037b15427d399463d187493480b4e58162.jpg','series','2024-10-30 16:00:57','2024-10-30 16:00:57'),(21,7,'Blue Eye Samurai','A master of the sword lives life in disguise while seeking revenge in Edo-period Japan.',' Michael Green, Amber Noizumi','Action, Adventure, Animation','2023-03-01 00:00:00','https://wallpapercave.com/wp/wp13179863.jpg','series','2024-10-30 16:04:38','2024-10-30 16:04:38'),(22,7,'The Queen\'s Gambit','Set during the Cold War era, orphaned chess prodigy Beth Harmon struggles with addiction in a quest to become the greatest chess player in the world.','Scott Frank, Allan Scott',' Drama, Mystery & Thriller','2020-01-01 00:00:00','https://baylorlariat.com/wp-content/uploads/2021/01/the-queens-gambit.jpg','series','2024-10-30 16:05:39','2024-10-30 16:05:39'),(23,7,'Scott Pilgrim Takes Off','After meeting the woman of his dreams, a charming musician finds himself contending with an army of her ex-boyfriends.',' Bryan Lee O\'Malley, BenDavid Grabinski & more','Comedy, Action, Adventure, Animation','2023-01-01 00:00:00','https://dnm.nflximg.net/api/v6/BvVbc2Wxr2w6QuoANoSpJKEIWjQ/AAAAQQFnL-dzXsQQqam2advmQ1uD3d-PFmAFBB9yyGzJev9yWvEZDpyBfuhEQJji3jCumGD6hxIBCEgFS5p6VcG6eGUngZmV-aZ6cx40hK5EtbVyLqKN5ls_u1Ucb6zF1fjMlhAirdHYWcKpXCVQQ14WMgwDRYc.jpg?r=5a9','series','2024-10-30 16:12:48','2024-10-30 16:12:48'),(24,7,'Dark','When two children go missing in a small German town, its sinful past is exposed along with the double lives and fractured relationships that exist among four families as they search for the kids. The mystery-drama series introduces an intricate puzzle filled with twists that includes a web of curious characters, all of whom have a connection to the town\'s troubled history -- whether they know it or not. The story includes supernatural elements that tie back to the same town in 1986. \"Dark\" represents the first German original series produced for Netflix.','Baran bo Odar','Mystery & Thriller, Crime, Drama','2017-01-01 00:00:00','https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhWCo71Imdx5aEIO6VQ2MS8eWvymlsfWpbwvy269YA3UpYgLAAUEcxmEf0evt9b7KntkQMvBKKTVdlwoXbg2M1ycDGW7d46U2dlvZzGXNxrX0p2Oc5w7nSPpsLbq0FjbyBQHaTZpcnYbbE/s1600/Dark-Netflix.jpg','series','2024-10-30 16:14:57','2024-10-30 16:14:57'),(25,7,'Squid Game','Hundreds of cash-strapped contestants accept an invitation to compete in children\'s games for a tempting prize, but the stakes are deadly.','Hwang Dong-hyuk','Drama, Mystery & Thriller','2021-01-01 00:00:00','https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgsWHaS6Ad8fVzm5_ur2kAryvok-TcqGtX85c9AJ_RE90DI0dR4_0UDGKQDT8KqErXJjZOx4D0RiWqHmrzxarefaopIcnGfMx3WFTFqGE6JsKEbNJhTh0HUgGXH_xsvKZxdZ_R8_cgrsok/s1440/squid-game-anime-comic-manga-source-material.jpeg','series','2024-10-30 16:16:29','2024-10-30 16:16:29'),(26,7,'Peaky Blinders','Britain is a mixture of despair and hedonism in 1919 in the aftermath of the Great War. Returning soldiers, newly minted revolutions and criminal gangs are fighting for survival in a nation rocked by economic upheaval. One of the most powerful gangs of the time is the Peaky Blinders, run by returning war hero Thomas Shelby and his family. But Thomas has bigger ambitions than just running the streets. When a crate of guns goes missing, he recognizes an opportunity to advance in the world because crime may pay but legitimate business pays better. Trying to rid Britain of its crime is Inspector Chester Campbell, who arrives from Belfast to try to achieve that goal.',' Otto Bathurst, Anthony Byrne',' History, Drama','2013-01-01 00:00:00','https://www.tallengestore.com/cdn/shop/products/PeakyBlinders-ThomasShelby-GarrisonBombing-NetflixTVShow-ArtPoster_a29a5be9-9611-43d9-b415-18655f60c629.jpg?v=1619864667','series','2024-10-30 16:18:31','2024-10-30 16:18:31'),(27,7,'Ripley','A wealthy man hires down-on-his-luck grifter Tom Ripley to travel to Italy to urge his vagabond son to return home; Tom\'s acceptance of the job is the first step in a life of deceit, fraud and murder.\n','Steven Zaillian','Drama, Mystery & Thriller','2024-01-01 00:00:00','https://p2.trrsf.com/image/fget/cf/774/0/images.terra.com/2024/01/24/823524378-ripleyteasertrailerwatchithere.jpg','series','2024-10-30 16:25:54','2024-10-30 16:25:54'),(28,7,'The Crown','Based on an award-winning play (\"The Audience\") by showrunner Peter Morgan, this lavish, Netflix-original drama chronicles the life of Queen Elizabeth II from the 1940s to modern times. The series begins with an inside look at the early reign of the queen, who ascended the throne at age 25 after the death of her father, King George VI. As the decades pass, personal intrigues, romances, and political rivalries are revealed that played a big role in events that shaped the later years of the 20th century.\n',' Peter Morgan',' Drama, History','2023-01-01 00:00:00','https://jornalacena.com.br/wp-content/uploads/2022/12/maxresdefault-2.jpg','series','2024-10-30 16:27:54','2024-10-30 16:27:54'),(29,7,'The Witcher','The witcher Geralt, a mutated monster hunter, struggles to find his place in a world in which people often prove more wicked than beasts.\n',' Lauren Schmidt Hissrich & more',' Drama, Action, Adventure, Fantasy','2019-01-01 00:00:00','https://quebrandocontrole.com.br/site/wp-content/uploads/2024/04/The-witcher-show-netflix.webp','series','2024-10-30 16:29:18','2024-10-30 16:29:18'),(30,7,'The Wonderful Story of Henry Sugar','The Wonderful Story of Henry Sugar: A rich man learns about a guru who can see without using his eyes. He sets out to master the skill in order to cheat at gambling. Extremely faithfully adapted from Roald DahlÔÇÖs long short story.\n','Wes Anderson','Comedy, Adventure, Short','2023-10-20 00:00:00','https://m.media-amazon.com/images/M/MV5BZjA1ZjliMGYtNTcyYS00YjA3LWI3NGItMjdmNzE1NjUyY2RmXkEyXkFqcGc@._V1_FMjpg_UX1000_.jpg','movie','2024-10-30 18:30:53','2024-10-30 18:30:53'),(31,7,'Klaus','A desperate postman accidentally brings about the genesis of Santa Claus.\n','Sergio Pablos','Kids & Family, Holiday, Comedy, Adventure, Animation','2019-01-01 00:00:00','https://m.media-amazon.com/images/M/MV5BYjc5NWQ1MGUtYjhhNy00NWYyLWEwMDItN2EzNDQ0MmQxZjg3XkEyXkFqcGc@._V1_.jpg','movie','2024-10-30 18:32:08','2024-10-30 18:32:08'),(32,7,'The Power of the Dog','Severe, pale-eyed, handsome, Phil Burbank is brutally beguiling. All of Phil\'s romance, power and fragility is trapped in the past and in the land: He can castrate a bull calf with two swift slashes of his knife; he swims naked in the river, smearing his body with mud. He is a cowboy as raw as his hides. The year is 1925. The Burbank brothers are wealthy ranchers in Montana. At the Red Mill restaurant on their way to market, the brothers meet Rose, the widowed proprietress, and her impressionable son Peter. Phil behaves so cruelly he drives them both to tears, reveling in their hurt and rousing his fellow cowhands to laughter -- all except his brother George, who comforts Rose then returns to marry her. As Phil swings between fury and cunning, his taunting of Rose takes an eerie form -- he hovers at the edges of her vision, whistling a tune she can no longer play. His mockery of her son is more overt, amplified by the cheering of Phil\'s cowhand disciples. Then Phil appears to take the boy under his wing. Is this latest gesture a softening that leaves Phil exposed, or a plot twisting further into menace?\n','Jane Campion','Western, Drama, Romance','2021-11-17 00:00:00','https://resizing.flixster.com/Rk7fdyOXFyc7Wn1iDsHMPH6OVjE=/ems.cHJkLWVtcy1hc3NldHMvbW92aWVzLzJiNjQ0YWVlLTFhZmQtNGQwYy05NzlhLTY1NDExZTQxNWU0Zi5qcGc=','movie','2024-10-30 18:35:48','2024-10-30 18:35:48'),(33,7,'Pearl','Filmmaker Ti West returns with another chapter from the twisted world of X, in this astonishing follow-up to the year\'s most acclaimed horror film. Trapped on her family\'s isolated farm, Pearl must tend to her ailing father under the bitter and overbearing watch of her devout mother. Lusting for a glamorous life like she\'s seen in the movies, Pearl finds her ambitions, temptations, and repressions all colliding in this stunning, technicolor-inspired origin story of X\'s iconic villain.\n','Ti West','Horror, Mystery & Thriller, Comedy','2022-10-16 00:00:00','https://wp.ufpel.edu.br/empauta/files/2022/11/imagem1.jpg','movie','2024-10-30 18:36:53','2024-10-30 18:36:53');
/*!40000 ALTER TABLE `movies` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `users`
--
DROP TABLE IF EXISTS `users`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `users` (
`id` int NOT NULL AUTO_INCREMENT,
`email` varchar(255) NOT NULL,
`name` varchar(255) NOT NULL,
`password` varchar(255) NOT NULL,
`createdAt` datetime NOT NULL,
`updatedAt` datetime NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `users`
--
LOCK TABLES `users` WRITE;
/*!40000 ALTER TABLE `users` DISABLE KEYS */;
INSERT INTO `users` VALUES (1,'email@email.com','Rodolfo','$2a$08$DXf4SkIlb5Oty39RkBwT7.0yK7RwsP2NjrvSqIudhtSbXdHsG83VO','2024-09-28 01:20:39','2024-09-28 01:20:39'),(5,'luize@email.com','Luize','$2b$08$LWPaLi0JzM5CPVM5Vl89bePCLunM8hAr6ookrgin12DYQ0Xxio/J6','2024-10-04 18:43:06','2024-10-04 18:43:06'),(6,'teste@email.com','Teste2','123','2024-10-05 07:08:14','2024-10-17 22:47:22'),(7,'email2@email.com','Rodolfo','$2b$08$EiIieqCQj2su7D43xHmsDuDH3O4ao1LdU8o86Xmiv9Y7FKxhn1QzC','2024-10-20 05:30:42','2024-10-20 05:30:42');
/*!40000 ALTER TABLE `users` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-10-30 19:07:44