-
Notifications
You must be signed in to change notification settings - Fork 0
/
skate.sql
270 lines (228 loc) · 11.6 KB
/
skate.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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
-- phpMyAdmin SQL Dump
-- version 5.2.1
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Tempo de geração: 23/06/2023 às 03:09
-- Versão do servidor: 10.4.28-MariaDB
-- Versão do PHP: 8.0.28
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";
/*!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 */;
/*!40101 SET NAMES utf8mb4 */;
--
-- Banco de dados: `skate`
--
-- --------------------------------------------------------
--
-- Estrutura para tabela `adm`
--
CREATE TABLE `adm` (
`idadm` int(11) NOT NULL,
`nome` varchar(40) NOT NULL,
`user` varchar(30) NOT NULL,
`cel` varchar(15) NOT NULL,
`email` varchar(50) NOT NULL,
`cpf` varchar(14) NOT NULL,
`senha` varchar(16) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
--
-- Despejando dados para a tabela `adm`
--
INSERT INTO `adm` (`idadm`, `nome`, `user`, `cel`, `email`, `cpf`, `senha`) VALUES
(1, 'Felipe Moya Figueiredo', 'felp_mf', '(11)97896-1047', '[email protected]', '111.111.111-11', '1209g'),
(2, 'Kaue Barbi', 'BS7', '(11)95238-7184', '[email protected]', '222.222.222.22', '999'),
(3, 'Miguel Arcanjo Buglio', 'Ozzy', '(11)93763-2723', '[email protected]', '333.333.333-33', 'Ozzy1234'),
(4, 'admin', 'admin', '0000', '[email protected]', '0000', 'papaicris7');
-- --------------------------------------------------------
--
-- Estrutura para tabela `cadcli`
--
CREATE TABLE `cadcli` (
`idcli` int(11) NOT NULL,
`nome` varchar(40) NOT NULL,
`user` varchar(10) NOT NULL,
`cel` varchar(13) NOT NULL,
`email` varchar(50) NOT NULL,
`cpf` varchar(11) NOT NULL,
`senha` varchar(30) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
--
-- Despejando dados para a tabela `cadcli`
--
INSERT INTO `cadcli` (`idcli`, `nome`, `user`, `cel`, `email`, `cpf`, `senha`) VALUES
(1, 'Felipe Moya Figueiredo', 'felpo', '(11)978961047', '[email protected]', '53972263864', '12345'),
(2, 'Kaue Barbi', 'Barbi', '(11)95238-718', '[email protected]', '93239221020', '12345'),
(3, 'Miguel Buglio', 'Miguel', '(11)937632726', '[email protected]', '57606237883', '12345678'),
(15, 'alessandro', 'alezito53', '11993081810', '[email protected]', '50913775819', 'jefferson'),
(19, 'Maria Jooana', 'MJ', '11952387788', '[email protected]', '48385320407', '1234');
-- --------------------------------------------------------
--
-- Estrutura para tabela `cadprod`
--
CREATE TABLE `cadprod` (
`idprod` int(11) NOT NULL,
`img` varchar(50) NOT NULL,
`prodnome` varchar(50) NOT NULL,
`tipo` varchar(25) NOT NULL,
`preco` decimal(10,2) NOT NULL,
`descricao` varchar(150) NOT NULL,
`visivel` int(1) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
--
-- Despejando dados para a tabela `cadprod`
--
INSERT INTO `cadprod` (`idprod`, `img`, `prodnome`, `tipo`, `preco`, `descricao`, `visivel`) VALUES
(1, 'img/skatemon1.png', 'Skate Completo<br>Santa Cruz', 'skatecompleto', 769.99, 'Shape: santa cruz lixa: grizzly', 1),
(2, 'img/skatemontado2.png', 'Skate Completo <br> Santa Cruz Black', 'skatecompleto', 799.99, 'Shape: Santa Cruz Black, Chave T: Black Sheep, Rolamento: Everlong, Truck: Intruder, Roda: Black Sheep.', 1),
(3, 'img/skatemontado3.png', 'Skate Completo <br> Black Sheep White', 'skatecompleto', 269.99, 'Shape: Black Sheep, Truck: Stick, Rolamento: Black Sheep, Roda: Black Sheep.', 1),
(4, 'img/skatemontado4.png', 'Skate Completo <br> Element', 'skatecompleto', 1229.99, 'Shape: Element, Truck: Intruder, Chave T: Black Sheep, Roda: Hondar, Rolamento: Black Sheep Gold.', 1),
(5, 'img/skatemontado5.png', 'Skate Completo <br> Baker Blue', 'skatecompleto', 1299.99, 'Shape: Baker, Roda: Splitfire, Rolamento: Splitfire, Truck: Independent.', 1),
(6, 'img/skatemontado6.png', 'Skate Completo <br> Black Sheep Brown', 'skatecompleto', 293.99, 'Shape: Black Sheep Brown, Roda: Black Sheep, Truck: Stick, Rolamento: Black Sheep.', 1),
(8, 'img/shapebakermapple.png', 'Shape Baker <br> Mapple', 'shape', 389.99, 'Shape da Baker feito de Maple Canadense - Tamanho: 8.0', 1),
(9, 'img/shapebsmapple.png', 'Shape Black <br> Sheep Mapple', 'shape', 139.99, 'Shape da Black Sheep feito de Maple Canadense - Tamanho: 8.0', 1),
(10, 'img/shapesantamapple.png', 'Shape Santa <br> Cruz Mapple', 'shape', 889.99, 'Shape da Santa Cruz feito de Maple Canadense - Tamanho: 8.0', 1),
(11, 'img/shapesantapower.png', 'Shape Santa <br> Cruz Powerlite ', 'shape', 239.99, 'Shape da Santa Cruz feito de Marfim e Fiberglass - Tamanho: 7.5', 1),
(12, 'img/shapethisway.png', 'Shape This <br> Way FiberGlass', 'shape', 179.99, 'Shape da This Way feito de Marfim e Fiberglass - Tamanho: 7.5', 1),
(13, 'img/roda2.png', 'Roda Splitfire <br> 53mm', 'roda', 429.99, 'Roda Splitfire de Alta Performance - Tamanho: 53mm', 1),
(14, 'img/roda6.png', 'Roda Hondar <br> 52mm', 'roda', 179.99, 'Roda Hondar de Otima Performance - Tamanho: 52mm', 1),
(15, 'img/roda7.png', 'Roda Mentex <br> 53mm', 'roda', 59.99, 'Roda Mentex de Baixa Performance - Tamanho: 53mm', 1),
(16, 'img/roda4.png', 'Roda Bones <br> 53mm', 'roda', 469.99, 'Roda Bones de Alta Performance - Tamanho: 53mm', 1),
(17, 'img/roda3.png', 'Roda Bones Gold <br> 53mm', 'roda', 399.99, 'Roda Bones de Alta Performance - Tamanho: 53mm', 1),
(18, 'img/redbones.png', 'Rolamento Skate <br> Red Bones', 'rolamento', 199.99, 'Rolamento de Skate Red Bones de Alta Performance', 1),
(19, 'img/redbonesceramic.png', 'Rolamento Skate <br> Red Bones Ceramica', 'rolamento', 859.99, 'Rolamento de Skate Red Bones Ceramic de Altissíma Performance', 1),
(20, 'img/rolamentominilogo.png', 'Rolamento Skate <br> Mini-Logo', 'rolamento', 149.99, 'Rolamento de Skate Mini-Logo de Alta Performance', 1),
(21, 'img/rolamentobsred.png', 'Rolamento Skate <br> Black Sheep', 'rolamento', 59.99, 'Rolamento de Skate Black Sheep de Média Performance', 1),
(22, 'img/rolamentobs.png', 'Rolamento Skate <br> Black Sheep Gold', 'rolamento', 69.99, 'Rolamento de Skate Black Sheep de Ótima Performance', 1),
(23, 'img/truck2.png', 'Truck Stick <br> 1,39mm', 'truck', 108.99, 'Truck Stick Iniciante de Boa Performance', 1),
(24, 'img/truck1.png', 'Truck Stick <br> 1,29mm', 'truck', 108.99, 'Truck Stick Iniciante de Boa Performance', 1),
(25, 'img/truck7.png', 'Truck Independent <br> 1,39mm', 'truck', 697.99, 'Truck Independent de Altissíma Performance', 1),
(26, 'img/truck4.png', 'Truck Intruder <br> 1,29mm', 'truck', 218.99, 'Truck Intruder de Alta Performance', 1),
(27, 'img/truck3.png', 'Truck Intruder <br> 1,39mm', 'truck', 218.99, 'Truck Intruder de Alta Performance', 1),
(28, 'img/chavet.png', 'Chave T <br> Black Sheep', 'ferramenta', 39.99, 'Chave em T Black Sheep', 1),
(29, 'img/chavet2.png', 'Chave T <br> Hondar', 'ferramenta', 69.99, 'Chave em T Hondar', 1),
(30, 'img/parafusoti.png', 'Parafusos Base <br> Trasher & Independent', 'ferramenta', 34.99, 'Parafusos de Base da Trasher & Independent', 1),
(31, 'img/parafusos2.png', 'Parafusos Base <br> Black Sheep', 'ferramenta', 15.99, 'Parafusos de Base Black Sheep', 1),
(32, 'img/velasplit.png', 'Vela Skate <br> Spitfire', 'ferramenta', 22.99, 'Vela de Skate Spitfire', 1),
(33, 'img/vela2.png', 'Vela Skate <br> Toy Machine', 'ferramenta', 22.99, 'Vela de Skate Toy Machine', 1),
(34, 'img/nacional.png', 'Lixa para Skate <br> Lixa Nacional', 'lixa', 13.00, 'lixa nacional preta ', 1),
(35, 'img/bslixa.png', 'Lixa para Skate <br> Black Sheep', 'lixa', 59.00, 'lixa Black Sheep', 1),
(36, 'img/Lixadd.png', ' Lixa para Skate <br> Drop Dead', 'lixa', 56.00, 'lixa Drop Dead', 1),
(37, 'img/lixathrasher.png', 'Lixa para Skate <br> Trasher', 'lixa', 132.00, 'lixa trasher', 1),
(38, 'img/Lixagrizzly.png', 'Lixa para Skate <br> Grizzly', 'lixa', 99.00, 'lixaGrizzly', 1);
-- --------------------------------------------------------
--
-- Estrutura para tabela `endercli`
--
CREATE TABLE `endercli` (
`idender` int(11) NOT NULL,
`idcli` int(11) NOT NULL,
`cep` varchar(9) NOT NULL,
`estado` varchar(25) NOT NULL,
`cidade` varchar(35) NOT NULL,
`bairro` varchar(35) NOT NULL,
`rua` varchar(35) NOT NULL,
`numero` varchar(10) NOT NULL,
`complemento` varchar(30) NOT NULL,
`visivel` tinyint(1) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
--
-- Despejando dados para a tabela `endercli`
--
INSERT INTO `endercli` (`idender`, `idcli`, `cep`, `estado`, `cidade`, `bairro`, `rua`, `numero`, `complemento`, `visivel`) VALUES
(1, 19, '58410193', 'PB', 'Campina Grande', 'Catolé', 'Rua José Adnoste Roberto', '148', '', 1),
(2, 19, '59012120', 'RN', 'Natal', 'Ribeira', 'Rua Coronel Felinto Elízio', '10', '', 1),
(3, 19, '44071436', 'BA', 'Feira de Santana', 'Santo Antônio dos Prazeres', 'Rua Itaguatiara', '83', '', 1),
(4, 1, '71996050', 'DF', 'Brasília', 'Setor Habitacional Arniqueira (Água', 'Conjunto SHA Conjunto 6 Chácara 6', '33', '', 1),
(5, 1, '79823503', 'MS', 'Dourados', 'Altos do Indaiá', 'Rua Thealmo João Ioris', '56', '', 0),
(6, 3, '52120165', 'PE', 'Recife', 'Água Fria', 'Rua Angelim', '21', '', 1),
(7, 3, '64212215', 'PI', 'Parnaíba', 'Rodoviária', 'Rua Ceará', '8', '', 1),
(8, 2, '09530530', 'SP', 'Sao Caetano', 'ceramica', 'Noruga', '69', '', 1),
(9, 20, '0956-443', 'MA', 'Goias', 'Ana', 'mesa', '123', 'jjdkdk', 1),
(10, 21, '1954-200', 'PR', 'gffhgfesdgverd', 'fghfdgdgtth', 'sdgiujfjieswd', '65625', '', 1),
(11, 22, '11111-11', 'RJ', 'asdadasd', 'asdasdasd', 'asdasdasd', 'ads', '', 1),
(12, 23, '22222-22', 'PA', 'asdasd', 'asddasd', 'adad', 'sdas', '', 1);
-- --------------------------------------------------------
--
-- Estrutura para tabela `pedidos`
--
CREATE TABLE `pedidos` (
`idpedido` int(40) NOT NULL,
`idprod` int(11) NOT NULL,
`idcli` int(11) NOT NULL,
`idender` int(11) NOT NULL,
`qtd` varchar(15) NOT NULL,
`totalped` varchar(15) NOT NULL,
`data_pedido` date NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
--
-- Despejando dados para a tabela `pedidos`
--
INSERT INTO `pedidos` (`idpedido`, `idprod`, `idcli`, `idender`, `qtd`, `totalped`, `data_pedido`) VALUES
(1, 32, 2, 8, '1', '22.99', '2023-06-18'),
(2, 27, 1, 5, '1', '338.97', '2023-06-18'),
(3, 15, 1, 5, '2', '338.97', '2023-06-18'),
(4, 10, 3, 6, '2', '1779.98', '2023-06-18');
--
-- Índices para tabelas despejadas
--
--
-- Índices de tabela `adm`
--
ALTER TABLE `adm`
ADD PRIMARY KEY (`idadm`);
--
-- Índices de tabela `cadcli`
--
ALTER TABLE `cadcli`
ADD PRIMARY KEY (`idcli`);
--
-- Índices de tabela `cadprod`
--
ALTER TABLE `cadprod`
ADD PRIMARY KEY (`idprod`);
--
-- Índices de tabela `endercli`
--
ALTER TABLE `endercli`
ADD PRIMARY KEY (`idender`);
--
-- Índices de tabela `pedidos`
--
ALTER TABLE `pedidos`
ADD PRIMARY KEY (`idpedido`);
--
-- AUTO_INCREMENT para tabelas despejadas
--
--
-- AUTO_INCREMENT de tabela `adm`
--
ALTER TABLE `adm`
MODIFY `idadm` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
--
-- AUTO_INCREMENT de tabela `cadcli`
--
ALTER TABLE `cadcli`
MODIFY `idcli` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=24;
--
-- AUTO_INCREMENT de tabela `cadprod`
--
ALTER TABLE `cadprod`
MODIFY `idprod` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=42;
--
-- AUTO_INCREMENT de tabela `endercli`
--
ALTER TABLE `endercli`
MODIFY `idender` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;
--
-- AUTO_INCREMENT de tabela `pedidos`
--
ALTER TABLE `pedidos`
MODIFY `idpedido` int(40) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;
COMMIT;
/*!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 */;