-
Notifications
You must be signed in to change notification settings - Fork 0
/
marshall_course (3).sql
416 lines (339 loc) · 26.7 KB
/
marshall_course (3).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
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
-- phpMyAdmin SQL Dump
-- version 5.2.0
-- https://www.phpmyadmin.net/
--
-- Anamakine: 127.0.0.1:3306
-- Üretim Zamanı: 09 Oca 2024, 16:38:44
-- Sunucu sürümü: 8.0.30
-- PHP Sürümü: 8.0.22
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 */;
--
-- Veritabanı: `marshall_course`
--
-- --------------------------------------------------------
--
-- Tablo için tablo yapısı `about`
--
CREATE TABLE `about` (
`a_id` int NOT NULL,
`a_title` varchar(250) NOT NULL,
`a_desc` text NOT NULL,
`a_img` varchar(250) NOT NULL,
`a_status` text NOT NULL,
`a_date` date NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
--
-- Tablo döküm verisi `about`
--
INSERT INTO `about` (`a_id`, `a_title`, `a_desc`, `a_img`, `a_status`, `a_date`) VALUES
(1, 'Lorem Ipsum', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five cen', 'a20569a6e06e56256b0a399c04d1c096.jpg', 'Active', '2023-11-28'),
(2, 'Branches', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop', '62ccff9e85e735d59a3c92b8b15525c9.jpg', 'Active', '2023-12-10');
-- --------------------------------------------------------
--
-- Tablo için tablo yapısı `admin_login`
--
CREATE TABLE `admin_login` (
`admin_id` int NOT NULL,
`admin_name` varchar(100) NOT NULL,
`admin_password` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
--
-- Tablo döküm verisi `admin_login`
--
INSERT INTO `admin_login` (`admin_id`, `admin_name`, `admin_password`) VALUES
(1, 'AtesK', '202cb962ac59075b964b07152d234b70'),
(2, 'Rza', '202cb962ac59075b964b07152d234b70');
-- --------------------------------------------------------
--
-- Tablo için tablo yapısı `contact_message`
--
CREATE TABLE `contact_message` (
`cn_id` int NOT NULL,
`cn_name` varchar(250) NOT NULL,
`cn_surname` text NOT NULL,
`cn_desc` varchar(1500) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL,
`cn_email` varchar(250) NOT NULL,
`cn_phone` varchar(250) NOT NULL,
`cn_date` date NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
--
-- Tablo döküm verisi `contact_message`
--
INSERT INTO `contact_message` (`cn_id`, `cn_name`, `cn_surname`, `cn_desc`, `cn_email`, `cn_phone`, `cn_date`) VALUES
(18, 'Omar', 'Qurbanli', 'Test', 'omer@gmail.com', '+994509990088', '2024-01-06'),
(19, 'Test', 'Test', 'Lorem Ipsum xəttatlıq və çap sənayesində istifadə olunan, qarışıq mətnlər toplusudur. Lorem Ipsum adı məlum olmayan mətbəə işçisinin 1500-cü illərdə nümunə mətinlərin yaradılması üçün heca və hərflər çoxluğunu qarışdıraraq hazırladığı və bugünə qədər istifadə olunan mətinlər standartıdır. 500 il mövcudluğunu qorumaqla yanaşı, ciddi bir dəyişikliyə məruz qalmadan elektronik mətn yığımınada keçid etmişdir. 1960-cı illərdə Lorem Ipsum mətnləri daxil olan Letraset vərəqlərinin və son dövrlərdə Aldus PageMaker kimi Lorem İpsum mətnləri daxil olan proqramların yayılması bu tip mətnlər seriyasının məşhurlaşmasına gətirib çıxartmışdır.\r\n\r\nLorem Ipsum xəttatlıq və çap sənayesində istifadə olunan, qarışıq mətnlər toplusudur. Lorem Ipsum adı məlum olmayan mətbəə işçisinin 1500-cü illərdə nümunə mətinlərin yaradılması üçün heca və hərflər çoxluğunu qarışdıraraq hazırladığı və bugünə qədər istifadə olunan mətinlər standartıdır. 500 il mövcudluğunu qorumaqla yanaşı, ciddi bir dəyişikliyə məruz qalmadan elektronik mətn yığımınada keçid etmişdir. 1960-cı illərdə Lorem Ipsum mətnləri daxil olan Letraset vərəqlərinin və son dövrlərdə Aldus PageMaker kimi Lorem İpsum mətnləri daxil olan proqramların yayılması bu tip mətnlər seriyasının məşhurlaşmasına gətirib çıxartmışdır.\r\n\r\nLorem Ipsum xəttatlıq və çap sənayesində istifadə olunan, qarışıq mətnlər toplusudur. Lorem Ipsum adı məlum olmayan mətbəə işçisinin 1500-cü illərdə nümunə mətinlərin yaradılması üçün heca və hərflər çoxluğunu qarışdıraraq', 'test@gmail.com', 'a+99765678', '2024-01-06');
-- --------------------------------------------------------
--
-- Tablo için tablo yapısı `course`
--
CREATE TABLE `course` (
`c_id` int NOT NULL,
`c_title` varchar(255) NOT NULL,
`c_desc` text CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL,
`c_price` varchar(50) NOT NULL,
`c_status` varchar(255) NOT NULL,
`c_month` varchar(255) NOT NULL,
`c_img` text NOT NULL,
`c_date` date NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
--
-- Tablo döküm verisi `course`
--
INSERT INTO `course` (`c_id`, `c_title`, `c_desc`, `c_price`, `c_status`, `c_month`, `c_img`, `c_date`) VALUES
(1, 'Programming', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and', '200', 'Active', '6', '7faa28065b591dc13a2ab6be2de08c14.jpg', '2023-11-28'),
(2, 'English', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content', '80', 'Active', '9', 'ecc04caae180264ddce635144b0c38a1.jpg', '2023-11-28'),
(3, 'Russian', 'Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance', '50', 'Active', '6', '52a10cb754c516ff0922f666945c62a8.jpg', '2023-11-28'),
(4, 'Painter', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text.', '60', 'Active', '2', 'a0c6be21c6f00831e4435a676c4a49bd.jpg', '2023-11-28'),
(5, 'Chess', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text.', '85', 'Active', '3', '9e02e74200b894a8b08cf96f68ae2274.jpg', '2023-11-28'),
(6, 'Computer Courses', 'model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose', '80', 'Active', '9', '230fa61d3caf599aaa776dbf6321822a.jpg', '2023-12-25'),
(7, 'Digital Marketing', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text.', '250', 'Active', '9', '07e5c2047b9b28830c3e7c4374a99a5a.jpg', '2024-01-07');
-- --------------------------------------------------------
--
-- Tablo için tablo yapısı `directoria`
--
CREATE TABLE `directoria` (
`d_id` int NOT NULL,
`d_name` varchar(250) NOT NULL,
`d_surname` varchar(250) NOT NULL,
`d_desc` varchar(800) NOT NULL,
`d_position` varchar(50) NOT NULL,
`d_status` varchar(50) NOT NULL,
`d_img` varchar(6666) NOT NULL,
`d_instagram` varchar(250) NOT NULL,
`d_facebook` varchar(250) NOT NULL,
`d_gmail` varchar(250) NOT NULL,
`d_twitter` varchar(250) NOT NULL,
`d_birhtday` varchar(250) NOT NULL,
`d_date` date NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
--
-- Tablo döküm verisi `directoria`
--
INSERT INTO `directoria` (`d_id`, `d_name`, `d_surname`, `d_desc`, `d_position`, `d_status`, `d_img`, `d_instagram`, `d_facebook`, `d_gmail`, `d_twitter`, `d_birhtday`, `d_date`) VALUES
(2, 'Ramil', 'Kerimov', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five cen', 'Manager', 'Active', 'b4f161586ecf0e4b2898c6a419b028c1.jpg', 'https://www.instagram.com/', 'https://www.facebook.com/', 'http://gmail.com/', 'https://twitter.com/login?lang=tr', '1999-06-09', '2023-11-28'),
(6, 'Atesh', 'Kurbanov', 'Lorem Ipsum xəttatlıq və çap sənayesində istifadə olunan, qarışıq mətnlər toplusudur. Lorem Ipsum adı məlum olmayan mətbəə işçisinin 1500-cü illərdə nümunə mətinlərin yaradılması üçün heca və hərflər çoxluğunu qarışdıraraq hazırladığı və bugünə qədər istifadə olunan mətinlər standartıdır. 500 il mövcudluğunu qorumaqla yanaşı, ciddi bir dəyişikliyə məruz qalmadan elektronik mətn yığımınada keçid etmişdir.', 'Drector', 'Active', '', 'https://www.instagram.com/ateshh06/', 'https://www.facebook.com/', 'http://gmail.com', 'https://twitter.com/ates_2325', '2006-07-03', '2023-12-25'),
(7, 'Azer', 'Qemberov', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.', 'Asistent', 'Active', '22d8f843d4a71e28caaed470b60f111a.jpg', 'https://www.instagram.com/', 'https://www.facebook.com/', 'https://mail.google.com/mail/u/0/#inbox', 'https://twitter.com/home', '2002-07-20', '2023-12-25'),
(8, 'Turan', 'Bayramov', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.There are many variations of passages of Lorem Ips', 'Manager', 'Active', '', '', '', '', '', '1998-06-11', '2023-12-26'),
(9, 'Ruslan', 'Cavadov', 'Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.\r\n\r\n', 'Master', 'Active', '2b1d7bb204d191c0b32a3b53c1b76fe5.jpg', 'https://www.instagram.com/', 'https://www.facebook.com/', '', '', '1999-08-17', '2023-12-26');
-- --------------------------------------------------------
--
-- Tablo için tablo yapısı `footer_about`
--
CREATE TABLE `footer_about` (
`f_id` int NOT NULL,
`f_instagram` varchar(250) NOT NULL,
`f_facebook` varchar(250) NOT NULL,
`f_tweet` varchar(250) NOT NULL,
`f_desc` text NOT NULL,
`f_status` varchar(50) NOT NULL,
`f_date` date NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
--
-- Tablo döküm verisi `footer_about`
--
INSERT INTO `footer_about` (`f_id`, `f_instagram`, `f_facebook`, `f_tweet`, `f_desc`, `f_status`, `f_date`) VALUES
(3, 'https://www.instagram.com/', 'https://www.youtube.com/', 'https://twitter.com/', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book', 'Active', '2023-12-10');
-- --------------------------------------------------------
--
-- Tablo için tablo yapısı `news`
--
CREATE TABLE `news` (
`n_id` int NOT NULL,
`n_status` varchar(50) NOT NULL,
`n_desc` text NOT NULL,
`n_img` varchar(255) NOT NULL,
`n_date` date NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
--
-- Tablo döküm verisi `news`
--
INSERT INTO `news` (`n_id`, `n_status`, `n_desc`, `n_img`, `n_date`) VALUES
(1, 'Active', 'Programming course started!', '65a951c2c396d627cf8bfb8122f0f4a2.jpg', '2023-11-28'),
(2, 'Active', 'WELCOME! New English Learning teacher!', '1ac779f720d6e87a2cd7ca23f671fc59.jpg', '2023-11-28'),
(3, 'Active', 'Our student with the highest score in programming! Murad Gazymagemadov!\r\n', '3cc3c061888378a294c13179e8808ef1.jpg', '2023-11-28'),
(4, 'Active', 'Registration for our painting courses has started. Contact for registration.', 'a15c4df46e53b5b57c9ae705254ea152.jpg', '2023-11-28'),
(7, 'Active', 'New partners!', '8f771a13c617a833d034d90ef3f507dd.jpg', '2023-12-26');
-- --------------------------------------------------------
--
-- Tablo için tablo yapısı `partners`
--
CREATE TABLE `partners` (
`p_id` int NOT NULL,
`p_title` varchar(250) NOT NULL,
`p_img` varchar(250) NOT NULL,
`p_link` varchar(250) NOT NULL,
`p_status` varchar(250) NOT NULL,
`p_date` date NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
--
-- Tablo döküm verisi `partners`
--
INSERT INTO `partners` (`p_id`, `p_title`, `p_img`, `p_link`, `p_status`, `p_date`) VALUES
(1, 'SOCAR', '50eb261ccbc187c49a2ff2d5559071ef.jpg', 'https://socar.az/socar/az/home/', 'Active', '2023-12-30'),
(2, 'STIMUL', '74e008808c0ff491569500b77c44f1d1.jpg', 'https://stimul.edu.az/', 'Active', '2023-12-30'),
(3, 'TURBO.AZ', 'ec89de0648b665b2a1a6c69dc8170db0.png', 'https://turbo.az/', 'Active', '2023-12-30'),
(4, 'HƏDƏF KURSLARI', '9348b2bd5b6ffbd03105bb72a8c86ee6.jpg', 'https://hedef.edu.az/', 'Active', '2023-12-30'),
(6, 'SİRAB', '3450fbead385d8070ee95b27a5b0bb00.jpg', 'https://www.sirab.az/ru/', 'Active', '2023-12-30'),
(7, 'BİR BANK', 'f0cd16b6742fcbe3d8b4d84caa84eb7a.png', 'https://www.kapitalbank.az/', 'Active', '2023-12-30'),
(10, 'AZƏRİ QAZ', '01192cfc0ccc83a0e8a5a1813a0d3faa.jpg', 'https://azeriqaz.az/az', 'Active', '2023-12-30');
-- --------------------------------------------------------
--
-- Tablo için tablo yapısı `slider`
--
CREATE TABLE `slider` (
`s_id` int NOT NULL,
`s_title` varchar(255) NOT NULL,
`s_desc` varchar(600) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL,
`s_link` varchar(255) NOT NULL,
`s_status` varchar(50) NOT NULL,
`s_img` varchar(255) NOT NULL,
`s_date` date NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
--
-- Tablo döküm verisi `slider`
--
INSERT INTO `slider` (`s_id`, `s_title`, `s_desc`, `s_link`, `s_status`, `s_img`, `s_date`) VALUES
(1, 'Programming', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries,', 'https://www.youtube.com/', 'Active', 'fb8d2609ab9d84577fe7c173e751ae35.jpg', '2023-11-29'),
(2, 'Russian language learning', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries,', 'https://www.youtube.com/', 'Active', '2248feb86aa43551a6b7b4f4677843e7.jpg', '2023-11-29'),
(3, 'Painter learning', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.', 'https://www.youtube.com/', 'Active', '336650b7087e19a60d3bec3f4b3cf9a2.jpg', '2023-12-24'),
(7, 'Computer Courses', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy.', 'https://www.youtube.com/', 'Active', '9113794869bed1d934e33be6c9264a2f.jpg', '2024-01-06');
-- --------------------------------------------------------
--
-- Tablo için tablo yapısı `teachers`
--
CREATE TABLE `teachers` (
`t_id` int NOT NULL,
`t_name` varchar(255) NOT NULL,
`t_surname` varchar(255) NOT NULL,
`t_work` varchar(255) NOT NULL,
`t_desc` text NOT NULL,
`t_inst` varchar(255) NOT NULL,
`t_facbk` varchar(255) NOT NULL,
`t_phonNumb` varchar(255) NOT NULL,
`t_gmail` varchar(255) NOT NULL,
`t_status` varchar(60) NOT NULL,
`t_img` varchar(599) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
--
-- Tablo döküm verisi `teachers`
--
INSERT INTO `teachers` (`t_id`, `t_name`, `t_surname`, `t_work`, `t_desc`, `t_inst`, `t_facbk`, `t_phonNumb`, `t_gmail`, `t_status`, `t_img`) VALUES
(2, 'Atesh', 'Kurbanov', 'Web Developer', 'Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.\r\n\r\nContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.\r\n\r\n', 'https://www.instagram.com/', 'https://www.facebook.com/groups/feed/', '+994508881723', 'https://mail.google.com/mail/', 'Active', 'a9f39255d7246f32da007de65f6e2753.jpg'),
(3, 'Gunel', 'Mammedova', 'English Teacher', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.', 'https://www.instagram.com/', 'https://www.facebook.com/groups/feed/', '+994559090877', 'https://mail.google.com/mail/', 'Active', 'ee258d738dd47ce76775b77c53001f29.jpg'),
(4, 'Ayten', 'Aslanov', 'Russian Language', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.', 'https://www.instagram.com/', 'https://www.facebook.com/groups/feed/', '+994509998877', 'https://mail.google.com/mail/', 'Active', '44ec7aedf821cb3e2a1bdbf501f32292.jpg');
--
-- Dökümü yapılmış tablolar için indeksler
--
--
-- Tablo için indeksler `about`
--
ALTER TABLE `about`
ADD PRIMARY KEY (`a_id`);
--
-- Tablo için indeksler `admin_login`
--
ALTER TABLE `admin_login`
ADD PRIMARY KEY (`admin_id`);
--
-- Tablo için indeksler `contact_message`
--
ALTER TABLE `contact_message`
ADD PRIMARY KEY (`cn_id`);
--
-- Tablo için indeksler `course`
--
ALTER TABLE `course`
ADD PRIMARY KEY (`c_id`);
--
-- Tablo için indeksler `directoria`
--
ALTER TABLE `directoria`
ADD PRIMARY KEY (`d_id`);
--
-- Tablo için indeksler `footer_about`
--
ALTER TABLE `footer_about`
ADD PRIMARY KEY (`f_id`);
--
-- Tablo için indeksler `news`
--
ALTER TABLE `news`
ADD PRIMARY KEY (`n_id`);
--
-- Tablo için indeksler `partners`
--
ALTER TABLE `partners`
ADD PRIMARY KEY (`p_id`);
--
-- Tablo için indeksler `slider`
--
ALTER TABLE `slider`
ADD PRIMARY KEY (`s_id`);
--
-- Tablo için indeksler `teachers`
--
ALTER TABLE `teachers`
ADD PRIMARY KEY (`t_id`);
--
-- Dökümü yapılmış tablolar için AUTO_INCREMENT değeri
--
--
-- Tablo için AUTO_INCREMENT değeri `about`
--
ALTER TABLE `about`
MODIFY `a_id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- Tablo için AUTO_INCREMENT değeri `admin_login`
--
ALTER TABLE `admin_login`
MODIFY `admin_id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- Tablo için AUTO_INCREMENT değeri `contact_message`
--
ALTER TABLE `contact_message`
MODIFY `cn_id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20;
--
-- Tablo için AUTO_INCREMENT değeri `course`
--
ALTER TABLE `course`
MODIFY `c_id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;
--
-- Tablo için AUTO_INCREMENT değeri `directoria`
--
ALTER TABLE `directoria`
MODIFY `d_id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;
--
-- Tablo için AUTO_INCREMENT değeri `footer_about`
--
ALTER TABLE `footer_about`
MODIFY `f_id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
--
-- Tablo için AUTO_INCREMENT değeri `news`
--
ALTER TABLE `news`
MODIFY `n_id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;
--
-- Tablo için AUTO_INCREMENT değeri `partners`
--
ALTER TABLE `partners`
MODIFY `p_id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;
--
-- Tablo için AUTO_INCREMENT değeri `slider`
--
ALTER TABLE `slider`
MODIFY `s_id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;
--
-- Tablo için AUTO_INCREMENT değeri `teachers`
--
ALTER TABLE `teachers`
MODIFY `t_id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
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 */;