-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcv.sql
253 lines (215 loc) · 6.68 KB
/
cv.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
-- CV DataBase
-- Florian Cardinal
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET time_zone = "+00:00";
-- TABLE & CONTENT
-- --------------------------------------------------------
CREATE TABLE `contacts`(
`idContacts` int(64) NOT NULL,
`time` timestamp NOT NULL DEFAULT current_timestamp(),
`address` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`name` varchar(256) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`fname` varchar(256) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`mail` varchar(256) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`phone` varchar(256) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`msg` text COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
CREATE TABLE `experiences`(
`idExperiences` int(8) NOT NULL,
`entity` varchar(256) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`job` varchar(256) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`period` varchar(256) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
INSERT INTO `experiences`(`idExperiences`, `entity`, `job`, `period`, `description`) VALUES
(
1,
"Indépendant",
"développeur web",
"juil. 2017 - sept. 2018",
"France<br />"
), (
2,
"Conseil Départemental HG",
"stagiaire développeur web",
"mai. 2019 - juin. 2019",
"France<br /><br />Création d’un formulaire d’entretien professionnel<br />Mettre à jour et Développer l’infrastructure intranet de l’organisation (Portail Web)<br />Technologie: Symfony"
), (
3,
"WHYNOGROUP EU",
"développeur web front end",
"fév. 2019 - juin. 2020",
"France<br /><br />Conception, Réalisation et Déploiement d'IHM Responsive adapter aux API de Whynogroup<br />Résolutions de bugs graphiques sur les pages web"
), (
4,
"ORPALIS",
"développeur web junior",
"sep. 2020 - aujourd'hui",
'France<br /><br />Maintenance et Développement des outils du projet <a target="_blank" href="https://avepdf.com/en">AvePDF</a><br /><br />Technologie: React, .NET Core'
);
-- --------------------------------------------------------
CREATE TABLE `formations`(
`idFormations` int(8) NOT NULL,
`date` int(8) NOT NULL,
`entity` varchar(256) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`title` varchar(256) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`description` varchar(256) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`link` varchar(512) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
INSERT INTO `formations`(`idFormations`, `date`, `entity`, `title`, `description`, `link`) VALUES
(
1,
2016,
"Codecademy.com",
"Formation online<br />Programer & Developer",
"HTML5/CSS3, JavaScript, JQuery, Python, Ruby<br />Responsive Design, Deploy a Website",
"https://www.codecademy.com/profiles/Tracks12"
), (
2,
2017,
"Lycée GT Déodat de Séverac",
"Baccalauréat STI2D<br /><br />",
"Système Informatique et Numérique<br />Mention Assez Bien",
"0"
), (
3,
2017,
"Udemy.com",
"Formation online<br />Web Developer",
"HTML5/CSS3, JavaScript, JQuery, Php7, MySQL<br />Responsive Design",
"https://www.udemy.com/certificate/UC-8XQUXMMT/"
), (
4,
2017,
"Udemy.com",
"Formation online<br />Web Designer",
"Illustrator, PhotoShop, XDesign<br />Web Design",
"https://www.udemy.com/certificate/UC-GMXYYE9B/"
), (
5,
2020,
"3CX Basic Certified Engineer v16",
"Formation online<br />Basic Telecom Engineer",
"Formation basique sur les outils 3CX<br />Installation, Configuration et Maintenance serveur",
"https://customer.3cx.com/prm/documents/certification.ashx?c=f2oFUTH2rj"
), (
6,
2020,
"Lycée GT Déodat de Séverac",
"Brevet Technicien Supérieur<br /><br />",
"Systèmes Numériques<br />Mention Bien",
"0"
), (
7,
2020,
"IPI Institut Poly Informatique",
"Licence Professionnelle Concepteur Développeur d'application Web & Mobile",
"Développement, Conception & Gestion de projets<br />En cours...",
"0"
);
-- --------------------------------------------------------
CREATE TABLE `network`(
`idNetwork` int(8) NOT NULL,
`name` varchar(256) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`title` varchar(256) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`link` varchar(256) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
INSERT INTO `network`(`idNetwork`, `name`, `title`, `link`) VALUES
(
1,
"github",
"Mon GitHub",
"https://github.com/Tracks12"
), (
2,
"linkedin",
"Mon LinkedIn",
"https://www.linkedin.com/in/florian-cardinal-13317b150"
);
-- --------------------------------------------------------
CREATE TABLE `skills`(
`idSkills` int(4) NOT NULL,
`id` varchar(256) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`title` varchar(256) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`status` float NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
INSERT INTO `skills`(`idSkills`, `id`, `title`, `status`) VALUES
(
1,
"html",
"HTML5",
.98
), (
2,
"js",
"JavaScript",
.9
), (
3,
"bootstrap",
"BootStrap",
.9
), (
4,
"mysql",
"MySQL",
.8
), (
5,
"css",
"CSS3",
.95
), (
6,
"jquery",
"JQuery",
.9
), (
7,
"php",
"PHP7",
.85
), (
8,
"python",
"Python2/3",
.75
);
-- KEY PROPERTIES
-- --------------------------------------------------------
ALTER TABLE `contacts`
ADD PRIMARY KEY (`idContacts`);
ALTER TABLE `experiences`
ADD PRIMARY KEY (`idExperiences`);
ALTER TABLE `formations`
ADD PRIMARY KEY (`idFormations`);
ALTER TABLE `network`
ADD PRIMARY KEY (`idNetwork`),
ADD UNIQUE KEY `name`(`name`),
ADD UNIQUE KEY `title`(`title`),
ADD UNIQUE KEY `link`(`link`);
ALTER TABLE `skills`
ADD PRIMARY KEY (`idSkills`),
ADD UNIQUE KEY `id`(`id`),
ADD UNIQUE KEY `title`(`title`);
-- SETTINGS AI & STARTING
-- --------------------------------------------------------
ALTER TABLE `contacts`
MODIFY `idContacts` int(64) NOT NULL AUTO_INCREMENT;
ALTER TABLE `experiences`
MODIFY `idExperiences` int(8) NOT NULL AUTO_INCREMENT,
AUTO_INCREMENT=5;
ALTER TABLE `formations`
MODIFY `idFormations` int(8) NOT NULL AUTO_INCREMENT,
AUTO_INCREMENT=8;
ALTER TABLE `network`
MODIFY `idNetwork` int(8) NOT NULL AUTO_INCREMENT,
AUTO_INCREMENT=3;
ALTER TABLE `skills`
MODIFY `idSkills` int(4) NOT NULL AUTO_INCREMENT,
AUTO_INCREMENT=9;
COMMIT;
-- END