· 9 years ago · Dec 27, 2016, 09:12 AM
1//Adaugat aceste info-uri la users:
2
3`BGDQuest0` int(3) NOT NULL DEFAULT '0',
4 `BGDQuest1` int(3) NOT NULL DEFAULT '0',
5 `BGDQuest2` int(3) NOT NULL DEFAULT '0',
6 `BGDQuest3` int(3) NOT NULL DEFAULT '0',
7 `BGDQuest4` int(3) NOT NULL DEFAULT '0',
8 `BGDQuest5` int(3) NOT NULL DEFAULT '0',
9 `BGDQuest6` int(3) NOT NULL DEFAULT '0',
10 `BGDQuest7` int(3) NOT NULL DEFAULT '0',
11 `BGDQuest8` int(3) NOT NULL DEFAULT '0',
12 `BGDQuest9` int(3) NOT NULL DEFAULT '0',
13 `BGDQuest10` int(3) NOT NULL DEFAULT '0',
14 `BGDQuest11` int(3) NOT NULL DEFAULT '0',
15 `BGDQuest12` int(3) NOT NULL DEFAULT '0',
16 `BGDQuest13` int(3) NOT NULL DEFAULT '0',
17 `BGDQuest14` int(3) NOT NULL DEFAULT '0',
18 `BGDQuest15` int(3) NOT NULL DEFAULT '0',
19 `BGDQuest16` int(3) NOT NULL DEFAULT '0',
20 `BGDQuest17` int(3) NOT NULL DEFAULT '0',
21 `BGDQuest18` int(3) NOT NULL DEFAULT '0',
22 `BGDQuest19` int(3) NOT NULL DEFAULT '0',
23 `BGDQuest20` int(3) NOT NULL DEFAULT '0',
24 `BGDQuest21` int(3) NOT NULL DEFAULT '0',
25 `BGDQuest22` int(3) NOT NULL DEFAULT '0',
26 `BGDQuest23` int(3) NOT NULL DEFAULT '0',
27 `BGDQuest24` int(3) NOT NULL DEFAULT '0',
28 `BGDQuest25` int(3) NOT NULL DEFAULT '0',
29 `BGDQuest26` int(3) NOT NULL DEFAULT '0',
30 `BGDQuest27` int(3) NOT NULL DEFAULT '0',
31 `BGDQuest28` int(3) NOT NULL DEFAULT '0',
32 `BGDQuest29` int(3) NOT NULL DEFAULT '0',
33 `BGDQuest30` int(3) NOT NULL DEFAULT '0',
34 `BGDQuest31` int(3) NOT NULL DEFAULT '0',
35 `BGDQuest32` int(3) NOT NULL DEFAULT '0',
36 `BGDQuest33` int(3) NOT NULL DEFAULT '0',
37 `BGDQuest34` int(3) NOT NULL DEFAULT '0',
38 `BGDQuest35` int(3) NOT NULL DEFAULT '0',
39 `BGDQuest36` int(3) NOT NULL DEFAULT '0',
40 `BGDQuest37` int(3) NOT NULL DEFAULT '0',
41 `BGDQuest38` int(3) NOT NULL DEFAULT '0',
42 `BGDQuest39` int(3) NOT NULL DEFAULT '0',
43 `BGDQuest40` int(3) NOT NULL DEFAULT '0',
44 `BGDQuest41` int(3) NOT NULL DEFAULT '0',
45 `BGDQuest42` int(3) NOT NULL DEFAULT '0',
46 `BGDQuest43` int(3) NOT NULL DEFAULT '0',
47 `BGDQuest44` int(3) NOT NULL DEFAULT '0',
48 `BGDQuest45` int(3) NOT NULL DEFAULT '0',
49 `BGDQuest46` int(3) NOT NULL DEFAULT '0',
50 `BGDQuest47` int(3) NOT NULL DEFAULT '0',
51 `BGDQuest48` int(3) NOT NULL DEFAULT '0',
52 `BGDQuest49` int(3) NOT NULL DEFAULT '0',
53 `NRQuest` int(3) NOT NULL DEFAULT '0',
54
55//Si acest tabel:
56--
57-- Structura de tabel pentru tabelul `Questuri`
58--
59
60CREATE TABLE IF NOT EXISTS `Questuri` (
61 `ID` int(3) NOT NULL AUTO_INCREMENT,
62 `X` int(255) NOT NULL,
63 `Y` int(255) NOT NULL,
64 `Z` int(255) NOT NULL,
65 PRIMARY KEY (`ID`)
66) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=72 ;
67
68--
69-- Salvarea datelor din tabel `Questuri`
70--
71
72-- --------------------------------------------------------