Add files via upload

This commit is contained in:
Fernando Méndez 2021-06-07 12:39:48 +02:00 committed by GitHub
parent 6bad506670
commit 3e5e670e30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -223,6 +223,17 @@ CREATE TABLE `purchase` (
-- `users` -> `id`
--
--
-- Volcado de datos para la tabla `promotion`
--
INSERT INTO `purchase` (`iduser`, `idsession`, `idhall`, `idcinema`, `numrow`, `numcolum`, `time_purchase`) VALUES
(7, 120, 2, 1, 2, 4, '2021-05-28 14:24:58'),
(7, 37, 1, 1, 5, 4, '2021-06-02 09:58:05'),
(7, 93, 2, 1, 9, 5, '2021-06-02 09:58:55'),
(7, 95, 2, 1, 4, 6, '2021-06-02 09:59:28'),
(7, 190, 2, 3, 2, 3, '2021-06-02 14:18:50');
-- --------------------------------------------------------
--