Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

3896 lines
159KB

  1. -- phpMyAdmin SQL Dump
  2. -- version 4.9.5
  3. -- https://www.phpmyadmin.net/
  4. --
  5. -- Gép: localhost
  6. -- Létrehozás ideje: 2023. Ápr 25. 09:41
  7. -- Kiszolgáló verziója: 10.5.18-MariaDB-0+deb11u1
  8. -- PHP verzió: 7.4.33
  9. SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
  10. SET AUTOCOMMIT = 0;
  11. START TRANSACTION;
  12. SET time_zone = "+00:00";
  13. /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
  14. /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
  15. /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
  16. /*!40101 SET NAMES utf8mb4 */;
  17. --
  18. -- Adatbázis: `arlista`
  19. --
  20. -- --------------------------------------------------------
  21. --
  22. -- Tábla szerkezet ehhez a táblához `adaptec`
  23. --
  24. CREATE TABLE `adaptec` (
  25. `id` int(11) NOT NULL,
  26. `Ordering_SKU` varchar(255) NOT NULL,
  27. `megnevezes` varchar(255) NOT NULL,
  28. `gyarto_kod` varchar(255) NOT NULL,
  29. `Short_Product_Name` varchar(255) NOT NULL,
  30. `Product_Name` varchar(255) NOT NULL,
  31. `UPC` varchar(30) NOT NULL,
  32. `Commodity_Code` varchar(30) NOT NULL,
  33. `ECCN_Code` varchar(10) NOT NULL,
  34. `SPA` float UNSIGNED DEFAULT NULL,
  35. `Disti_Price` float UNSIGNED NOT NULL,
  36. `SRP_Price` float UNSIGNED NOT NULL,
  37. `cikkszam` varchar(9) NOT NULL,
  38. `SPA_start` date DEFAULT NULL,
  39. `SPA_end` date DEFAULT NULL,
  40. `VTSZ` varchar(40) NOT NULL,
  41. `Product_Description` text NOT NULL,
  42. `Hosszu_leiras` tinytext NOT NULL,
  43. `G` smallint(6) NOT NULL,
  44. `Gari` varchar(5) NOT NULL,
  45. `SZ` char(1) NOT NULL,
  46. `Lista_brutto` double UNSIGNED NOT NULL,
  47. `Lista_netto` double UNSIGNED NOT NULL,
  48. `D3` double UNSIGNED NOT NULL,
  49. `D2` double UNSIGNED NOT NULL,
  50. `D1` float UNSIGNED NOT NULL,
  51. `SPEC` double UNSIGNED NOT NULL,
  52. `VSP` double UNSIGNED NOT NULL,
  53. `Szallitasi_koltseg` float NOT NULL,
  54. `Elorefizetes` float NOT NULL,
  55. `Beszerzesi_ar` double UNSIGNED NOT NULL,
  56. `Webaruhazba` char(1) NOT NULL,
  57. `Elterites` float NOT NULL,
  58. `KT` double UNSIGNED NOT NULL,
  59. `KOR_ALAP` double UNSIGNED NOT NULL,
  60. `tartalek1` varchar(3) NOT NULL,
  61. `VAM` double NOT NULL,
  62. `szarmazas` varchar(1) NOT NULL DEFAULT 'g'
  63. ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_hungarian_ci COMMENT='Adaptec árlista';
  64. -- --------------------------------------------------------
  65. --
  66. -- Tábla szerkezet ehhez a táblához `adaptec_csop`
  67. --
  68. CREATE TABLE `adaptec_csop` (
  69. `id` int(11) NOT NULL,
  70. `csopnev` varchar(255) NOT NULL,
  71. `csopkod` varchar(3) NOT NULL
  72. ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_hungarian_ci;
  73. -- --------------------------------------------------------
  74. --
  75. -- Tábla szerkezet ehhez a táblához `arlista_manager_active_product`
  76. --
  77. CREATE TABLE `arlista_manager_active_product` (
  78. `created_at` datetime NOT NULL,
  79. `created_by` int(11) NOT NULL,
  80. `deleted_at` datetime DEFAULT NULL,
  81. `id` int(11) NOT NULL,
  82. `modified_at` datetime DEFAULT NULL,
  83. `modified_by` int(11) DEFAULT NULL,
  84. `name` varchar(128) NOT NULL,
  85. `status` tinyint(4) NOT NULL DEFAULT 1,
  86. `sif` varchar(32) DEFAULT NULL,
  87. `parent_category_id` int(11) DEFAULT NULL,
  88. `parent_manufacturer_id` int(11) DEFAULT NULL,
  89. `parent_component_id` int(11) DEFAULT NULL,
  90. `axico_id` varchar(128) DEFAULT NULL,
  91. `axico_name` varchar(128) DEFAULT NULL,
  92. `fabric_name` varchar(128) DEFAULT NULL,
  93. `fabric_id` varchar(128) DEFAULT NULL,
  94. `ean` varchar(32) DEFAULT NULL,
  95. `warranty` int(11) DEFAULT NULL,
  96. `eol` varchar(255) DEFAULT NULL,
  97. `notes` varchar(255) DEFAULT NULL,
  98. `description` varchar(255) DEFAULT NULL,
  99. `price` decimal(20,6) NOT NULL DEFAULT 0.000000,
  100. `list_price` decimal(20,6) NOT NULL DEFAULT 0.000000,
  101. `purchase_price` decimal(20,6) NOT NULL DEFAULT 0.000000,
  102. `price_changed` tinyint(4) NOT NULL DEFAULT 1,
  103. `price_d_one` decimal(20,6) NOT NULL DEFAULT 0.000000,
  104. `price_d_two` decimal(20,6) NOT NULL DEFAULT 0.000000,
  105. `price_spec` decimal(20,6) NOT NULL DEFAULT 0.000000,
  106. `price_v_spec` decimal(20,6) NOT NULL DEFAULT 0.000000,
  107. `price_dev_d_one` decimal(20,6) NOT NULL DEFAULT 0.000000,
  108. `price_dev_d_two` decimal(20,6) NOT NULL DEFAULT 0.000000,
  109. `price_dev_spec` decimal(20,6) NOT NULL DEFAULT 0.000000,
  110. `price_dev_v_spec` decimal(20,6) NOT NULL DEFAULT 0.000000,
  111. `currency` varchar(3) DEFAULT NULL,
  112. `measure_unit` varchar(16) DEFAULT NULL,
  113. `uploaded_file_id` int(11) DEFAULT NULL,
  114. `sheet_index` int(11) DEFAULT NULL,
  115. `correct_status` varchar(32) DEFAULT NULL,
  116. `work_flow` varchar(32) DEFAULT NULL,
  117. `vtsz` varchar(128) DEFAULT NULL,
  118. `width` decimal(20,6) NOT NULL DEFAULT 0.000000,
  119. `length` decimal(20,6) NOT NULL DEFAULT 0.000000,
  120. `height` decimal(20,6) NOT NULL DEFAULT 0.000000,
  121. `weight` decimal(20,6) NOT NULL DEFAULT 0.000000,
  122. `packing_material` varchar(32) DEFAULT NULL,
  123. `listed` tinyint(4) NOT NULL DEFAULT 0,
  124. `prev_axico_name` varchar(128) DEFAULT NULL,
  125. `prev_fabric_name` varchar(128) DEFAULT NULL,
  126. `prev_warranty` int(11) DEFAULT NULL,
  127. `prev_eol` varchar(255) DEFAULT NULL,
  128. `prev_notes` varchar(255) DEFAULT NULL,
  129. `prev_description` varchar(255) DEFAULT NULL,
  130. `prev_price` decimal(20,6) NOT NULL DEFAULT 0.000000
  131. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
  132. -- --------------------------------------------------------
  133. --
  134. -- Tábla szerkezet ehhez a táblához `arlista_manager_axico_id`
  135. --
  136. CREATE TABLE `arlista_manager_axico_id` (
  137. `created_at` datetime NOT NULL,
  138. `created_by` int(11) NOT NULL,
  139. `deleted_at` datetime DEFAULT NULL,
  140. `id` int(11) NOT NULL,
  141. `modified_at` datetime DEFAULT NULL,
  142. `modified_by` int(11) DEFAULT NULL,
  143. `name` varchar(128) NOT NULL,
  144. `status` tinyint(4) NOT NULL DEFAULT 1,
  145. `parent_manufacturer_id` int(11) DEFAULT NULL,
  146. `parent_category_id` int(11) DEFAULT NULL,
  147. `parent_component_id` int(11) DEFAULT NULL,
  148. `product_id` int(11) DEFAULT NULL,
  149. `current_count` int(11) DEFAULT NULL,
  150. `next_count` int(11) DEFAULT NULL
  151. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
  152. -- --------------------------------------------------------
  153. --
  154. -- Tábla szerkezet ehhez a táblához `arlista_manager_axico_id_warranty`
  155. --
  156. CREATE TABLE `arlista_manager_axico_id_warranty` (
  157. `axico_id_name` varchar(128) DEFAULT NULL,
  158. `default_warranty` int(11) NOT NULL,
  159. `created_at` datetime NOT NULL,
  160. `created_by` int(11) NOT NULL,
  161. `modified_by` int(11) DEFAULT NULL,
  162. `modified_at` datetime DEFAULT NULL,
  163. `deleted_at` datetime DEFAULT NULL,
  164. `id` int(11) NOT NULL,
  165. `status` tinyint(4) NOT NULL DEFAULT 1,
  166. `sif` varchar(32) DEFAULT NULL
  167. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
  168. -- --------------------------------------------------------
  169. --
  170. -- Tábla szerkezet ehhez a táblához `arlista_manager_calculation`
  171. --
  172. CREATE TABLE `arlista_manager_calculation` (
  173. `created_at` datetime NOT NULL,
  174. `created_by` int(11) NOT NULL,
  175. `deleted_at` datetime DEFAULT NULL,
  176. `id` int(11) NOT NULL,
  177. `modified_at` datetime DEFAULT NULL,
  178. `modified_by` int(11) DEFAULT NULL,
  179. `name` varchar(128) NOT NULL,
  180. `status` tinyint(4) NOT NULL DEFAULT 1,
  181. `parent_manufacturer_id` int(11) DEFAULT NULL,
  182. `parent_category_id` int(11) DEFAULT NULL,
  183. `parent_component_id` int(11) DEFAULT NULL,
  184. `list_price_factor` decimal(20,6) NOT NULL DEFAULT 1.000000,
  185. `price_factor_d_one` decimal(20,6) NOT NULL DEFAULT 1.000000,
  186. `price_factor_d_two` decimal(20,6) NOT NULL DEFAULT 1.000000,
  187. `price_factor_spec` decimal(20,6) NOT NULL DEFAULT 1.000000,
  188. `price_factor_v_spec` decimal(20,6) NOT NULL DEFAULT 1.000000,
  189. `price_factor_dev_d_one` decimal(20,6) NOT NULL DEFAULT 1.000000,
  190. `price_factor_dev_d_two` decimal(20,6) NOT NULL DEFAULT 1.000000,
  191. `price_factor_dev_spec` decimal(20,6) NOT NULL DEFAULT 1.000000,
  192. `price_factor_dev_v_spec` decimal(20,6) NOT NULL DEFAULT 1.000000,
  193. `transport_expense` decimal(20,6) NOT NULL DEFAULT 1.000000,
  194. `default_setting` tinyint(4) NOT NULL DEFAULT 1
  195. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
  196. -- --------------------------------------------------------
  197. --
  198. -- Tábla szerkezet ehhez a táblához `arlista_manager_category`
  199. --
  200. CREATE TABLE `arlista_manager_category` (
  201. `created_at` datetime NOT NULL,
  202. `created_by` int(11) NOT NULL,
  203. `deleted_at` datetime DEFAULT NULL,
  204. `id` int(11) NOT NULL,
  205. `modified_at` datetime DEFAULT NULL,
  206. `modified_by` int(11) DEFAULT NULL,
  207. `name` varchar(128) NOT NULL,
  208. `status` tinyint(4) NOT NULL DEFAULT 1,
  209. `sif` varchar(32) DEFAULT NULL,
  210. `axico_id_name` varchar(128) DEFAULT NULL
  211. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
  212. -- --------------------------------------------------------
  213. --
  214. -- Tábla szerkezet ehhez a táblához `arlista_manager_component`
  215. --
  216. CREATE TABLE `arlista_manager_component` (
  217. `created_at` datetime NOT NULL,
  218. `created_by` int(11) NOT NULL,
  219. `deleted_at` datetime DEFAULT NULL,
  220. `id` int(11) NOT NULL,
  221. `modified_at` datetime DEFAULT NULL,
  222. `modified_by` int(11) DEFAULT NULL,
  223. `name` varchar(128) NOT NULL,
  224. `status` tinyint(4) NOT NULL DEFAULT 1,
  225. `sif` varchar(32) DEFAULT NULL,
  226. `parent_manufacturer_id` int(11) DEFAULT NULL,
  227. `axico_id_name` varchar(128) DEFAULT NULL
  228. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
  229. -- --------------------------------------------------------
  230. --
  231. -- Tábla szerkezet ehhez a táblához `arlista_manager_enabled_group`
  232. --
  233. CREATE TABLE `arlista_manager_enabled_group` (
  234. `created_at` datetime NOT NULL,
  235. `created_by` int(11) NOT NULL,
  236. `deleted_at` datetime DEFAULT NULL,
  237. `id` int(11) NOT NULL,
  238. `modified_at` datetime DEFAULT NULL,
  239. `modified_by` int(11) DEFAULT NULL,
  240. `name` varchar(128) NOT NULL,
  241. `status` tinyint(4) NOT NULL DEFAULT 1,
  242. `sheet_setting_id` int(11) DEFAULT NULL,
  243. `component_id` int(11) DEFAULT NULL,
  244. `category_id` int(11) DEFAULT NULL
  245. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
  246. -- --------------------------------------------------------
  247. --
  248. -- Tábla szerkezet ehhez a táblához `arlista_manager_manufacturer`
  249. --
  250. CREATE TABLE `arlista_manager_manufacturer` (
  251. `created_at` datetime NOT NULL,
  252. `created_by` int(11) NOT NULL,
  253. `deleted_at` datetime DEFAULT NULL,
  254. `id` int(11) NOT NULL,
  255. `modified_at` datetime DEFAULT NULL,
  256. `modified_by` int(11) DEFAULT NULL,
  257. `name` varchar(128) NOT NULL,
  258. `status` tinyint(4) NOT NULL DEFAULT 1,
  259. `sif` varchar(32) DEFAULT NULL,
  260. `axico_id_name` varchar(128) DEFAULT NULL,
  261. `component_based` int(11) DEFAULT NULL
  262. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
  263. -- --------------------------------------------------------
  264. --
  265. -- Tábla szerkezet ehhez a táblához `arlista_manager_sheet_setting`
  266. --
  267. CREATE TABLE `arlista_manager_sheet_setting` (
  268. `created_at` datetime NOT NULL,
  269. `created_by` int(11) NOT NULL,
  270. `deleted_at` datetime DEFAULT NULL,
  271. `id` int(11) NOT NULL,
  272. `modified_at` datetime DEFAULT NULL,
  273. `modified_by` int(11) DEFAULT NULL,
  274. `name` varchar(128) NOT NULL,
  275. `status` tinyint(4) NOT NULL DEFAULT 1,
  276. `manufacturer_id` int(11) NOT NULL,
  277. `index` int(11) NOT NULL,
  278. `product_name` varchar(2) NOT NULL DEFAULT '',
  279. `product_fabric_name` varchar(2) NOT NULL DEFAULT '',
  280. `product_axico_name` varchar(5) NOT NULL DEFAULT '',
  281. `product_fabric_id` varchar(2) NOT NULL DEFAULT '',
  282. `product_ean` varchar(2) NOT NULL DEFAULT '',
  283. `product_warranty` varchar(2) NOT NULL DEFAULT '',
  284. `product_eol` varchar(2) NOT NULL DEFAULT '',
  285. `product_notes` varchar(2) NOT NULL DEFAULT '',
  286. `product_description` varchar(2) NOT NULL DEFAULT '',
  287. `product_category` varchar(2) NOT NULL DEFAULT '',
  288. `product_price` varchar(2) NOT NULL DEFAULT '',
  289. `currency` varchar(3) NOT NULL DEFAULT 'HUF',
  290. `product_vtsz` varchar(2) NOT NULL DEFAULT '',
  291. `product_width` varchar(2) NOT NULL DEFAULT '',
  292. `product_length` varchar(2) NOT NULL DEFAULT '',
  293. `product_height` varchar(2) NOT NULL DEFAULT '',
  294. `product_weight` varchar(2) NOT NULL DEFAULT '',
  295. `filterable` tinyint(4) NOT NULL DEFAULT 0,
  296. `filterable_remarks` varchar(255) DEFAULT NULL,
  297. `default_setting` tinyint(4) NOT NULL DEFAULT 1
  298. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
  299. -- --------------------------------------------------------
  300. --
  301. -- Tábla szerkezet ehhez a táblához `arlista_manager_uploaded_file`
  302. --
  303. CREATE TABLE `arlista_manager_uploaded_file` (
  304. `created_at` datetime NOT NULL,
  305. `created_by` int(11) NOT NULL,
  306. `deleted_at` datetime DEFAULT NULL,
  307. `id` int(11) NOT NULL,
  308. `modified_at` datetime DEFAULT NULL,
  309. `modified_by` int(11) DEFAULT NULL,
  310. `name` varchar(128) NOT NULL,
  311. `status` tinyint(4) NOT NULL DEFAULT 1,
  312. `parent_manufacturer_id` int(11) DEFAULT NULL,
  313. `component_based` int(11) DEFAULT NULL,
  314. `fid` int(11) DEFAULT NULL,
  315. `total_products` int(11) DEFAULT NULL,
  316. `work_flow` varchar(128) NOT NULL
  317. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
  318. -- --------------------------------------------------------
  319. --
  320. -- Tábla szerkezet ehhez a táblához `arlista_manager_uploaded_product`
  321. --
  322. CREATE TABLE `arlista_manager_uploaded_product` (
  323. `created_at` datetime NOT NULL,
  324. `created_by` int(11) NOT NULL,
  325. `deleted_at` datetime DEFAULT NULL,
  326. `id` int(11) NOT NULL,
  327. `modified_at` datetime DEFAULT NULL,
  328. `modified_by` int(11) DEFAULT NULL,
  329. `name` varchar(128) NOT NULL,
  330. `status` tinyint(4) NOT NULL DEFAULT 1,
  331. `sif` varchar(32) DEFAULT NULL,
  332. `parent_category_id` int(11) DEFAULT NULL,
  333. `parent_manufacturer_id` int(11) DEFAULT NULL,
  334. `parent_component_id` int(11) DEFAULT NULL,
  335. `axico_id` varchar(128) DEFAULT NULL,
  336. `axico_name` varchar(128) DEFAULT NULL,
  337. `fabric_name` varchar(128) DEFAULT NULL,
  338. `fabric_id` varchar(128) DEFAULT NULL,
  339. `ean` varchar(32) DEFAULT NULL,
  340. `warranty` int(11) DEFAULT NULL,
  341. `eol` varchar(255) DEFAULT NULL,
  342. `notes` varchar(255) DEFAULT NULL,
  343. `description` varchar(255) DEFAULT NULL,
  344. `price` decimal(20,6) NOT NULL DEFAULT 0.000000,
  345. `list_price` decimal(20,6) NOT NULL DEFAULT 0.000000,
  346. `purchase_price` decimal(20,6) NOT NULL DEFAULT 0.000000,
  347. `price_changed` tinyint(4) NOT NULL DEFAULT 1,
  348. `price_d_one` decimal(20,6) NOT NULL DEFAULT 0.000000,
  349. `price_d_two` decimal(20,6) NOT NULL DEFAULT 0.000000,
  350. `price_spec` decimal(20,6) NOT NULL DEFAULT 0.000000,
  351. `price_v_spec` decimal(20,6) NOT NULL DEFAULT 0.000000,
  352. `price_dev_d_one` decimal(20,6) NOT NULL DEFAULT 0.000000,
  353. `price_dev_d_two` decimal(20,6) NOT NULL DEFAULT 0.000000,
  354. `price_dev_spec` decimal(20,6) NOT NULL DEFAULT 0.000000,
  355. `price_dev_v_spec` decimal(20,6) NOT NULL DEFAULT 0.000000,
  356. `currency` varchar(3) DEFAULT NULL,
  357. `measure_unit` varchar(16) DEFAULT NULL,
  358. `uploaded_file_id` int(11) DEFAULT NULL,
  359. `sheet_index` int(11) DEFAULT NULL,
  360. `correct_status` varchar(32) DEFAULT NULL,
  361. `work_flow` varchar(32) DEFAULT NULL,
  362. `vtsz` varchar(128) DEFAULT NULL,
  363. `width` decimal(20,6) NOT NULL DEFAULT 0.000000,
  364. `length` decimal(20,6) NOT NULL DEFAULT 0.000000,
  365. `height` decimal(20,6) NOT NULL DEFAULT 0.000000,
  366. `weight` decimal(20,6) NOT NULL DEFAULT 0.000000,
  367. `packing_material` varchar(32) DEFAULT NULL,
  368. `listed` tinyint(4) NOT NULL DEFAULT 0,
  369. `prev_axico_name` varchar(128) DEFAULT NULL,
  370. `prev_fabric_name` varchar(128) DEFAULT NULL,
  371. `prev_warranty` int(11) DEFAULT NULL,
  372. `prev_eol` varchar(255) DEFAULT NULL,
  373. `prev_notes` varchar(255) DEFAULT NULL,
  374. `prev_description` varchar(255) DEFAULT NULL,
  375. `prev_price` decimal(20,6) NOT NULL DEFAULT 0.000000
  376. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
  377. -- --------------------------------------------------------
  378. --
  379. -- Tábla szerkezet ehhez a táblához `batch`
  380. --
  381. CREATE TABLE `batch` (
  382. `bid` int(10) UNSIGNED NOT NULL COMMENT 'Primary Key: Unique batch ID.',
  383. `token` varchar(64) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL COMMENT 'A string token generated against the current user''s session id and the batch id, used to ensure that only the user who submitted the batch can effectively access it.',
  384. `timestamp` int(11) NOT NULL COMMENT 'A Unix timestamp indicating when this batch was submitted for processing. Stale batches are purged at cron time.',
  385. `batch` longblob DEFAULT NULL COMMENT 'A serialized array containing the processing data for the batch.'
  386. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Stores details about batches (processes that run in…';
  387. -- --------------------------------------------------------
  388. --
  389. -- Tábla szerkezet ehhez a táblához `bbx_csop`
  390. --
  391. CREATE TABLE `bbx_csop` (
  392. `id` int(11) NOT NULL,
  393. `csopnev` varchar(255) NOT NULL,
  394. `csopkod` varchar(3) NOT NULL
  395. ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_hungarian_ci;
  396. -- --------------------------------------------------------
  397. --
  398. -- Tábla szerkezet ehhez a táblához `bbx_online`
  399. --
  400. CREATE TABLE `bbx_online` (
  401. `id` int(11) NOT NULL,
  402. `SKUcode` varchar(50) NOT NULL,
  403. `cikkszam` varchar(9) NOT NULL,
  404. `csopkod` int(11) NOT NULL,
  405. `G` varchar(3) NOT NULL,
  406. `szallitas` float NOT NULL,
  407. `vam` float NOT NULL,
  408. `termeknev` varchar(255) NOT NULL
  409. ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_hungarian_ci;
  410. -- --------------------------------------------------------
  411. --
  412. -- Tábla szerkezet ehhez a táblához `block_content`
  413. --
  414. CREATE TABLE `block_content` (
  415. `id` int(10) UNSIGNED NOT NULL,
  416. `revision_id` int(10) UNSIGNED DEFAULT NULL,
  417. `type` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL COMMENT 'The ID of the target entity.',
  418. `uuid` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  419. `langcode` varchar(12) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL
  420. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='The base table for block_content entities.';
  421. -- --------------------------------------------------------
  422. --
  423. -- Tábla szerkezet ehhez a táblához `block_content_field_data`
  424. --
  425. CREATE TABLE `block_content_field_data` (
  426. `id` int(10) UNSIGNED NOT NULL,
  427. `revision_id` int(10) UNSIGNED NOT NULL,
  428. `type` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL COMMENT 'The ID of the target entity.',
  429. `langcode` varchar(12) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  430. `status` tinyint(4) NOT NULL,
  431. `info` varchar(255) DEFAULT NULL,
  432. `changed` int(11) DEFAULT NULL,
  433. `reusable` tinyint(4) DEFAULT NULL,
  434. `default_langcode` tinyint(4) NOT NULL,
  435. `revision_translation_affected` tinyint(4) DEFAULT NULL
  436. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='The data table for block_content entities.';
  437. -- --------------------------------------------------------
  438. --
  439. -- Tábla szerkezet ehhez a táblához `block_content_field_revision`
  440. --
  441. CREATE TABLE `block_content_field_revision` (
  442. `id` int(10) UNSIGNED NOT NULL,
  443. `revision_id` int(10) UNSIGNED NOT NULL,
  444. `langcode` varchar(12) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  445. `status` tinyint(4) NOT NULL,
  446. `info` varchar(255) DEFAULT NULL,
  447. `changed` int(11) DEFAULT NULL,
  448. `default_langcode` tinyint(4) NOT NULL,
  449. `revision_translation_affected` tinyint(4) DEFAULT NULL
  450. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='The revision data table for block_content entities.';
  451. -- --------------------------------------------------------
  452. --
  453. -- Tábla szerkezet ehhez a táblához `block_content_revision`
  454. --
  455. CREATE TABLE `block_content_revision` (
  456. `id` int(10) UNSIGNED NOT NULL,
  457. `revision_id` int(10) UNSIGNED NOT NULL,
  458. `langcode` varchar(12) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  459. `revision_user` int(10) UNSIGNED DEFAULT NULL COMMENT 'The ID of the target entity.',
  460. `revision_created` int(11) DEFAULT NULL,
  461. `revision_log` longtext DEFAULT NULL,
  462. `revision_default` tinyint(4) DEFAULT NULL
  463. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='The revision table for block_content entities.';
  464. -- --------------------------------------------------------
  465. --
  466. -- Tábla szerkezet ehhez a táblához `block_content_revision__body`
  467. --
  468. CREATE TABLE `block_content_revision__body` (
  469. `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance',
  470. `deleted` tinyint(4) NOT NULL DEFAULT 0 COMMENT 'A boolean indicating whether this data item has been deleted',
  471. `entity_id` int(10) UNSIGNED NOT NULL COMMENT 'The entity id this data is attached to',
  472. `revision_id` int(10) UNSIGNED NOT NULL COMMENT 'The entity revision id this data is attached to',
  473. `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.',
  474. `delta` int(10) UNSIGNED NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields',
  475. `body_value` longtext NOT NULL,
  476. `body_summary` longtext DEFAULT NULL,
  477. `body_format` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci DEFAULT NULL
  478. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Revision archive storage for block_content field body.';
  479. -- --------------------------------------------------------
  480. --
  481. -- Tábla szerkezet ehhez a táblához `block_content__body`
  482. --
  483. CREATE TABLE `block_content__body` (
  484. `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance',
  485. `deleted` tinyint(4) NOT NULL DEFAULT 0 COMMENT 'A boolean indicating whether this data item has been deleted',
  486. `entity_id` int(10) UNSIGNED NOT NULL COMMENT 'The entity id this data is attached to',
  487. `revision_id` int(10) UNSIGNED NOT NULL COMMENT 'The entity revision id this data is attached to',
  488. `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.',
  489. `delta` int(10) UNSIGNED NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields',
  490. `body_value` longtext NOT NULL,
  491. `body_summary` longtext DEFAULT NULL,
  492. `body_format` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci DEFAULT NULL
  493. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Data storage for block_content field body.';
  494. -- --------------------------------------------------------
  495. --
  496. -- Tábla szerkezet ehhez a táblához `cachetags`
  497. --
  498. CREATE TABLE `cachetags` (
  499. `tag` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'Namespace-prefixed tag string.',
  500. `invalidations` int(11) NOT NULL DEFAULT 0 COMMENT 'Number incremented when the tag is invalidated.'
  501. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Cache table for tracking cache tag invalidations.';
  502. -- --------------------------------------------------------
  503. --
  504. -- Tábla szerkezet ehhez a táblához `cache_bootstrap`
  505. --
  506. CREATE TABLE `cache_bootstrap` (
  507. `cid` varchar(255) CHARACTER SET ascii COLLATE ascii_bin NOT NULL DEFAULT '' COMMENT 'Primary Key: Unique cache ID.',
  508. `data` longblob DEFAULT NULL COMMENT 'A collection of data to cache.',
  509. `expire` int(11) NOT NULL DEFAULT 0 COMMENT 'A Unix timestamp indicating when the cache entry should expire, or -1 for never.',
  510. `created` decimal(14,3) NOT NULL DEFAULT 0.000 COMMENT 'A timestamp with millisecond precision indicating when the cache entry was created.',
  511. `serialized` smallint(6) NOT NULL DEFAULT 0 COMMENT 'A flag to indicate whether content is serialized (1) or not (0).',
  512. `tags` longtext DEFAULT NULL COMMENT 'Space-separated list of cache tags for this entry.',
  513. `checksum` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL COMMENT 'The tag invalidation checksum when this entry was saved.'
  514. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Storage for the cache API.';
  515. -- --------------------------------------------------------
  516. --
  517. -- Tábla szerkezet ehhez a táblához `cache_config`
  518. --
  519. CREATE TABLE `cache_config` (
  520. `cid` varchar(255) CHARACTER SET ascii COLLATE ascii_bin NOT NULL DEFAULT '' COMMENT 'Primary Key: Unique cache ID.',
  521. `data` longblob DEFAULT NULL COMMENT 'A collection of data to cache.',
  522. `expire` int(11) NOT NULL DEFAULT 0 COMMENT 'A Unix timestamp indicating when the cache entry should expire, or -1 for never.',
  523. `created` decimal(14,3) NOT NULL DEFAULT 0.000 COMMENT 'A timestamp with millisecond precision indicating when the cache entry was created.',
  524. `serialized` smallint(6) NOT NULL DEFAULT 0 COMMENT 'A flag to indicate whether content is serialized (1) or not (0).',
  525. `tags` longtext DEFAULT NULL COMMENT 'Space-separated list of cache tags for this entry.',
  526. `checksum` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL COMMENT 'The tag invalidation checksum when this entry was saved.'
  527. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Storage for the cache API.';
  528. -- --------------------------------------------------------
  529. --
  530. -- Tábla szerkezet ehhez a táblához `cache_container`
  531. --
  532. CREATE TABLE `cache_container` (
  533. `cid` varchar(255) CHARACTER SET ascii COLLATE ascii_bin NOT NULL DEFAULT '' COMMENT 'Primary Key: Unique cache ID.',
  534. `data` longblob DEFAULT NULL COMMENT 'A collection of data to cache.',
  535. `expire` int(11) NOT NULL DEFAULT 0 COMMENT 'A Unix timestamp indicating when the cache entry should expire, or -1 for never.',
  536. `created` decimal(14,3) NOT NULL DEFAULT 0.000 COMMENT 'A timestamp with millisecond precision indicating when the cache entry was created.',
  537. `serialized` smallint(6) NOT NULL DEFAULT 0 COMMENT 'A flag to indicate whether content is serialized (1) or not (0).',
  538. `tags` longtext DEFAULT NULL COMMENT 'Space-separated list of cache tags for this entry.',
  539. `checksum` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL COMMENT 'The tag invalidation checksum when this entry was saved.'
  540. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Storage for the cache API.';
  541. -- --------------------------------------------------------
  542. --
  543. -- Tábla szerkezet ehhez a táblához `cache_data`
  544. --
  545. CREATE TABLE `cache_data` (
  546. `cid` varchar(255) CHARACTER SET ascii COLLATE ascii_bin NOT NULL DEFAULT '' COMMENT 'Primary Key: Unique cache ID.',
  547. `data` longblob DEFAULT NULL COMMENT 'A collection of data to cache.',
  548. `expire` int(11) NOT NULL DEFAULT 0 COMMENT 'A Unix timestamp indicating when the cache entry should expire, or -1 for never.',
  549. `created` decimal(14,3) NOT NULL DEFAULT 0.000 COMMENT 'A timestamp with millisecond precision indicating when the cache entry was created.',
  550. `serialized` smallint(6) NOT NULL DEFAULT 0 COMMENT 'A flag to indicate whether content is serialized (1) or not (0).',
  551. `tags` longtext DEFAULT NULL COMMENT 'Space-separated list of cache tags for this entry.',
  552. `checksum` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL COMMENT 'The tag invalidation checksum when this entry was saved.'
  553. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Storage for the cache API.';
  554. -- --------------------------------------------------------
  555. --
  556. -- Tábla szerkezet ehhez a táblához `cache_default`
  557. --
  558. CREATE TABLE `cache_default` (
  559. `cid` varchar(255) CHARACTER SET ascii COLLATE ascii_bin NOT NULL DEFAULT '' COMMENT 'Primary Key: Unique cache ID.',
  560. `data` longblob DEFAULT NULL COMMENT 'A collection of data to cache.',
  561. `expire` int(11) NOT NULL DEFAULT 0 COMMENT 'A Unix timestamp indicating when the cache entry should expire, or -1 for never.',
  562. `created` decimal(14,3) NOT NULL DEFAULT 0.000 COMMENT 'A timestamp with millisecond precision indicating when the cache entry was created.',
  563. `serialized` smallint(6) NOT NULL DEFAULT 0 COMMENT 'A flag to indicate whether content is serialized (1) or not (0).',
  564. `tags` longtext DEFAULT NULL COMMENT 'Space-separated list of cache tags for this entry.',
  565. `checksum` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL COMMENT 'The tag invalidation checksum when this entry was saved.'
  566. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Storage for the cache API.';
  567. -- --------------------------------------------------------
  568. --
  569. -- Tábla szerkezet ehhez a táblához `cache_discovery`
  570. --
  571. CREATE TABLE `cache_discovery` (
  572. `cid` varchar(255) CHARACTER SET ascii COLLATE ascii_bin NOT NULL DEFAULT '' COMMENT 'Primary Key: Unique cache ID.',
  573. `data` longblob DEFAULT NULL COMMENT 'A collection of data to cache.',
  574. `expire` int(11) NOT NULL DEFAULT 0 COMMENT 'A Unix timestamp indicating when the cache entry should expire, or -1 for never.',
  575. `created` decimal(14,3) NOT NULL DEFAULT 0.000 COMMENT 'A timestamp with millisecond precision indicating when the cache entry was created.',
  576. `serialized` smallint(6) NOT NULL DEFAULT 0 COMMENT 'A flag to indicate whether content is serialized (1) or not (0).',
  577. `tags` longtext DEFAULT NULL COMMENT 'Space-separated list of cache tags for this entry.',
  578. `checksum` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL COMMENT 'The tag invalidation checksum when this entry was saved.'
  579. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Storage for the cache API.';
  580. -- --------------------------------------------------------
  581. --
  582. -- Tábla szerkezet ehhez a táblához `cache_dynamic_page_cache`
  583. --
  584. CREATE TABLE `cache_dynamic_page_cache` (
  585. `cid` varchar(255) CHARACTER SET ascii COLLATE ascii_bin NOT NULL DEFAULT '' COMMENT 'Primary Key: Unique cache ID.',
  586. `data` longblob DEFAULT NULL COMMENT 'A collection of data to cache.',
  587. `expire` int(11) NOT NULL DEFAULT 0 COMMENT 'A Unix timestamp indicating when the cache entry should expire, or -1 for never.',
  588. `created` decimal(14,3) NOT NULL DEFAULT 0.000 COMMENT 'A timestamp with millisecond precision indicating when the cache entry was created.',
  589. `serialized` smallint(6) NOT NULL DEFAULT 0 COMMENT 'A flag to indicate whether content is serialized (1) or not (0).',
  590. `tags` longtext DEFAULT NULL COMMENT 'Space-separated list of cache tags for this entry.',
  591. `checksum` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL COMMENT 'The tag invalidation checksum when this entry was saved.'
  592. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Storage for the cache API.';
  593. -- --------------------------------------------------------
  594. --
  595. -- Tábla szerkezet ehhez a táblához `cache_entity`
  596. --
  597. CREATE TABLE `cache_entity` (
  598. `cid` varchar(255) CHARACTER SET ascii COLLATE ascii_bin NOT NULL DEFAULT '' COMMENT 'Primary Key: Unique cache ID.',
  599. `data` longblob DEFAULT NULL COMMENT 'A collection of data to cache.',
  600. `expire` int(11) NOT NULL DEFAULT 0 COMMENT 'A Unix timestamp indicating when the cache entry should expire, or -1 for never.',
  601. `created` decimal(14,3) NOT NULL DEFAULT 0.000 COMMENT 'A timestamp with millisecond precision indicating when the cache entry was created.',
  602. `serialized` smallint(6) NOT NULL DEFAULT 0 COMMENT 'A flag to indicate whether content is serialized (1) or not (0).',
  603. `tags` longtext DEFAULT NULL COMMENT 'Space-separated list of cache tags for this entry.',
  604. `checksum` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL COMMENT 'The tag invalidation checksum when this entry was saved.'
  605. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Storage for the cache API.';
  606. -- --------------------------------------------------------
  607. --
  608. -- Tábla szerkezet ehhez a táblához `cache_menu`
  609. --
  610. CREATE TABLE `cache_menu` (
  611. `cid` varchar(255) CHARACTER SET ascii COLLATE ascii_bin NOT NULL DEFAULT '' COMMENT 'Primary Key: Unique cache ID.',
  612. `data` longblob DEFAULT NULL COMMENT 'A collection of data to cache.',
  613. `expire` int(11) NOT NULL DEFAULT 0 COMMENT 'A Unix timestamp indicating when the cache entry should expire, or -1 for never.',
  614. `created` decimal(14,3) NOT NULL DEFAULT 0.000 COMMENT 'A timestamp with millisecond precision indicating when the cache entry was created.',
  615. `serialized` smallint(6) NOT NULL DEFAULT 0 COMMENT 'A flag to indicate whether content is serialized (1) or not (0).',
  616. `tags` longtext DEFAULT NULL COMMENT 'Space-separated list of cache tags for this entry.',
  617. `checksum` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL COMMENT 'The tag invalidation checksum when this entry was saved.'
  618. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Storage for the cache API.';
  619. -- --------------------------------------------------------
  620. --
  621. -- Tábla szerkezet ehhez a táblához `cache_page`
  622. --
  623. CREATE TABLE `cache_page` (
  624. `cid` varchar(255) CHARACTER SET ascii COLLATE ascii_bin NOT NULL DEFAULT '' COMMENT 'Primary Key: Unique cache ID.',
  625. `data` longblob DEFAULT NULL COMMENT 'A collection of data to cache.',
  626. `expire` int(11) NOT NULL DEFAULT 0 COMMENT 'A Unix timestamp indicating when the cache entry should expire, or -1 for never.',
  627. `created` decimal(14,3) NOT NULL DEFAULT 0.000 COMMENT 'A timestamp with millisecond precision indicating when the cache entry was created.',
  628. `serialized` smallint(6) NOT NULL DEFAULT 0 COMMENT 'A flag to indicate whether content is serialized (1) or not (0).',
  629. `tags` longtext DEFAULT NULL COMMENT 'Space-separated list of cache tags for this entry.',
  630. `checksum` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL COMMENT 'The tag invalidation checksum when this entry was saved.'
  631. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Storage for the cache API.';
  632. -- --------------------------------------------------------
  633. --
  634. -- Tábla szerkezet ehhez a táblához `cache_render`
  635. --
  636. CREATE TABLE `cache_render` (
  637. `cid` varchar(255) CHARACTER SET ascii COLLATE ascii_bin NOT NULL DEFAULT '' COMMENT 'Primary Key: Unique cache ID.',
  638. `data` longblob DEFAULT NULL COMMENT 'A collection of data to cache.',
  639. `expire` int(11) NOT NULL DEFAULT 0 COMMENT 'A Unix timestamp indicating when the cache entry should expire, or -1 for never.',
  640. `created` decimal(14,3) NOT NULL DEFAULT 0.000 COMMENT 'A timestamp with millisecond precision indicating when the cache entry was created.',
  641. `serialized` smallint(6) NOT NULL DEFAULT 0 COMMENT 'A flag to indicate whether content is serialized (1) or not (0).',
  642. `tags` longtext DEFAULT NULL COMMENT 'Space-separated list of cache tags for this entry.',
  643. `checksum` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL COMMENT 'The tag invalidation checksum when this entry was saved.'
  644. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Storage for the cache API.';
  645. -- --------------------------------------------------------
  646. --
  647. -- Tábla szerkezet ehhez a táblához `cache_toolbar`
  648. --
  649. CREATE TABLE `cache_toolbar` (
  650. `cid` varchar(255) CHARACTER SET ascii COLLATE ascii_bin NOT NULL DEFAULT '' COMMENT 'Primary Key: Unique cache ID.',
  651. `data` longblob DEFAULT NULL COMMENT 'A collection of data to cache.',
  652. `expire` int(11) NOT NULL DEFAULT 0 COMMENT 'A Unix timestamp indicating when the cache entry should expire, or -1 for never.',
  653. `created` decimal(14,3) NOT NULL DEFAULT 0.000 COMMENT 'A timestamp with millisecond precision indicating when the cache entry was created.',
  654. `serialized` smallint(6) NOT NULL DEFAULT 0 COMMENT 'A flag to indicate whether content is serialized (1) or not (0).',
  655. `tags` longtext DEFAULT NULL COMMENT 'Space-separated list of cache tags for this entry.',
  656. `checksum` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL COMMENT 'The tag invalidation checksum when this entry was saved.'
  657. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Storage for the cache API.';
  658. -- --------------------------------------------------------
  659. --
  660. -- Tábla szerkezet ehhez a táblához `comment`
  661. --
  662. CREATE TABLE `comment` (
  663. `cid` int(10) UNSIGNED NOT NULL,
  664. `comment_type` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL COMMENT 'The ID of the target entity.',
  665. `uuid` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  666. `langcode` varchar(12) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL
  667. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='The base table for comment entities.';
  668. -- --------------------------------------------------------
  669. --
  670. -- Tábla szerkezet ehhez a táblához `comment_entity_statistics`
  671. --
  672. CREATE TABLE `comment_entity_statistics` (
  673. `entity_id` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'The entity_id of the entity for which the statistics are compiled.',
  674. `entity_type` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT 'node' COMMENT 'The entity_type of the entity to which this comment is a reply.',
  675. `field_name` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field_name of the field that was used to add this comment.',
  676. `cid` int(11) NOT NULL DEFAULT 0 COMMENT 'The "comment".cid of the last comment.',
  677. `last_comment_timestamp` int(11) NOT NULL DEFAULT 0 COMMENT 'The Unix timestamp of the last comment that was posted within this node, from "comment".changed.',
  678. `last_comment_name` varchar(60) DEFAULT NULL COMMENT 'The name of the latest author to post a comment on this node, from "comment".name.',
  679. `last_comment_uid` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'The user ID of the latest author to post a comment on this node, from "comment".uid.',
  680. `comment_count` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'The total number of comments on this entity.'
  681. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Maintains statistics of entity and comments posts to show …';
  682. -- --------------------------------------------------------
  683. --
  684. -- Tábla szerkezet ehhez a táblához `comment_field_data`
  685. --
  686. CREATE TABLE `comment_field_data` (
  687. `cid` int(10) UNSIGNED NOT NULL,
  688. `comment_type` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL COMMENT 'The ID of the target entity.',
  689. `langcode` varchar(12) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  690. `status` tinyint(4) NOT NULL,
  691. `uid` int(10) UNSIGNED NOT NULL COMMENT 'The ID of the target entity.',
  692. `pid` int(10) UNSIGNED DEFAULT NULL COMMENT 'The ID of the target entity.',
  693. `entity_id` int(10) UNSIGNED DEFAULT NULL COMMENT 'The ID of the target entity.',
  694. `subject` varchar(64) DEFAULT NULL,
  695. `name` varchar(60) DEFAULT NULL,
  696. `mail` varchar(254) DEFAULT NULL,
  697. `homepage` varchar(255) DEFAULT NULL,
  698. `hostname` varchar(128) DEFAULT NULL,
  699. `created` int(11) NOT NULL,
  700. `changed` int(11) DEFAULT NULL,
  701. `thread` varchar(255) NOT NULL,
  702. `entity_type` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  703. `field_name` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  704. `default_langcode` tinyint(4) NOT NULL
  705. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='The data table for comment entities.';
  706. -- --------------------------------------------------------
  707. --
  708. -- Tábla szerkezet ehhez a táblához `comment__comment_body`
  709. --
  710. CREATE TABLE `comment__comment_body` (
  711. `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance',
  712. `deleted` tinyint(4) NOT NULL DEFAULT 0 COMMENT 'A boolean indicating whether this data item has been deleted',
  713. `entity_id` int(10) UNSIGNED NOT NULL COMMENT 'The entity id this data is attached to',
  714. `revision_id` int(10) UNSIGNED NOT NULL COMMENT 'The entity revision id this data is attached to, which for an unversioned entity type is the same as the entity id',
  715. `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.',
  716. `delta` int(10) UNSIGNED NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields',
  717. `comment_body_value` longtext NOT NULL,
  718. `comment_body_format` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci DEFAULT NULL
  719. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Data storage for comment field comment_body.';
  720. -- --------------------------------------------------------
  721. --
  722. -- Tábla szerkezet ehhez a táblához `config`
  723. --
  724. CREATE TABLE `config` (
  725. `collection` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'Primary Key: Config object collection.',
  726. `name` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'Primary Key: Config object name.',
  727. `data` longblob DEFAULT NULL COMMENT 'A serialized configuration object data.'
  728. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='The base table for configuration data.';
  729. -- --------------------------------------------------------
  730. --
  731. -- Tábla szerkezet ehhez a táblához `file_managed`
  732. --
  733. CREATE TABLE `file_managed` (
  734. `fid` int(10) UNSIGNED NOT NULL,
  735. `uuid` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  736. `langcode` varchar(12) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  737. `uid` int(10) UNSIGNED DEFAULT NULL COMMENT 'The ID of the target entity.',
  738. `filename` varchar(255) DEFAULT NULL,
  739. `uri` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
  740. `filemime` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci DEFAULT NULL,
  741. `filesize` bigint(20) UNSIGNED DEFAULT NULL,
  742. `status` tinyint(4) NOT NULL,
  743. `created` int(11) DEFAULT NULL,
  744. `changed` int(11) NOT NULL
  745. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='The base table for file entities.';
  746. -- --------------------------------------------------------
  747. --
  748. -- Tábla szerkezet ehhez a táblához `file_usage`
  749. --
  750. CREATE TABLE `file_usage` (
  751. `fid` int(10) UNSIGNED NOT NULL COMMENT 'File ID.',
  752. `module` varchar(50) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The name of the module that is using the file.',
  753. `type` varchar(64) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The name of the object type in which the file is used.',
  754. `id` varchar(64) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '0' COMMENT 'The primary key of the object using the file.',
  755. `count` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'The number of times this file is used by this object.'
  756. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Track where a file is used.';
  757. -- --------------------------------------------------------
  758. --
  759. -- Tábla szerkezet ehhez a táblához `flood`
  760. --
  761. CREATE TABLE `flood` (
  762. `fid` int(11) NOT NULL COMMENT 'Unique flood event ID.',
  763. `event` varchar(64) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'Name of event (e.g. contact).',
  764. `identifier` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'Identifier of the visitor, such as an IP address or hostname.',
  765. `timestamp` int(11) NOT NULL DEFAULT 0 COMMENT 'Timestamp of the event.',
  766. `expiration` int(11) NOT NULL DEFAULT 0 COMMENT 'Expiration timestamp. Expired events are purged on cron run.'
  767. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Flood controls the threshold of events, such as the number…';
  768. -- --------------------------------------------------------
  769. --
  770. -- Tábla szerkezet ehhez a táblához `history`
  771. --
  772. CREATE TABLE `history` (
  773. `uid` int(11) NOT NULL DEFAULT 0 COMMENT 'The "users".uid that read the "node" nid.',
  774. `nid` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'The "node".nid that was read.',
  775. `timestamp` int(11) NOT NULL DEFAULT 0 COMMENT 'The Unix timestamp at which the read occurred.'
  776. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='A record of which "users" have read which "node"s.';
  777. -- --------------------------------------------------------
  778. --
  779. -- Tábla szerkezet ehhez a táblához `key_value`
  780. --
  781. CREATE TABLE `key_value` (
  782. `collection` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'A named collection of key and value pairs.',
  783. `name` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The key of the key-value pair. As KEY is a SQL reserved keyword, name was chosen instead.',
  784. `value` longblob NOT NULL COMMENT 'The value.'
  785. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Generic key-value storage table. See the state system for…';
  786. -- --------------------------------------------------------
  787. --
  788. -- Tábla szerkezet ehhez a táblához `key_value_expire`
  789. --
  790. CREATE TABLE `key_value_expire` (
  791. `collection` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'A named collection of key and value pairs.',
  792. `name` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The key of the key/value pair.',
  793. `value` longblob NOT NULL COMMENT 'The value of the key/value pair.',
  794. `expire` int(11) NOT NULL DEFAULT 2147483647 COMMENT 'The time since Unix epoch in seconds when this item expires. Defaults to the maximum possible time.'
  795. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Generic key/value storage table with an expiration.';
  796. -- --------------------------------------------------------
  797. --
  798. -- Tábla szerkezet ehhez a táblához `komp_amd`
  799. --
  800. CREATE TABLE `komp_amd` (
  801. `id` int(11) NOT NULL,
  802. `P_N` varchar(255) NOT NULL,
  803. `AMD_OPN` varchar(255) NOT NULL,
  804. `megnevezes` varchar(255) NOT NULL,
  805. `Remark` varchar(255) NOT NULL,
  806. `SPA` float UNSIGNED DEFAULT NULL,
  807. `Price` float UNSIGNED NOT NULL,
  808. `cikkszam` varchar(9) NOT NULL,
  809. `SPA_start` date DEFAULT NULL,
  810. `SPA_end` date DEFAULT NULL,
  811. `VTSZ` varchar(40) NOT NULL,
  812. `EAN` varchar(17) NOT NULL,
  813. `Description` varchar(255) NOT NULL,
  814. `Hosszu_leiras` tinytext NOT NULL,
  815. `G` smallint(6) NOT NULL,
  816. `SZ` enum('db','m','kg') NOT NULL DEFAULT 'db',
  817. `Lista_brutto` double UNSIGNED NOT NULL,
  818. `Lista_netto` double UNSIGNED NOT NULL,
  819. `D3` double UNSIGNED NOT NULL,
  820. `D2` double UNSIGNED NOT NULL,
  821. `D1` float UNSIGNED NOT NULL,
  822. `SPEC` double UNSIGNED NOT NULL,
  823. `VSP` double UNSIGNED NOT NULL,
  824. `Dev_D2` double UNSIGNED NOT NULL,
  825. `Dev_D1` double UNSIGNED NOT NULL,
  826. `Dev_SPEC` double UNSIGNED NOT NULL,
  827. `Dev_VSP` double UNSIGNED NOT NULL,
  828. `Devizanem` enum('HUF','USD','EUR') NOT NULL DEFAULT 'USD',
  829. `Webcsop` smallint(6) NOT NULL,
  830. `Szallitasi_koltseg` float NOT NULL,
  831. `Elorefizetes` float NOT NULL,
  832. `Beszerzesi_ar` double UNSIGNED NOT NULL,
  833. `Webaruhazba` char(1) NOT NULL,
  834. `Elterites` float NOT NULL,
  835. `KT` double UNSIGNED NOT NULL,
  836. `KOR_ALAP` double UNSIGNED NOT NULL,
  837. `tartalek1` varchar(3) NOT NULL,
  838. `tartalek2` varchar(50) NOT NULL,
  839. `szarmazas` varchar(1) NOT NULL DEFAULT 'g',
  840. `Termeksuly` float UNSIGNED NOT NULL,
  841. `Csmuanyag` float UNSIGNED NOT NULL,
  842. `Cspapir` float UNSIGNED NOT NULL,
  843. `Csfa` float UNSIGNED NOT NULL,
  844. `Szelesseg` float UNSIGNED NOT NULL,
  845. `Hosszusag` float UNSIGNED NOT NULL,
  846. `Magassag` float UNSIGNED NOT NULL
  847. ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_hungarian_ci COMMENT='AMD komponens árlista';
  848. -- --------------------------------------------------------
  849. --
  850. -- Tábla szerkezet ehhez a táblához `komp_aoc`
  851. --
  852. CREATE TABLE `komp_aoc` (
  853. `id` int(11) NOT NULL,
  854. `P_N` varchar(255) NOT NULL,
  855. `megnevezes` varchar(255) NOT NULL,
  856. `Remark` varchar(255) NOT NULL,
  857. `SPA` float UNSIGNED DEFAULT NULL,
  858. `Price` float UNSIGNED NOT NULL,
  859. `cikkszam` varchar(9) NOT NULL,
  860. `SPA_start` date DEFAULT NULL,
  861. `SPA_end` date DEFAULT NULL,
  862. `VTSZ` varchar(40) NOT NULL,
  863. `EAN` varchar(17) NOT NULL,
  864. `Description` varchar(255) NOT NULL,
  865. `Hosszu_leiras` tinytext NOT NULL,
  866. `G` smallint(6) NOT NULL,
  867. `SZ` enum('db','m','kg') NOT NULL DEFAULT 'db',
  868. `Lista_brutto` double UNSIGNED NOT NULL,
  869. `Lista_netto` double UNSIGNED NOT NULL,
  870. `D3` double UNSIGNED NOT NULL,
  871. `D2` double UNSIGNED NOT NULL,
  872. `D1` float UNSIGNED NOT NULL,
  873. `SPEC` double UNSIGNED NOT NULL,
  874. `VSP` double UNSIGNED NOT NULL,
  875. `Dev_D2` double UNSIGNED NOT NULL,
  876. `Dev_D1` double UNSIGNED NOT NULL,
  877. `Dev_SPEC` double UNSIGNED NOT NULL,
  878. `Dev_VSP` double UNSIGNED NOT NULL,
  879. `Devizanem` enum('HUF','USD','EUR') NOT NULL DEFAULT 'USD',
  880. `Webcsop` smallint(6) NOT NULL,
  881. `Szallitasi_koltseg` float NOT NULL,
  882. `Elorefizetes` float NOT NULL,
  883. `Beszerzesi_ar` double UNSIGNED NOT NULL,
  884. `Webaruhazba` char(1) NOT NULL,
  885. `Elterites` float NOT NULL,
  886. `KT` double UNSIGNED NOT NULL,
  887. `KOR_ALAP` double UNSIGNED NOT NULL,
  888. `tartalek1` varchar(3) NOT NULL,
  889. `tartalek2` varchar(50) NOT NULL,
  890. `szarmazas` varchar(1) NOT NULL DEFAULT 'g',
  891. `Termeksuly` float UNSIGNED NOT NULL,
  892. `Csmuanyag` float UNSIGNED NOT NULL,
  893. `Cspapir` float UNSIGNED NOT NULL,
  894. `Csfa` float UNSIGNED NOT NULL,
  895. `Szelesseg` float UNSIGNED NOT NULL,
  896. `Hosszusag` float UNSIGNED NOT NULL,
  897. `Magassag` float UNSIGNED NOT NULL
  898. ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_hungarian_ci COMMENT='AOC komponens árlista';
  899. -- --------------------------------------------------------
  900. --
  901. -- Tábla szerkezet ehhez a táblához `komp_csop`
  902. --
  903. CREATE TABLE `komp_csop` (
  904. `id` int(11) NOT NULL,
  905. `csopkod` varchar(3) NOT NULL,
  906. `csopnev` varchar(255) NOT NULL,
  907. `sorrend` tinyint(3) UNSIGNED NOT NULL,
  908. `gyarto` varchar(10) NOT NULL
  909. ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_hungarian_ci COMMENT='komp_csoport';
  910. -- --------------------------------------------------------
  911. --
  912. -- Tábla szerkezet ehhez a táblához `komp_gpu`
  913. --
  914. CREATE TABLE `komp_gpu` (
  915. `id` int(11) NOT NULL,
  916. `P_N` varchar(255) NOT NULL,
  917. `GPU_P_N` varchar(255) NOT NULL,
  918. `megnevezes` varchar(255) NOT NULL,
  919. `Remark` varchar(255) NOT NULL,
  920. `SPA` float UNSIGNED DEFAULT NULL,
  921. `Price` float UNSIGNED NOT NULL,
  922. `cikkszam` varchar(9) NOT NULL,
  923. `SPA_start` date DEFAULT NULL,
  924. `SPA_end` date DEFAULT NULL,
  925. `VTSZ` varchar(40) NOT NULL,
  926. `EAN` varchar(17) NOT NULL,
  927. `Description` varchar(255) NOT NULL,
  928. `Hosszu_leiras` tinytext NOT NULL,
  929. `G` smallint(6) NOT NULL,
  930. `SZ` enum('db','m','kg') NOT NULL DEFAULT 'db',
  931. `Lista_brutto` double UNSIGNED NOT NULL,
  932. `Lista_netto` double UNSIGNED NOT NULL,
  933. `D3` double UNSIGNED NOT NULL,
  934. `D2` double UNSIGNED NOT NULL,
  935. `D1` float UNSIGNED NOT NULL,
  936. `SPEC` double UNSIGNED NOT NULL,
  937. `VSP` double UNSIGNED NOT NULL,
  938. `Dev_D2` double UNSIGNED NOT NULL,
  939. `Dev_D1` double UNSIGNED NOT NULL,
  940. `Dev_SPEC` double UNSIGNED NOT NULL,
  941. `Dev_VSP` double UNSIGNED NOT NULL,
  942. `Devizanem` enum('HUF','USD','EUR') NOT NULL DEFAULT 'USD',
  943. `Webcsop` smallint(6) NOT NULL,
  944. `Szallitasi_koltseg` float NOT NULL,
  945. `Elorefizetes` float NOT NULL,
  946. `Beszerzesi_ar` double UNSIGNED NOT NULL,
  947. `Webaruhazba` char(1) NOT NULL,
  948. `Elterites` float NOT NULL,
  949. `KT` double UNSIGNED NOT NULL,
  950. `KOR_ALAP` double UNSIGNED NOT NULL,
  951. `tartalek1` varchar(3) NOT NULL,
  952. `tartalek2` varchar(50) NOT NULL,
  953. `szarmazas` varchar(1) NOT NULL DEFAULT 'g',
  954. `Termeksuly` float UNSIGNED NOT NULL,
  955. `Csmuanyag` float UNSIGNED NOT NULL,
  956. `Cspapir` float UNSIGNED NOT NULL,
  957. `Csfa` float UNSIGNED NOT NULL,
  958. `Szelesseg` float UNSIGNED NOT NULL,
  959. `Hosszusag` float UNSIGNED NOT NULL,
  960. `Magassag` float UNSIGNED NOT NULL
  961. ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_hungarian_ci COMMENT='GPU komponens árlista';
  962. -- --------------------------------------------------------
  963. --
  964. -- Tábla szerkezet ehhez a táblához `komp_hdd`
  965. --
  966. CREATE TABLE `komp_hdd` (
  967. `id` int(11) NOT NULL,
  968. `P_N` varchar(255) NOT NULL,
  969. `HDD_P_N` varchar(255) NOT NULL,
  970. `megnevezes` varchar(255) NOT NULL,
  971. `Remark` varchar(255) NOT NULL,
  972. `SPA` float UNSIGNED DEFAULT NULL,
  973. `Price` float UNSIGNED NOT NULL,
  974. `cikkszam` varchar(9) NOT NULL,
  975. `SPA_start` date DEFAULT NULL,
  976. `SPA_end` date DEFAULT NULL,
  977. `VTSZ` varchar(40) NOT NULL,
  978. `EAN` varchar(17) NOT NULL,
  979. `Description` varchar(255) NOT NULL,
  980. `Hosszu_leiras` tinytext NOT NULL,
  981. `G` smallint(6) NOT NULL,
  982. `SZ` enum('db','m','kg') NOT NULL DEFAULT 'db',
  983. `Lista_brutto` double UNSIGNED NOT NULL,
  984. `Lista_netto` double UNSIGNED NOT NULL,
  985. `D3` double UNSIGNED NOT NULL,
  986. `D2` double UNSIGNED NOT NULL,
  987. `D1` float UNSIGNED NOT NULL,
  988. `SPEC` double UNSIGNED NOT NULL,
  989. `VSP` double UNSIGNED NOT NULL,
  990. `Dev_D2` double UNSIGNED NOT NULL,
  991. `Dev_D1` double UNSIGNED NOT NULL,
  992. `Dev_SPEC` double UNSIGNED NOT NULL,
  993. `Dev_VSP` double UNSIGNED NOT NULL,
  994. `Devizanem` enum('HUF','USD','EUR') NOT NULL DEFAULT 'USD',
  995. `Webcsop` smallint(6) NOT NULL,
  996. `Szallitasi_koltseg` float NOT NULL,
  997. `Elorefizetes` float NOT NULL,
  998. `Beszerzesi_ar` double UNSIGNED NOT NULL,
  999. `Webaruhazba` char(1) NOT NULL,
  1000. `Elterites` float NOT NULL,
  1001. `KT` double UNSIGNED NOT NULL,
  1002. `KOR_ALAP` double UNSIGNED NOT NULL,
  1003. `tartalek1` varchar(3) NOT NULL,
  1004. `tartalek2` varchar(3) NOT NULL,
  1005. `szarmazas` varchar(1) NOT NULL DEFAULT 'g',
  1006. `Termeksuly` float UNSIGNED NOT NULL,
  1007. `Csmuanyag` float UNSIGNED NOT NULL,
  1008. `Cspapir` float UNSIGNED NOT NULL,
  1009. `Csfa` float UNSIGNED NOT NULL,
  1010. `Szelesseg` float UNSIGNED NOT NULL,
  1011. `Hosszusag` float UNSIGNED NOT NULL,
  1012. `Magassag` float UNSIGNED NOT NULL
  1013. ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_hungarian_ci COMMENT='HDD komponens árlista';
  1014. -- --------------------------------------------------------
  1015. --
  1016. -- Tábla szerkezet ehhez a táblához `komp_intel`
  1017. --
  1018. CREATE TABLE `komp_intel` (
  1019. `id` int(11) NOT NULL,
  1020. `P_N` varchar(255) NOT NULL,
  1021. `INTEL_P_N` varchar(255) NOT NULL,
  1022. `megnevezes` varchar(255) NOT NULL,
  1023. `Remark` varchar(255) NOT NULL,
  1024. `SPA` float UNSIGNED DEFAULT NULL,
  1025. `Price` float UNSIGNED NOT NULL,
  1026. `cikkszam` varchar(9) NOT NULL,
  1027. `SPA_start` date DEFAULT NULL,
  1028. `SPA_end` date DEFAULT NULL,
  1029. `VTSZ` varchar(40) NOT NULL,
  1030. `EAN` varchar(17) NOT NULL,
  1031. `Description` varchar(255) NOT NULL,
  1032. `Hosszu_leiras` tinytext NOT NULL,
  1033. `G` smallint(6) NOT NULL,
  1034. `SZ` enum('db','m','kg') NOT NULL DEFAULT 'db',
  1035. `Lista_brutto` double UNSIGNED NOT NULL,
  1036. `Lista_netto` double UNSIGNED NOT NULL,
  1037. `D3` double UNSIGNED NOT NULL,
  1038. `D2` double UNSIGNED NOT NULL,
  1039. `D1` float UNSIGNED NOT NULL,
  1040. `SPEC` double UNSIGNED NOT NULL,
  1041. `VSP` double UNSIGNED NOT NULL,
  1042. `Dev_D2` double UNSIGNED NOT NULL,
  1043. `Dev_D1` double UNSIGNED NOT NULL,
  1044. `Dev_SPEC` double UNSIGNED NOT NULL,
  1045. `Dev_VSP` double UNSIGNED NOT NULL,
  1046. `Devizanem` enum('HUF','USD','EUR') NOT NULL DEFAULT 'USD',
  1047. `Webcsop` smallint(6) NOT NULL,
  1048. `Szallitasi_koltseg` float NOT NULL,
  1049. `Elorefizetes` float NOT NULL,
  1050. `Beszerzesi_ar` double UNSIGNED NOT NULL,
  1051. `Webaruhazba` char(1) NOT NULL,
  1052. `Elterites` float NOT NULL,
  1053. `KT` double UNSIGNED NOT NULL,
  1054. `KOR_ALAP` double UNSIGNED NOT NULL,
  1055. `tartalek1` varchar(3) NOT NULL,
  1056. `tartalek2` varchar(50) NOT NULL,
  1057. `szarmazas` varchar(1) NOT NULL DEFAULT 'g',
  1058. `Termeksuly` float UNSIGNED NOT NULL,
  1059. `Csmuanyag` float UNSIGNED NOT NULL,
  1060. `Cspapir` float UNSIGNED NOT NULL,
  1061. `Csfa` float UNSIGNED NOT NULL,
  1062. `Szelesseg` float UNSIGNED NOT NULL,
  1063. `Hosszusag` float UNSIGNED NOT NULL,
  1064. `Magassag` float UNSIGNED NOT NULL
  1065. ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_hungarian_ci COMMENT='Intel komponens árlista';
  1066. -- --------------------------------------------------------
  1067. --
  1068. -- Tábla szerkezet ehhez a táblához `komp_mem`
  1069. --
  1070. CREATE TABLE `komp_mem` (
  1071. `id` int(11) NOT NULL,
  1072. `P_N` varchar(255) NOT NULL,
  1073. `MEM_P_N` varchar(255) NOT NULL,
  1074. `megnevezes` varchar(255) NOT NULL,
  1075. `Remark` varchar(255) NOT NULL,
  1076. `SPA` float UNSIGNED DEFAULT NULL,
  1077. `Price` float UNSIGNED NOT NULL,
  1078. `cikkszam` varchar(9) NOT NULL,
  1079. `SPA_start` date DEFAULT NULL,
  1080. `SPA_end` date DEFAULT NULL,
  1081. `VTSZ` varchar(40) NOT NULL,
  1082. `EAN` varchar(17) NOT NULL,
  1083. `Description` varchar(255) NOT NULL,
  1084. `Hosszu_leiras` tinytext NOT NULL,
  1085. `G` smallint(6) NOT NULL,
  1086. `SZ` enum('db','m','kg') NOT NULL DEFAULT 'db',
  1087. `Lista_brutto` double UNSIGNED NOT NULL,
  1088. `Lista_netto` double UNSIGNED NOT NULL,
  1089. `D3` double UNSIGNED NOT NULL,
  1090. `D2` double UNSIGNED NOT NULL,
  1091. `D1` float UNSIGNED NOT NULL,
  1092. `SPEC` double UNSIGNED NOT NULL,
  1093. `VSP` double UNSIGNED NOT NULL,
  1094. `Dev_D2` double UNSIGNED NOT NULL,
  1095. `Dev_D1` double UNSIGNED NOT NULL,
  1096. `Dev_SPEC` double UNSIGNED NOT NULL,
  1097. `Dev_VSP` double UNSIGNED NOT NULL,
  1098. `Devizanem` enum('HUF','USD','EUR') NOT NULL DEFAULT 'USD',
  1099. `Webcsop` smallint(6) NOT NULL,
  1100. `Szallitasi_koltseg` float NOT NULL,
  1101. `Elorefizetes` float NOT NULL,
  1102. `Beszerzesi_ar` double UNSIGNED NOT NULL,
  1103. `Webaruhazba` char(1) NOT NULL,
  1104. `Elterites` float NOT NULL,
  1105. `KT` double UNSIGNED NOT NULL,
  1106. `KOR_ALAP` double UNSIGNED NOT NULL,
  1107. `tartalek1` varchar(3) NOT NULL,
  1108. `tartalek2` varchar(50) NOT NULL,
  1109. `szarmazas` varchar(1) NOT NULL DEFAULT 'g',
  1110. `Termeksuly` float UNSIGNED NOT NULL,
  1111. `Csmuanyag` float UNSIGNED NOT NULL,
  1112. `Cspapir` float UNSIGNED NOT NULL,
  1113. `Csfa` float UNSIGNED NOT NULL,
  1114. `Szelesseg` float UNSIGNED NOT NULL,
  1115. `Hosszusag` float UNSIGNED NOT NULL,
  1116. `Magassag` float UNSIGNED NOT NULL
  1117. ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_hungarian_ci COMMENT='Memória komponens árlista';
  1118. -- --------------------------------------------------------
  1119. --
  1120. -- Tábla szerkezet ehhez a táblához `komp_parameter`
  1121. --
  1122. CREATE TABLE `komp_parameter` (
  1123. `id` tinyint(4) NOT NULL,
  1124. `Afa` double NOT NULL,
  1125. `USD` double NOT NULL,
  1126. `LISTA` double NOT NULL,
  1127. `D3` double NOT NULL,
  1128. `D2` double NOT NULL,
  1129. `D1` double NOT NULL,
  1130. `SPEC` double NOT NULL,
  1131. `VSP` double NOT NULL,
  1132. `mszk` float NOT NULL DEFAULT 1.02,
  1133. `Dev_D2` double NOT NULL,
  1134. `Dev_D1` double NOT NULL,
  1135. `Dev_SPEC` double NOT NULL,
  1136. `Dev_VSP` double NOT NULL,
  1137. `komponens_nev` varchar(10) NOT NULL,
  1138. `arlista_datum` varchar(100) NOT NULL,
  1139. `feltoltes_datum` datetime NOT NULL,
  1140. `filename` varchar(255) NOT NULL
  1141. ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_hungarian_ci;
  1142. -- --------------------------------------------------------
  1143. --
  1144. -- Tábla szerkezet ehhez a táblához `komp_satadom`
  1145. --
  1146. CREATE TABLE `komp_satadom` (
  1147. `id` int(11) NOT NULL,
  1148. `P_N` varchar(255) NOT NULL,
  1149. `satadom_P_N` varchar(255) NOT NULL,
  1150. `megnevezes` varchar(255) NOT NULL,
  1151. `Remark` varchar(255) NOT NULL,
  1152. `SPA` float UNSIGNED DEFAULT NULL,
  1153. `Price` float UNSIGNED NOT NULL,
  1154. `cikkszam` varchar(9) NOT NULL,
  1155. `SPA_start` date DEFAULT NULL,
  1156. `SPA_end` date DEFAULT NULL,
  1157. `VTSZ` varchar(40) NOT NULL,
  1158. `EAN` varchar(17) NOT NULL,
  1159. `Description` varchar(255) NOT NULL,
  1160. `Hosszu_leiras` tinytext NOT NULL,
  1161. `G` smallint(6) NOT NULL,
  1162. `SZ` enum('db','m','kg') NOT NULL DEFAULT 'db',
  1163. `Lista_brutto` double UNSIGNED NOT NULL,
  1164. `Lista_netto` double UNSIGNED NOT NULL,
  1165. `D3` double UNSIGNED NOT NULL,
  1166. `D2` double UNSIGNED NOT NULL,
  1167. `D1` float UNSIGNED NOT NULL,
  1168. `SPEC` double UNSIGNED NOT NULL,
  1169. `VSP` double UNSIGNED NOT NULL,
  1170. `Dev_D2` double UNSIGNED NOT NULL,
  1171. `Dev_D1` double UNSIGNED NOT NULL,
  1172. `Dev_SPEC` double UNSIGNED NOT NULL,
  1173. `Dev_VSP` double UNSIGNED NOT NULL,
  1174. `Devizanem` enum('HUF','USD','EUR') NOT NULL DEFAULT 'USD',
  1175. `Webcsop` smallint(6) NOT NULL,
  1176. `Szallitasi_koltseg` float NOT NULL,
  1177. `Elorefizetes` float NOT NULL,
  1178. `Beszerzesi_ar` double UNSIGNED NOT NULL,
  1179. `Webaruhazba` char(1) NOT NULL,
  1180. `Elterites` float NOT NULL,
  1181. `KT` double UNSIGNED NOT NULL,
  1182. `KOR_ALAP` double UNSIGNED NOT NULL,
  1183. `tartalek1` varchar(3) NOT NULL,
  1184. `tartalek2` varchar(50) NOT NULL,
  1185. `szarmazas` varchar(1) NOT NULL DEFAULT 'g',
  1186. `Termeksuly` float UNSIGNED NOT NULL,
  1187. `Csmuanyag` float UNSIGNED NOT NULL,
  1188. `Cspapir` float UNSIGNED NOT NULL,
  1189. `Csfa` float UNSIGNED NOT NULL,
  1190. `Szelesseg` float UNSIGNED NOT NULL,
  1191. `Hosszusag` float UNSIGNED NOT NULL,
  1192. `Magassag` float UNSIGNED NOT NULL
  1193. ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_hungarian_ci COMMENT='Satadom komponens árlista';
  1194. -- --------------------------------------------------------
  1195. --
  1196. -- Tábla szerkezet ehhez a táblához `komp_ssd`
  1197. --
  1198. CREATE TABLE `komp_ssd` (
  1199. `id` int(11) NOT NULL,
  1200. `P_N` varchar(255) NOT NULL,
  1201. `SSD_P_N` varchar(255) NOT NULL,
  1202. `megnevezes` varchar(255) NOT NULL,
  1203. `Remark` varchar(255) NOT NULL,
  1204. `SPA` float UNSIGNED DEFAULT NULL,
  1205. `Price` float UNSIGNED NOT NULL,
  1206. `cikkszam` varchar(9) NOT NULL,
  1207. `SPA_start` date DEFAULT NULL,
  1208. `SPA_end` date DEFAULT NULL,
  1209. `VTSZ` varchar(40) NOT NULL,
  1210. `EAN` varchar(17) NOT NULL,
  1211. `Description` varchar(255) NOT NULL,
  1212. `Hosszu_leiras` tinytext NOT NULL,
  1213. `G` smallint(6) NOT NULL,
  1214. `SZ` enum('db','m','kg') NOT NULL DEFAULT 'db',
  1215. `Lista_brutto` double UNSIGNED NOT NULL,
  1216. `Lista_netto` double UNSIGNED NOT NULL,
  1217. `D3` double UNSIGNED NOT NULL,
  1218. `D2` double UNSIGNED NOT NULL,
  1219. `D1` float UNSIGNED NOT NULL,
  1220. `SPEC` double UNSIGNED NOT NULL,
  1221. `VSP` double UNSIGNED NOT NULL,
  1222. `Dev_D2` double UNSIGNED NOT NULL,
  1223. `Dev_D1` double UNSIGNED NOT NULL,
  1224. `Dev_SPEC` double UNSIGNED NOT NULL,
  1225. `Dev_VSP` double UNSIGNED NOT NULL,
  1226. `Devizanem` enum('HUF','USD','EUR') NOT NULL DEFAULT 'USD',
  1227. `Webcsop` smallint(6) NOT NULL,
  1228. `Szallitasi_koltseg` float NOT NULL,
  1229. `Elorefizetes` float NOT NULL,
  1230. `Beszerzesi_ar` double UNSIGNED NOT NULL,
  1231. `Webaruhazba` char(1) NOT NULL,
  1232. `Elterites` float NOT NULL,
  1233. `KT` double UNSIGNED NOT NULL,
  1234. `KOR_ALAP` double UNSIGNED NOT NULL,
  1235. `tartalek1` varchar(3) NOT NULL,
  1236. `tartalek2` varchar(50) NOT NULL,
  1237. `szarmazas` varchar(1) NOT NULL DEFAULT 'g',
  1238. `Termeksuly` float UNSIGNED NOT NULL,
  1239. `Csmuanyag` float UNSIGNED NOT NULL,
  1240. `Cspapir` float UNSIGNED NOT NULL,
  1241. `Csfa` float UNSIGNED NOT NULL,
  1242. `Szelesseg` float UNSIGNED NOT NULL,
  1243. `Hosszusag` float UNSIGNED NOT NULL,
  1244. `Magassag` float UNSIGNED NOT NULL
  1245. ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_hungarian_ci COMMENT='SSD komponens árlista';
  1246. -- --------------------------------------------------------
  1247. --
  1248. -- Tábla szerkezet ehhez a táblához `komp_switch`
  1249. --
  1250. CREATE TABLE `komp_switch` (
  1251. `id` int(11) NOT NULL,
  1252. `P_N` varchar(255) NOT NULL,
  1253. `megnevezes` varchar(255) NOT NULL,
  1254. `Remark` varchar(255) NOT NULL,
  1255. `SPA` float UNSIGNED DEFAULT NULL,
  1256. `Price` float UNSIGNED NOT NULL,
  1257. `cikkszam` varchar(9) NOT NULL,
  1258. `SPA_start` date DEFAULT NULL,
  1259. `SPA_end` date DEFAULT NULL,
  1260. `VTSZ` varchar(40) NOT NULL,
  1261. `EAN` varchar(17) NOT NULL,
  1262. `Description` varchar(255) NOT NULL,
  1263. `Hosszu_leiras` tinytext NOT NULL,
  1264. `G` smallint(6) NOT NULL,
  1265. `SZ` enum('db','m','kg') NOT NULL DEFAULT 'db',
  1266. `Lista_brutto` double UNSIGNED NOT NULL,
  1267. `Lista_netto` double UNSIGNED NOT NULL,
  1268. `D3` double UNSIGNED NOT NULL,
  1269. `D2` double UNSIGNED NOT NULL,
  1270. `D1` float UNSIGNED NOT NULL,
  1271. `SPEC` double UNSIGNED NOT NULL,
  1272. `VSP` double UNSIGNED NOT NULL,
  1273. `Dev_D2` double UNSIGNED NOT NULL,
  1274. `Dev_D1` double UNSIGNED NOT NULL,
  1275. `Dev_SPEC` double UNSIGNED NOT NULL,
  1276. `Dev_VSP` double UNSIGNED NOT NULL,
  1277. `Devizanem` enum('HUF','USD','EUR') NOT NULL DEFAULT 'USD',
  1278. `Webcsop` smallint(6) NOT NULL,
  1279. `Szallitasi_koltseg` float NOT NULL,
  1280. `Elorefizetes` float NOT NULL,
  1281. `Beszerzesi_ar` double UNSIGNED NOT NULL,
  1282. `Webaruhazba` char(1) NOT NULL,
  1283. `Elterites` float NOT NULL,
  1284. `KT` double UNSIGNED NOT NULL,
  1285. `KOR_ALAP` double UNSIGNED NOT NULL,
  1286. `tartalek1` varchar(3) NOT NULL,
  1287. `tartalek2` varchar(50) NOT NULL,
  1288. `szarmazas` varchar(1) NOT NULL,
  1289. `Termeksuly` float UNSIGNED NOT NULL,
  1290. `Csmuanyag` float UNSIGNED NOT NULL,
  1291. `Cspapir` float UNSIGNED NOT NULL,
  1292. `Csfa` float UNSIGNED NOT NULL,
  1293. `Szelesseg` float UNSIGNED NOT NULL,
  1294. `Hosszusag` float UNSIGNED NOT NULL,
  1295. `Magassag` float UNSIGNED NOT NULL
  1296. ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_hungarian_ci COMMENT='Switch komponens árlista';
  1297. -- --------------------------------------------------------
  1298. --
  1299. -- Tábla szerkezet ehhez a táblához `locales_location`
  1300. --
  1301. CREATE TABLE `locales_location` (
  1302. `lid` int(11) NOT NULL COMMENT 'Unique identifier of this location.',
  1303. `sid` int(11) NOT NULL COMMENT 'Unique identifier of this string.',
  1304. `type` varchar(50) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The location type (file, config, path, etc).',
  1305. `name` varchar(255) NOT NULL DEFAULT '' COMMENT 'Type dependent location information (file name, path, etc).',
  1306. `version` varchar(20) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT 'none' COMMENT 'Version of Drupal where the location was found.'
  1307. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Location information for source strings.';
  1308. -- --------------------------------------------------------
  1309. --
  1310. -- Tábla szerkezet ehhez a táblához `locales_source`
  1311. --
  1312. CREATE TABLE `locales_source` (
  1313. `lid` int(11) NOT NULL COMMENT 'Unique identifier of this string.',
  1314. `source` blob NOT NULL COMMENT 'The original string in English.',
  1315. `context` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The context this string applies to.',
  1316. `version` varchar(20) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT 'none' COMMENT 'Version of Drupal where the string was last used (for locales optimization).'
  1317. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='List of English source strings.';
  1318. -- --------------------------------------------------------
  1319. --
  1320. -- Tábla szerkezet ehhez a táblához `locales_target`
  1321. --
  1322. CREATE TABLE `locales_target` (
  1323. `lid` int(11) NOT NULL DEFAULT 0 COMMENT 'Source string ID. References "locales_source".lid.',
  1324. `translation` blob NOT NULL COMMENT 'Translation string value in this language.',
  1325. `language` varchar(12) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'Language code. References "language".langcode.',
  1326. `customized` int(11) NOT NULL DEFAULT 0 COMMENT 'Boolean indicating whether the translation is custom to this site.'
  1327. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Stores translated versions of strings.';
  1328. -- --------------------------------------------------------
  1329. --
  1330. -- Tábla szerkezet ehhez a táblához `locale_file`
  1331. --
  1332. CREATE TABLE `locale_file` (
  1333. `project` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'A unique short name to identify the project the file belongs to.',
  1334. `langcode` varchar(12) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'Language code of this translation. References "language".langcode.',
  1335. `filename` varchar(255) NOT NULL DEFAULT '' COMMENT 'Filename of the imported file.',
  1336. `version` varchar(128) NOT NULL DEFAULT '' COMMENT 'Version tag of the imported file.',
  1337. `uri` varchar(255) NOT NULL DEFAULT '' COMMENT 'URI of the remote file, the resulting local file or the locally imported file.',
  1338. `timestamp` int(11) DEFAULT 0 COMMENT 'Unix timestamp of the imported file.',
  1339. `last_checked` int(11) DEFAULT 0 COMMENT 'Unix timestamp of the last time this translation was confirmed to be the most recent release available.'
  1340. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='File import status information for interface translation…';
  1341. -- --------------------------------------------------------
  1342. --
  1343. -- Tábla szerkezet ehhez a táblához `menu_link_content`
  1344. --
  1345. CREATE TABLE `menu_link_content` (
  1346. `id` int(10) UNSIGNED NOT NULL,
  1347. `revision_id` int(10) UNSIGNED DEFAULT NULL,
  1348. `bundle` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  1349. `uuid` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  1350. `langcode` varchar(12) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL
  1351. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='The base table for menu_link_content entities.';
  1352. -- --------------------------------------------------------
  1353. --
  1354. -- Tábla szerkezet ehhez a táblához `menu_link_content_data`
  1355. --
  1356. CREATE TABLE `menu_link_content_data` (
  1357. `id` int(10) UNSIGNED NOT NULL,
  1358. `revision_id` int(10) UNSIGNED NOT NULL,
  1359. `bundle` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  1360. `langcode` varchar(12) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  1361. `enabled` tinyint(4) NOT NULL,
  1362. `title` varchar(255) DEFAULT NULL,
  1363. `description` varchar(255) DEFAULT NULL,
  1364. `menu_name` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci DEFAULT NULL,
  1365. `link__uri` varchar(2048) DEFAULT NULL COMMENT 'The URI of the link.',
  1366. `link__title` varchar(255) DEFAULT NULL COMMENT 'The link text.',
  1367. `link__options` longblob DEFAULT NULL COMMENT 'Serialized array of options for the link.',
  1368. `external` tinyint(4) DEFAULT NULL,
  1369. `rediscover` tinyint(4) DEFAULT NULL,
  1370. `weight` int(11) DEFAULT NULL,
  1371. `expanded` tinyint(4) DEFAULT NULL,
  1372. `parent` varchar(255) DEFAULT NULL,
  1373. `changed` int(11) DEFAULT NULL,
  1374. `default_langcode` tinyint(4) NOT NULL,
  1375. `revision_translation_affected` tinyint(4) DEFAULT NULL
  1376. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='The data table for menu_link_content entities.';
  1377. -- --------------------------------------------------------
  1378. --
  1379. -- Tábla szerkezet ehhez a táblához `menu_link_content_field_revision`
  1380. --
  1381. CREATE TABLE `menu_link_content_field_revision` (
  1382. `id` int(10) UNSIGNED NOT NULL,
  1383. `revision_id` int(10) UNSIGNED NOT NULL,
  1384. `langcode` varchar(12) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  1385. `enabled` tinyint(4) NOT NULL,
  1386. `title` varchar(255) DEFAULT NULL,
  1387. `description` varchar(255) DEFAULT NULL,
  1388. `link__uri` varchar(2048) DEFAULT NULL COMMENT 'The URI of the link.',
  1389. `link__title` varchar(255) DEFAULT NULL COMMENT 'The link text.',
  1390. `link__options` longblob DEFAULT NULL COMMENT 'Serialized array of options for the link.',
  1391. `external` tinyint(4) DEFAULT NULL,
  1392. `changed` int(11) DEFAULT NULL,
  1393. `default_langcode` tinyint(4) NOT NULL,
  1394. `revision_translation_affected` tinyint(4) DEFAULT NULL
  1395. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='The revision data table for menu_link_content entities.';
  1396. -- --------------------------------------------------------
  1397. --
  1398. -- Tábla szerkezet ehhez a táblához `menu_link_content_revision`
  1399. --
  1400. CREATE TABLE `menu_link_content_revision` (
  1401. `id` int(10) UNSIGNED NOT NULL,
  1402. `revision_id` int(10) UNSIGNED NOT NULL,
  1403. `langcode` varchar(12) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  1404. `revision_user` int(10) UNSIGNED DEFAULT NULL COMMENT 'The ID of the target entity.',
  1405. `revision_created` int(11) DEFAULT NULL,
  1406. `revision_log_message` longtext DEFAULT NULL,
  1407. `revision_default` tinyint(4) DEFAULT NULL
  1408. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='The revision table for menu_link_content entities.';
  1409. -- --------------------------------------------------------
  1410. --
  1411. -- Tábla szerkezet ehhez a táblához `menu_tree`
  1412. --
  1413. CREATE TABLE `menu_tree` (
  1414. `menu_name` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The menu name. All links with the same menu name (such as ''tools'') are part of the same menu.',
  1415. `mlid` int(10) UNSIGNED NOT NULL COMMENT 'The menu link ID (mlid) is the integer primary key.',
  1416. `id` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL COMMENT 'Unique machine name: the plugin ID.',
  1417. `parent` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The plugin ID for the parent of this link.',
  1418. `route_name` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci DEFAULT NULL COMMENT 'The machine name of a defined Symfony Route this menu item represents.',
  1419. `route_param_key` varchar(255) DEFAULT NULL COMMENT 'An encoded string of route parameters for loading by route.',
  1420. `route_parameters` longblob DEFAULT NULL COMMENT 'Serialized array of route parameters of this menu link.',
  1421. `url` varchar(255) NOT NULL DEFAULT '' COMMENT 'The external path this link points to (when not using a route).',
  1422. `title` longblob DEFAULT NULL COMMENT 'The serialized title for the link. May be a TranslatableMarkup.',
  1423. `description` longblob DEFAULT NULL COMMENT 'The serialized description of this link - used for admin pages and title attribute. May be a TranslatableMarkup.',
  1424. `class` text DEFAULT NULL COMMENT 'The class for this link plugin.',
  1425. `options` longblob DEFAULT NULL COMMENT 'A serialized array of URL options, such as a query string or HTML attributes.',
  1426. `provider` varchar(50) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT 'system' COMMENT 'The name of the module that generated this link.',
  1427. `enabled` smallint(6) NOT NULL DEFAULT 1 COMMENT 'A flag for whether the link should be rendered in menus. (0 = a disabled menu item that may be shown on admin screens, 1 = a normal, visible link)',
  1428. `discovered` smallint(6) NOT NULL DEFAULT 0 COMMENT 'A flag for whether the link was discovered, so can be purged on rebuild',
  1429. `expanded` smallint(6) NOT NULL DEFAULT 0 COMMENT 'Flag for whether this link should be rendered as expanded in menus - expanded links always have their child links displayed, instead of only when the link is in the active trail (1 = expanded, 0 = not expanded)',
  1430. `weight` int(11) NOT NULL DEFAULT 0 COMMENT 'Link weight among links in the same menu at the same depth.',
  1431. `metadata` longblob DEFAULT NULL COMMENT 'A serialized array of data that may be used by the plugin instance.',
  1432. `has_children` smallint(6) NOT NULL DEFAULT 0 COMMENT 'Flag indicating whether any enabled links have this link as a parent (1 = enabled children exist, 0 = no enabled children).',
  1433. `depth` smallint(6) NOT NULL DEFAULT 0 COMMENT 'The depth relative to the top level. A link with empty parent will have depth == 1.',
  1434. `p1` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'The first mlid in the materialized path. If N = depth, then pN must equal the mlid. If depth > 1 then p(N-1) must equal the parent link mlid. All pX where X > depth must equal zero. The columns p1 .. p9 are also called the parents.',
  1435. `p2` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'The second mlid in the materialized path. See p1.',
  1436. `p3` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'The third mlid in the materialized path. See p1.',
  1437. `p4` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'The fourth mlid in the materialized path. See p1.',
  1438. `p5` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'The fifth mlid in the materialized path. See p1.',
  1439. `p6` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'The sixth mlid in the materialized path. See p1.',
  1440. `p7` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'The seventh mlid in the materialized path. See p1.',
  1441. `p8` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'The eighth mlid in the materialized path. See p1.',
  1442. `p9` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'The ninth mlid in the materialized path. See p1.',
  1443. `form_class` varchar(255) DEFAULT NULL COMMENT 'meh'
  1444. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Contains the menu tree hierarchy.';
  1445. -- --------------------------------------------------------
  1446. --
  1447. -- Tábla szerkezet ehhez a táblához `node`
  1448. --
  1449. CREATE TABLE `node` (
  1450. `nid` int(10) UNSIGNED NOT NULL,
  1451. `vid` int(10) UNSIGNED DEFAULT NULL,
  1452. `type` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL COMMENT 'The ID of the target entity.',
  1453. `uuid` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  1454. `langcode` varchar(12) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL
  1455. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='The base table for node entities.';
  1456. -- --------------------------------------------------------
  1457. --
  1458. -- Tábla szerkezet ehhez a táblához `node_access`
  1459. --
  1460. CREATE TABLE `node_access` (
  1461. `nid` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'The "node".nid this record affects.',
  1462. `langcode` varchar(12) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The "language".langcode of this node.',
  1463. `fallback` tinyint(3) UNSIGNED NOT NULL DEFAULT 1 COMMENT 'Boolean indicating whether this record should be used as a fallback if a language condition is not provided.',
  1464. `gid` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'The grant ID a user must possess in the specified realm to gain this row''s privileges on the node.',
  1465. `realm` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The realm in which the user must possess the grant ID. Modules can define one or more realms by implementing hook_node_grants().',
  1466. `grant_view` tinyint(3) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Boolean indicating whether a user with the realm/grant pair can view this node.',
  1467. `grant_update` tinyint(3) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Boolean indicating whether a user with the realm/grant pair can edit this node.',
  1468. `grant_delete` tinyint(3) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Boolean indicating whether a user with the realm/grant pair can delete this node.'
  1469. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Identifies which realm/grant pairs a user must possess in…';
  1470. -- --------------------------------------------------------
  1471. --
  1472. -- Tábla szerkezet ehhez a táblához `node_field_data`
  1473. --
  1474. CREATE TABLE `node_field_data` (
  1475. `nid` int(10) UNSIGNED NOT NULL,
  1476. `vid` int(10) UNSIGNED NOT NULL,
  1477. `type` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL COMMENT 'The ID of the target entity.',
  1478. `langcode` varchar(12) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  1479. `status` tinyint(4) NOT NULL,
  1480. `uid` int(10) UNSIGNED NOT NULL COMMENT 'The ID of the target entity.',
  1481. `title` varchar(255) NOT NULL,
  1482. `created` int(11) NOT NULL,
  1483. `changed` int(11) NOT NULL,
  1484. `promote` tinyint(4) NOT NULL,
  1485. `sticky` tinyint(4) NOT NULL,
  1486. `default_langcode` tinyint(4) NOT NULL,
  1487. `revision_translation_affected` tinyint(4) DEFAULT NULL
  1488. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='The data table for node entities.';
  1489. -- --------------------------------------------------------
  1490. --
  1491. -- Tábla szerkezet ehhez a táblához `node_field_revision`
  1492. --
  1493. CREATE TABLE `node_field_revision` (
  1494. `nid` int(10) UNSIGNED NOT NULL,
  1495. `vid` int(10) UNSIGNED NOT NULL,
  1496. `langcode` varchar(12) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  1497. `status` tinyint(4) NOT NULL,
  1498. `uid` int(10) UNSIGNED NOT NULL COMMENT 'The ID of the target entity.',
  1499. `title` varchar(255) DEFAULT NULL,
  1500. `created` int(11) DEFAULT NULL,
  1501. `changed` int(11) DEFAULT NULL,
  1502. `promote` tinyint(4) DEFAULT NULL,
  1503. `sticky` tinyint(4) DEFAULT NULL,
  1504. `default_langcode` tinyint(4) NOT NULL,
  1505. `revision_translation_affected` tinyint(4) DEFAULT NULL
  1506. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='The revision data table for node entities.';
  1507. -- --------------------------------------------------------
  1508. --
  1509. -- Tábla szerkezet ehhez a táblához `node_revision`
  1510. --
  1511. CREATE TABLE `node_revision` (
  1512. `nid` int(10) UNSIGNED NOT NULL,
  1513. `vid` int(10) UNSIGNED NOT NULL,
  1514. `langcode` varchar(12) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  1515. `revision_uid` int(10) UNSIGNED DEFAULT NULL COMMENT 'The ID of the target entity.',
  1516. `revision_timestamp` int(11) DEFAULT NULL,
  1517. `revision_log` longtext DEFAULT NULL,
  1518. `revision_default` tinyint(4) DEFAULT NULL
  1519. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='The revision table for node entities.';
  1520. -- --------------------------------------------------------
  1521. --
  1522. -- Tábla szerkezet ehhez a táblához `node_revision__body`
  1523. --
  1524. CREATE TABLE `node_revision__body` (
  1525. `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance',
  1526. `deleted` tinyint(4) NOT NULL DEFAULT 0 COMMENT 'A boolean indicating whether this data item has been deleted',
  1527. `entity_id` int(10) UNSIGNED NOT NULL COMMENT 'The entity id this data is attached to',
  1528. `revision_id` int(10) UNSIGNED NOT NULL COMMENT 'The entity revision id this data is attached to',
  1529. `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.',
  1530. `delta` int(10) UNSIGNED NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields',
  1531. `body_value` longtext NOT NULL,
  1532. `body_summary` longtext DEFAULT NULL,
  1533. `body_format` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci DEFAULT NULL
  1534. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Revision archive storage for node field body.';
  1535. -- --------------------------------------------------------
  1536. --
  1537. -- Tábla szerkezet ehhez a táblához `node_revision__comment`
  1538. --
  1539. CREATE TABLE `node_revision__comment` (
  1540. `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance',
  1541. `deleted` tinyint(4) NOT NULL DEFAULT 0 COMMENT 'A boolean indicating whether this data item has been deleted',
  1542. `entity_id` int(10) UNSIGNED NOT NULL COMMENT 'The entity id this data is attached to',
  1543. `revision_id` int(10) UNSIGNED NOT NULL COMMENT 'The entity revision id this data is attached to',
  1544. `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.',
  1545. `delta` int(10) UNSIGNED NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields',
  1546. `comment_status` int(11) NOT NULL DEFAULT 0 COMMENT 'Whether comments are allowed on this entity: 0 = no, 1 = closed (read only), 2 = open (read/write).'
  1547. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Revision archive storage for node field comment.';
  1548. -- --------------------------------------------------------
  1549. --
  1550. -- Tábla szerkezet ehhez a táblához `node_revision__field_change_sign`
  1551. --
  1552. CREATE TABLE `node_revision__field_change_sign` (
  1553. `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance',
  1554. `deleted` tinyint(4) NOT NULL DEFAULT 0 COMMENT 'A boolean indicating whether this data item has been deleted',
  1555. `entity_id` int(10) UNSIGNED NOT NULL COMMENT 'The entity id this data is attached to',
  1556. `revision_id` int(10) UNSIGNED NOT NULL COMMENT 'The entity revision id this data is attached to',
  1557. `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.',
  1558. `delta` int(10) UNSIGNED NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields',
  1559. `field_change_sign_icon_name` text DEFAULT NULL,
  1560. `field_change_sign_style` tinytext DEFAULT NULL,
  1561. `field_change_sign_settings` text DEFAULT NULL
  1562. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Revision archive storage for node field field_change_sign.';
  1563. -- --------------------------------------------------------
  1564. --
  1565. -- Tábla szerkezet ehhez a táblához `node_revision__field_image`
  1566. --
  1567. CREATE TABLE `node_revision__field_image` (
  1568. `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance',
  1569. `deleted` tinyint(4) NOT NULL DEFAULT 0 COMMENT 'A boolean indicating whether this data item has been deleted',
  1570. `entity_id` int(10) UNSIGNED NOT NULL COMMENT 'The entity id this data is attached to',
  1571. `revision_id` int(10) UNSIGNED NOT NULL COMMENT 'The entity revision id this data is attached to',
  1572. `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.',
  1573. `delta` int(10) UNSIGNED NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields',
  1574. `field_image_target_id` int(10) UNSIGNED NOT NULL COMMENT 'The ID of the file entity.',
  1575. `field_image_alt` varchar(512) DEFAULT NULL COMMENT 'Alternative image text, for the image''s ''alt'' attribute.',
  1576. `field_image_title` varchar(1024) DEFAULT NULL COMMENT 'Image title text, for the image''s ''title'' attribute.',
  1577. `field_image_width` int(10) UNSIGNED DEFAULT NULL COMMENT 'The width of the image in pixels.',
  1578. `field_image_height` int(10) UNSIGNED DEFAULT NULL COMMENT 'The height of the image in pixels.'
  1579. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Revision archive storage for node field field_image.';
  1580. -- --------------------------------------------------------
  1581. --
  1582. -- Tábla szerkezet ehhez a táblához `node_revision__field_manufacturer_id`
  1583. --
  1584. CREATE TABLE `node_revision__field_manufacturer_id` (
  1585. `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance',
  1586. `deleted` tinyint(4) NOT NULL DEFAULT 0 COMMENT 'A boolean indicating whether this data item has been deleted',
  1587. `entity_id` int(10) UNSIGNED NOT NULL COMMENT 'The entity id this data is attached to',
  1588. `revision_id` int(10) UNSIGNED NOT NULL COMMENT 'The entity revision id this data is attached to',
  1589. `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.',
  1590. `delta` int(10) UNSIGNED NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields',
  1591. `field_manufacturer_id_value` int(11) NOT NULL
  1592. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Revision archive storage for node field field_manufacturer…';
  1593. -- --------------------------------------------------------
  1594. --
  1595. -- Tábla szerkezet ehhez a táblához `node_revision__field_minus_sign`
  1596. --
  1597. CREATE TABLE `node_revision__field_minus_sign` (
  1598. `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance',
  1599. `deleted` tinyint(4) NOT NULL DEFAULT 0 COMMENT 'A boolean indicating whether this data item has been deleted',
  1600. `entity_id` int(10) UNSIGNED NOT NULL COMMENT 'The entity id this data is attached to',
  1601. `revision_id` int(10) UNSIGNED NOT NULL COMMENT 'The entity revision id this data is attached to',
  1602. `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.',
  1603. `delta` int(10) UNSIGNED NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields',
  1604. `field_minus_sign_icon_name` text DEFAULT NULL,
  1605. `field_minus_sign_style` tinytext DEFAULT NULL,
  1606. `field_minus_sign_settings` text DEFAULT NULL
  1607. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Revision archive storage for node field field_minus_sign.';
  1608. -- --------------------------------------------------------
  1609. --
  1610. -- Tábla szerkezet ehhez a táblához `node_revision__field_plus_sign`
  1611. --
  1612. CREATE TABLE `node_revision__field_plus_sign` (
  1613. `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance',
  1614. `deleted` tinyint(4) NOT NULL DEFAULT 0 COMMENT 'A boolean indicating whether this data item has been deleted',
  1615. `entity_id` int(10) UNSIGNED NOT NULL COMMENT 'The entity id this data is attached to',
  1616. `revision_id` int(10) UNSIGNED NOT NULL COMMENT 'The entity revision id this data is attached to',
  1617. `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.',
  1618. `delta` int(10) UNSIGNED NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields',
  1619. `field_plus_sign_icon_name` text DEFAULT NULL,
  1620. `field_plus_sign_style` tinytext DEFAULT NULL,
  1621. `field_plus_sign_settings` text DEFAULT NULL
  1622. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Revision archive storage for node field field_plus_sign.';
  1623. -- --------------------------------------------------------
  1624. --
  1625. -- Tábla szerkezet ehhez a táblához `node_revision__field_sheet_settings`
  1626. --
  1627. CREATE TABLE `node_revision__field_sheet_settings` (
  1628. `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance',
  1629. `deleted` tinyint(4) NOT NULL DEFAULT 0 COMMENT 'A boolean indicating whether this data item has been deleted',
  1630. `entity_id` int(10) UNSIGNED NOT NULL COMMENT 'The entity id this data is attached to',
  1631. `revision_id` int(10) UNSIGNED NOT NULL COMMENT 'The entity revision id this data is attached to',
  1632. `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.',
  1633. `delta` int(10) UNSIGNED NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields',
  1634. `field_sheet_settings_target_id` int(10) UNSIGNED NOT NULL COMMENT 'The ID of the target entity.'
  1635. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Revision archive storage for node field field_sheet…';
  1636. -- --------------------------------------------------------
  1637. --
  1638. -- Tábla szerkezet ehhez a táblához `node_revision__field_sheet_setting_id`
  1639. --
  1640. CREATE TABLE `node_revision__field_sheet_setting_id` (
  1641. `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance',
  1642. `deleted` tinyint(4) NOT NULL DEFAULT 0 COMMENT 'A boolean indicating whether this data item has been deleted',
  1643. `entity_id` int(10) UNSIGNED NOT NULL COMMENT 'The entity id this data is attached to',
  1644. `revision_id` int(10) UNSIGNED NOT NULL COMMENT 'The entity revision id this data is attached to',
  1645. `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.',
  1646. `delta` int(10) UNSIGNED NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields',
  1647. `field_sheet_setting_id_value` int(11) NOT NULL
  1648. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Revision archive storage for node field field_sheet_setting…';
  1649. -- --------------------------------------------------------
  1650. --
  1651. -- Tábla szerkezet ehhez a táblához `node_revision__field_tags`
  1652. --
  1653. CREATE TABLE `node_revision__field_tags` (
  1654. `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance',
  1655. `deleted` tinyint(4) NOT NULL DEFAULT 0 COMMENT 'A boolean indicating whether this data item has been deleted',
  1656. `entity_id` int(10) UNSIGNED NOT NULL COMMENT 'The entity id this data is attached to',
  1657. `revision_id` int(10) UNSIGNED NOT NULL COMMENT 'The entity revision id this data is attached to',
  1658. `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.',
  1659. `delta` int(10) UNSIGNED NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields',
  1660. `field_tags_target_id` int(10) UNSIGNED NOT NULL COMMENT 'The ID of the target entity.'
  1661. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Revision archive storage for node field field_tags.';
  1662. -- --------------------------------------------------------
  1663. --
  1664. -- Tábla szerkezet ehhez a táblához `node__body`
  1665. --
  1666. CREATE TABLE `node__body` (
  1667. `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance',
  1668. `deleted` tinyint(4) NOT NULL DEFAULT 0 COMMENT 'A boolean indicating whether this data item has been deleted',
  1669. `entity_id` int(10) UNSIGNED NOT NULL COMMENT 'The entity id this data is attached to',
  1670. `revision_id` int(10) UNSIGNED NOT NULL COMMENT 'The entity revision id this data is attached to',
  1671. `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.',
  1672. `delta` int(10) UNSIGNED NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields',
  1673. `body_value` longtext NOT NULL,
  1674. `body_summary` longtext DEFAULT NULL,
  1675. `body_format` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci DEFAULT NULL
  1676. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Data storage for node field body.';
  1677. -- --------------------------------------------------------
  1678. --
  1679. -- Tábla szerkezet ehhez a táblához `node__comment`
  1680. --
  1681. CREATE TABLE `node__comment` (
  1682. `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance',
  1683. `deleted` tinyint(4) NOT NULL DEFAULT 0 COMMENT 'A boolean indicating whether this data item has been deleted',
  1684. `entity_id` int(10) UNSIGNED NOT NULL COMMENT 'The entity id this data is attached to',
  1685. `revision_id` int(10) UNSIGNED NOT NULL COMMENT 'The entity revision id this data is attached to',
  1686. `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.',
  1687. `delta` int(10) UNSIGNED NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields',
  1688. `comment_status` int(11) NOT NULL DEFAULT 0 COMMENT 'Whether comments are allowed on this entity: 0 = no, 1 = closed (read only), 2 = open (read/write).'
  1689. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Data storage for node field comment.';
  1690. -- --------------------------------------------------------
  1691. --
  1692. -- Tábla szerkezet ehhez a táblához `node__field_change_sign`
  1693. --
  1694. CREATE TABLE `node__field_change_sign` (
  1695. `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance',
  1696. `deleted` tinyint(4) NOT NULL DEFAULT 0 COMMENT 'A boolean indicating whether this data item has been deleted',
  1697. `entity_id` int(10) UNSIGNED NOT NULL COMMENT 'The entity id this data is attached to',
  1698. `revision_id` int(10) UNSIGNED NOT NULL COMMENT 'The entity revision id this data is attached to',
  1699. `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.',
  1700. `delta` int(10) UNSIGNED NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields',
  1701. `field_change_sign_icon_name` text DEFAULT NULL,
  1702. `field_change_sign_style` tinytext DEFAULT NULL,
  1703. `field_change_sign_settings` text DEFAULT NULL
  1704. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Data storage for node field field_change_sign.';
  1705. -- --------------------------------------------------------
  1706. --
  1707. -- Tábla szerkezet ehhez a táblához `node__field_image`
  1708. --
  1709. CREATE TABLE `node__field_image` (
  1710. `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance',
  1711. `deleted` tinyint(4) NOT NULL DEFAULT 0 COMMENT 'A boolean indicating whether this data item has been deleted',
  1712. `entity_id` int(10) UNSIGNED NOT NULL COMMENT 'The entity id this data is attached to',
  1713. `revision_id` int(10) UNSIGNED NOT NULL COMMENT 'The entity revision id this data is attached to',
  1714. `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.',
  1715. `delta` int(10) UNSIGNED NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields',
  1716. `field_image_target_id` int(10) UNSIGNED NOT NULL COMMENT 'The ID of the file entity.',
  1717. `field_image_alt` varchar(512) DEFAULT NULL COMMENT 'Alternative image text, for the image''s ''alt'' attribute.',
  1718. `field_image_title` varchar(1024) DEFAULT NULL COMMENT 'Image title text, for the image''s ''title'' attribute.',
  1719. `field_image_width` int(10) UNSIGNED DEFAULT NULL COMMENT 'The width of the image in pixels.',
  1720. `field_image_height` int(10) UNSIGNED DEFAULT NULL COMMENT 'The height of the image in pixels.'
  1721. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Data storage for node field field_image.';
  1722. -- --------------------------------------------------------
  1723. --
  1724. -- Tábla szerkezet ehhez a táblához `node__field_manufacturer_id`
  1725. --
  1726. CREATE TABLE `node__field_manufacturer_id` (
  1727. `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance',
  1728. `deleted` tinyint(4) NOT NULL DEFAULT 0 COMMENT 'A boolean indicating whether this data item has been deleted',
  1729. `entity_id` int(10) UNSIGNED NOT NULL COMMENT 'The entity id this data is attached to',
  1730. `revision_id` int(10) UNSIGNED NOT NULL COMMENT 'The entity revision id this data is attached to',
  1731. `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.',
  1732. `delta` int(10) UNSIGNED NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields',
  1733. `field_manufacturer_id_value` int(11) NOT NULL
  1734. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Data storage for node field field_manufacturer_id.';
  1735. -- --------------------------------------------------------
  1736. --
  1737. -- Tábla szerkezet ehhez a táblához `node__field_minus_sign`
  1738. --
  1739. CREATE TABLE `node__field_minus_sign` (
  1740. `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance',
  1741. `deleted` tinyint(4) NOT NULL DEFAULT 0 COMMENT 'A boolean indicating whether this data item has been deleted',
  1742. `entity_id` int(10) UNSIGNED NOT NULL COMMENT 'The entity id this data is attached to',
  1743. `revision_id` int(10) UNSIGNED NOT NULL COMMENT 'The entity revision id this data is attached to',
  1744. `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.',
  1745. `delta` int(10) UNSIGNED NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields',
  1746. `field_minus_sign_icon_name` text DEFAULT NULL,
  1747. `field_minus_sign_style` tinytext DEFAULT NULL,
  1748. `field_minus_sign_settings` text DEFAULT NULL
  1749. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Data storage for node field field_minus_sign.';
  1750. -- --------------------------------------------------------
  1751. --
  1752. -- Tábla szerkezet ehhez a táblához `node__field_plus_sign`
  1753. --
  1754. CREATE TABLE `node__field_plus_sign` (
  1755. `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance',
  1756. `deleted` tinyint(4) NOT NULL DEFAULT 0 COMMENT 'A boolean indicating whether this data item has been deleted',
  1757. `entity_id` int(10) UNSIGNED NOT NULL COMMENT 'The entity id this data is attached to',
  1758. `revision_id` int(10) UNSIGNED NOT NULL COMMENT 'The entity revision id this data is attached to',
  1759. `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.',
  1760. `delta` int(10) UNSIGNED NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields',
  1761. `field_plus_sign_icon_name` text DEFAULT NULL,
  1762. `field_plus_sign_style` tinytext DEFAULT NULL,
  1763. `field_plus_sign_settings` text DEFAULT NULL
  1764. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Data storage for node field field_plus_sign.';
  1765. -- --------------------------------------------------------
  1766. --
  1767. -- Tábla szerkezet ehhez a táblához `node__field_sheet_settings`
  1768. --
  1769. CREATE TABLE `node__field_sheet_settings` (
  1770. `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance',
  1771. `deleted` tinyint(4) NOT NULL DEFAULT 0 COMMENT 'A boolean indicating whether this data item has been deleted',
  1772. `entity_id` int(10) UNSIGNED NOT NULL COMMENT 'The entity id this data is attached to',
  1773. `revision_id` int(10) UNSIGNED NOT NULL COMMENT 'The entity revision id this data is attached to',
  1774. `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.',
  1775. `delta` int(10) UNSIGNED NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields',
  1776. `field_sheet_settings_target_id` int(10) UNSIGNED NOT NULL COMMENT 'The ID of the target entity.'
  1777. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Data storage for node field field_sheet_settings.';
  1778. -- --------------------------------------------------------
  1779. --
  1780. -- Tábla szerkezet ehhez a táblához `node__field_sheet_setting_id`
  1781. --
  1782. CREATE TABLE `node__field_sheet_setting_id` (
  1783. `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance',
  1784. `deleted` tinyint(4) NOT NULL DEFAULT 0 COMMENT 'A boolean indicating whether this data item has been deleted',
  1785. `entity_id` int(10) UNSIGNED NOT NULL COMMENT 'The entity id this data is attached to',
  1786. `revision_id` int(10) UNSIGNED NOT NULL COMMENT 'The entity revision id this data is attached to',
  1787. `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.',
  1788. `delta` int(10) UNSIGNED NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields',
  1789. `field_sheet_setting_id_value` int(11) NOT NULL
  1790. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Data storage for node field field_sheet_setting_id.';
  1791. -- --------------------------------------------------------
  1792. --
  1793. -- Tábla szerkezet ehhez a táblához `node__field_tags`
  1794. --
  1795. CREATE TABLE `node__field_tags` (
  1796. `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance',
  1797. `deleted` tinyint(4) NOT NULL DEFAULT 0 COMMENT 'A boolean indicating whether this data item has been deleted',
  1798. `entity_id` int(10) UNSIGNED NOT NULL COMMENT 'The entity id this data is attached to',
  1799. `revision_id` int(10) UNSIGNED NOT NULL COMMENT 'The entity revision id this data is attached to',
  1800. `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.',
  1801. `delta` int(10) UNSIGNED NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields',
  1802. `field_tags_target_id` int(10) UNSIGNED NOT NULL COMMENT 'The ID of the target entity.'
  1803. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Data storage for node field field_tags.';
  1804. -- --------------------------------------------------------
  1805. --
  1806. -- Tábla szerkezet ehhez a táblához `passziv`
  1807. --
  1808. CREATE TABLE `passziv` (
  1809. `id` int(11) NOT NULL,
  1810. `cikkszam` varchar(9) CHARACTER SET utf8 COLLATE utf8_hungarian_ci NOT NULL,
  1811. `Item` varchar(255) CHARACTER SET utf8 COLLATE utf8_hungarian_ci NOT NULL,
  1812. `megnevezes` varchar(255) CHARACTER SET utf8 COLLATE utf8_hungarian_ci NOT NULL
  1813. ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
  1814. -- --------------------------------------------------------
  1815. --
  1816. -- Tábla szerkezet ehhez a táblához `path_alias`
  1817. --
  1818. CREATE TABLE `path_alias` (
  1819. `id` int(10) UNSIGNED NOT NULL,
  1820. `revision_id` int(10) UNSIGNED DEFAULT NULL,
  1821. `uuid` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  1822. `langcode` varchar(12) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  1823. `path` varchar(255) DEFAULT NULL,
  1824. `alias` varchar(255) DEFAULT NULL,
  1825. `status` tinyint(4) NOT NULL
  1826. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='The base table for path_alias entities.';
  1827. -- --------------------------------------------------------
  1828. --
  1829. -- Tábla szerkezet ehhez a táblához `path_alias_revision`
  1830. --
  1831. CREATE TABLE `path_alias_revision` (
  1832. `id` int(10) UNSIGNED NOT NULL,
  1833. `revision_id` int(10) UNSIGNED NOT NULL,
  1834. `langcode` varchar(12) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  1835. `path` varchar(255) DEFAULT NULL,
  1836. `alias` varchar(255) DEFAULT NULL,
  1837. `status` tinyint(4) NOT NULL,
  1838. `revision_default` tinyint(4) DEFAULT NULL
  1839. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='The revision table for path_alias entities.';
  1840. -- --------------------------------------------------------
  1841. --
  1842. -- Tábla szerkezet ehhez a táblához `queue`
  1843. --
  1844. CREATE TABLE `queue` (
  1845. `item_id` int(10) UNSIGNED NOT NULL COMMENT 'Primary Key: Unique item ID.',
  1846. `name` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The queue name.',
  1847. `data` longblob DEFAULT NULL COMMENT 'The arbitrary data for the item.',
  1848. `expire` int(11) NOT NULL DEFAULT 0 COMMENT 'Timestamp when the claim lease expires on the item.',
  1849. `created` int(11) NOT NULL DEFAULT 0 COMMENT 'Timestamp when the item was created.'
  1850. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Stores items in queues.';
  1851. -- --------------------------------------------------------
  1852. --
  1853. -- Tábla szerkezet ehhez a táblához `router`
  1854. --
  1855. CREATE TABLE `router` (
  1856. `name` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'Primary Key: Machine name of this route',
  1857. `path` varchar(255) NOT NULL DEFAULT '' COMMENT 'The path for this URI',
  1858. `pattern_outline` varchar(255) NOT NULL DEFAULT '' COMMENT 'The pattern',
  1859. `fit` int(11) NOT NULL DEFAULT 0 COMMENT 'A numeric representation of how specific the path is.',
  1860. `route` longblob DEFAULT NULL COMMENT 'A serialized Route object',
  1861. `number_parts` smallint(6) NOT NULL DEFAULT 0 COMMENT 'Number of parts in this router path.'
  1862. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Maps paths to various callbacks (access, page and title)';
  1863. -- --------------------------------------------------------
  1864. --
  1865. -- Tábla szerkezet ehhez a táblához `search_dataset`
  1866. --
  1867. CREATE TABLE `search_dataset` (
  1868. `sid` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Search item ID, e.g. node ID for nodes.',
  1869. `langcode` varchar(12) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The "languages".langcode of the item variant.',
  1870. `type` varchar(64) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL COMMENT 'Type of item, e.g. node.',
  1871. `data` longtext NOT NULL COMMENT 'List of space-separated words from the item.',
  1872. `reindex` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Set to force node reindexing.'
  1873. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Stores items that will be searched.';
  1874. -- --------------------------------------------------------
  1875. --
  1876. -- Tábla szerkezet ehhez a táblához `search_index`
  1877. --
  1878. CREATE TABLE `search_index` (
  1879. `word` varchar(50) NOT NULL DEFAULT '' COMMENT 'The "search_total".word that is associated with the search item.',
  1880. `sid` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'The "search_dataset".sid of the searchable item to which the word belongs.',
  1881. `langcode` varchar(12) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The "languages".langcode of the item variant.',
  1882. `type` varchar(64) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL COMMENT 'The "search_dataset".type of the searchable item to which the word belongs.',
  1883. `score` float DEFAULT NULL COMMENT 'The numeric score of the word, higher being more important.'
  1884. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Stores the search index, associating words, items and…';
  1885. -- --------------------------------------------------------
  1886. --
  1887. -- Tábla szerkezet ehhez a táblához `search_total`
  1888. --
  1889. CREATE TABLE `search_total` (
  1890. `word` varchar(50) NOT NULL DEFAULT '' COMMENT 'Primary Key: Unique word in the search index.',
  1891. `count` float DEFAULT NULL COMMENT 'The count of the word in the index using Zipf''s law to equalize the probability distribution.'
  1892. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Stores search totals for words.';
  1893. -- --------------------------------------------------------
  1894. --
  1895. -- Tábla szerkezet ehhez a táblához `semaphore`
  1896. --
  1897. CREATE TABLE `semaphore` (
  1898. `name` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'Primary Key: Unique name.',
  1899. `value` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'A value for the semaphore.',
  1900. `expire` double NOT NULL COMMENT 'A Unix timestamp with microseconds indicating when the semaphore should expire.'
  1901. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Table for holding semaphores, locks, flags, etc. that…';
  1902. -- --------------------------------------------------------
  1903. --
  1904. -- Tábla szerkezet ehhez a táblához `sequences`
  1905. --
  1906. CREATE TABLE `sequences` (
  1907. `value` int(10) UNSIGNED NOT NULL COMMENT 'The value of the sequence.'
  1908. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Stores IDs.';
  1909. -- --------------------------------------------------------
  1910. --
  1911. -- Tábla szerkezet ehhez a táblához `sessions`
  1912. --
  1913. CREATE TABLE `sessions` (
  1914. `uid` int(10) UNSIGNED NOT NULL COMMENT 'The "users".uid corresponding to a session, or 0 for anonymous user.',
  1915. `sid` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL COMMENT 'A session ID (hashed). The value is generated by Drupal''s session handlers.',
  1916. `hostname` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The IP address that last used this session ID (sid).',
  1917. `timestamp` int(11) NOT NULL DEFAULT 0 COMMENT 'The Unix timestamp when this session last requested a page. Old records are purged by PHP automatically.',
  1918. `session` longblob DEFAULT NULL COMMENT 'The serialized contents of $_SESSION, an array of name/value pairs that persists across page requests by this session ID. Drupal loads $_SESSION from here at the start of each request and saves it at the end.'
  1919. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Drupal''s session handlers read and write into the sessions…';
  1920. -- --------------------------------------------------------
  1921. --
  1922. -- Tábla szerkezet ehhez a táblához `shortcut`
  1923. --
  1924. CREATE TABLE `shortcut` (
  1925. `id` int(10) UNSIGNED NOT NULL,
  1926. `shortcut_set` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL COMMENT 'The ID of the target entity.',
  1927. `uuid` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  1928. `langcode` varchar(12) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL
  1929. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='The base table for shortcut entities.';
  1930. -- --------------------------------------------------------
  1931. --
  1932. -- Tábla szerkezet ehhez a táblához `shortcut_field_data`
  1933. --
  1934. CREATE TABLE `shortcut_field_data` (
  1935. `id` int(10) UNSIGNED NOT NULL,
  1936. `shortcut_set` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL COMMENT 'The ID of the target entity.',
  1937. `langcode` varchar(12) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  1938. `title` varchar(255) DEFAULT NULL,
  1939. `weight` int(11) DEFAULT NULL,
  1940. `link__uri` varchar(2048) DEFAULT NULL COMMENT 'The URI of the link.',
  1941. `link__title` varchar(255) DEFAULT NULL COMMENT 'The link text.',
  1942. `link__options` longblob DEFAULT NULL COMMENT 'Serialized array of options for the link.',
  1943. `default_langcode` tinyint(4) NOT NULL
  1944. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='The data table for shortcut entities.';
  1945. -- --------------------------------------------------------
  1946. --
  1947. -- Tábla szerkezet ehhez a táblához `shortcut_set_users`
  1948. --
  1949. CREATE TABLE `shortcut_set_users` (
  1950. `uid` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'The "users".uid for this set.',
  1951. `set_name` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The "shortcut_set".set_name that will be displayed for this user.'
  1952. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Maps users to shortcut sets.';
  1953. -- --------------------------------------------------------
  1954. --
  1955. -- Tábla szerkezet ehhez a táblához `sm_arlista`
  1956. --
  1957. CREATE TABLE `sm_arlista` (
  1958. `id` int(11) NOT NULL,
  1959. `Item` varchar(255) NOT NULL,
  1960. `Remark` varchar(255) NOT NULL,
  1961. `SPA` float UNSIGNED DEFAULT NULL,
  1962. `Your_Special_Price` float UNSIGNED NOT NULL,
  1963. `cikkszam` varchar(9) NOT NULL,
  1964. `SPA_start` date DEFAULT NULL,
  1965. `SPA_end` date DEFAULT NULL,
  1966. `VTSZ` varchar(40) NOT NULL,
  1967. `EAN` varchar(17) NOT NULL,
  1968. `Rovid_leiras` varchar(255) NOT NULL,
  1969. `Hosszu_leiras` tinytext NOT NULL DEFAULT ' ',
  1970. `G` smallint(6) NOT NULL,
  1971. `SZ` enum('db','m','kg') NOT NULL DEFAULT 'db',
  1972. `Lista_brutto` double UNSIGNED NOT NULL,
  1973. `Lista_netto` double UNSIGNED NOT NULL,
  1974. `D3` double UNSIGNED NOT NULL,
  1975. `D2` double UNSIGNED NOT NULL,
  1976. `D1` float UNSIGNED NOT NULL,
  1977. `SPEC` double UNSIGNED NOT NULL,
  1978. `VSP` double UNSIGNED NOT NULL,
  1979. `Dev_D2` double UNSIGNED NOT NULL,
  1980. `Dev_D1` double UNSIGNED NOT NULL,
  1981. `Dev_SPEC` double UNSIGNED NOT NULL,
  1982. `Dev_VSP` double UNSIGNED NOT NULL,
  1983. `Devizanem` enum('HUF','USD','EUR') NOT NULL DEFAULT 'USD',
  1984. `Webcsop` smallint(6) NOT NULL,
  1985. `Szallitasi_koltseg` float NOT NULL,
  1986. `Elorefizetes` float NOT NULL,
  1987. `Beszerzesi_ar` double UNSIGNED NOT NULL,
  1988. `Webaruhazba` char(1) NOT NULL,
  1989. `Elterites` float NOT NULL,
  1990. `KT` double UNSIGNED NOT NULL,
  1991. `KOR_ALAP` double UNSIGNED NOT NULL,
  1992. `csopkod` int(11) NOT NULL,
  1993. `sheet` varchar(50) NOT NULL,
  1994. `szarmazas` varchar(1) NOT NULL DEFAULT 'g',
  1995. `Termeksuly` float UNSIGNED NOT NULL,
  1996. `Csmuanyag` float UNSIGNED NOT NULL,
  1997. `Cspapir` float UNSIGNED NOT NULL,
  1998. `Csfa` float UNSIGNED NOT NULL,
  1999. `Szelesseg` float UNSIGNED NOT NULL,
  2000. `Hosszusag` float UNSIGNED NOT NULL,
  2001. `Magassag` float UNSIGNED NOT NULL
  2002. ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_hungarian_ci COMMENT='Super Micro gyári árlista';
  2003. -- --------------------------------------------------------
  2004. --
  2005. -- Tábla szerkezet ehhez a táblához `sm_inaktiv`
  2006. --
  2007. CREATE TABLE `sm_inaktiv` (
  2008. `id` int(11) NOT NULL,
  2009. `Item` varchar(255) NOT NULL,
  2010. `Remark` varchar(100) NOT NULL,
  2011. `Your_Special_Price` float(7,2) UNSIGNED NOT NULL,
  2012. `csopkod` tinyint(4) NOT NULL,
  2013. `cikkszam` varchar(50) NOT NULL
  2014. ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_hungarian_ci COMMENT='SM inaktiv árlista';
  2015. -- --------------------------------------------------------
  2016. --
  2017. -- Tábla szerkezet ehhez a táblához `sm_parameter`
  2018. --
  2019. CREATE TABLE `sm_parameter` (
  2020. `id` tinyint(4) NOT NULL,
  2021. `Afa` double NOT NULL,
  2022. `USD` double NOT NULL,
  2023. `LISTA` double NOT NULL,
  2024. `D3` double NOT NULL,
  2025. `D2` double NOT NULL,
  2026. `D1` double NOT NULL,
  2027. `SPEC` double NOT NULL,
  2028. `VSP` double NOT NULL,
  2029. `mszk` float NOT NULL DEFAULT 1.02,
  2030. `Dev_D2` double NOT NULL,
  2031. `Dev_D1` double NOT NULL,
  2032. `Dev_SPEC` double NOT NULL,
  2033. `Dev_VSP` double NOT NULL,
  2034. `arlista_datum` varchar(100) NOT NULL,
  2035. `feltoltes_datum` datetime NOT NULL,
  2036. `filename` varchar(255) NOT NULL
  2037. ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_hungarian_ci;
  2038. -- --------------------------------------------------------
  2039. --
  2040. -- Tábla szerkezet ehhez a táblához `taxonomy_index`
  2041. --
  2042. CREATE TABLE `taxonomy_index` (
  2043. `nid` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'The "node".nid this record tracks.',
  2044. `tid` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'The term ID.',
  2045. `status` int(11) NOT NULL DEFAULT 1 COMMENT 'Boolean indicating whether the node is published (visible to non-administrators).',
  2046. `sticky` tinyint(4) DEFAULT 0 COMMENT 'Boolean indicating whether the node is sticky.',
  2047. `created` int(11) NOT NULL DEFAULT 0 COMMENT 'The Unix timestamp when the node was created.'
  2048. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Maintains denormalized information about node/term…';
  2049. -- --------------------------------------------------------
  2050. --
  2051. -- Tábla szerkezet ehhez a táblához `taxonomy_term_data`
  2052. --
  2053. CREATE TABLE `taxonomy_term_data` (
  2054. `tid` int(10) UNSIGNED NOT NULL,
  2055. `revision_id` int(10) UNSIGNED DEFAULT NULL,
  2056. `vid` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL COMMENT 'The ID of the target entity.',
  2057. `uuid` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  2058. `langcode` varchar(12) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL
  2059. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='The base table for taxonomy_term entities.';
  2060. -- --------------------------------------------------------
  2061. --
  2062. -- Tábla szerkezet ehhez a táblához `taxonomy_term_field_data`
  2063. --
  2064. CREATE TABLE `taxonomy_term_field_data` (
  2065. `tid` int(10) UNSIGNED NOT NULL,
  2066. `revision_id` int(10) UNSIGNED NOT NULL,
  2067. `vid` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL COMMENT 'The ID of the target entity.',
  2068. `langcode` varchar(12) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  2069. `status` tinyint(4) NOT NULL,
  2070. `name` varchar(255) NOT NULL,
  2071. `description__value` longtext DEFAULT NULL,
  2072. `description__format` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci DEFAULT NULL,
  2073. `weight` int(11) NOT NULL,
  2074. `changed` int(11) DEFAULT NULL,
  2075. `default_langcode` tinyint(4) NOT NULL,
  2076. `revision_translation_affected` tinyint(4) DEFAULT NULL
  2077. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='The data table for taxonomy_term entities.';
  2078. -- --------------------------------------------------------
  2079. --
  2080. -- Tábla szerkezet ehhez a táblához `taxonomy_term_field_revision`
  2081. --
  2082. CREATE TABLE `taxonomy_term_field_revision` (
  2083. `tid` int(10) UNSIGNED NOT NULL,
  2084. `revision_id` int(10) UNSIGNED NOT NULL,
  2085. `langcode` varchar(12) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  2086. `status` tinyint(4) NOT NULL,
  2087. `name` varchar(255) DEFAULT NULL,
  2088. `description__value` longtext DEFAULT NULL,
  2089. `description__format` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci DEFAULT NULL,
  2090. `changed` int(11) DEFAULT NULL,
  2091. `default_langcode` tinyint(4) NOT NULL,
  2092. `revision_translation_affected` tinyint(4) DEFAULT NULL
  2093. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='The revision data table for taxonomy_term entities.';
  2094. -- --------------------------------------------------------
  2095. --
  2096. -- Tábla szerkezet ehhez a táblához `taxonomy_term_revision`
  2097. --
  2098. CREATE TABLE `taxonomy_term_revision` (
  2099. `tid` int(10) UNSIGNED NOT NULL,
  2100. `revision_id` int(10) UNSIGNED NOT NULL,
  2101. `langcode` varchar(12) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  2102. `revision_user` int(10) UNSIGNED DEFAULT NULL COMMENT 'The ID of the target entity.',
  2103. `revision_created` int(11) DEFAULT NULL,
  2104. `revision_log_message` longtext DEFAULT NULL,
  2105. `revision_default` tinyint(4) DEFAULT NULL
  2106. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='The revision table for taxonomy_term entities.';
  2107. -- --------------------------------------------------------
  2108. --
  2109. -- Tábla szerkezet ehhez a táblához `taxonomy_term_revision__parent`
  2110. --
  2111. CREATE TABLE `taxonomy_term_revision__parent` (
  2112. `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance',
  2113. `deleted` tinyint(4) NOT NULL DEFAULT 0 COMMENT 'A boolean indicating whether this data item has been deleted',
  2114. `entity_id` int(10) UNSIGNED NOT NULL COMMENT 'The entity id this data is attached to',
  2115. `revision_id` int(10) UNSIGNED NOT NULL COMMENT 'The entity revision id this data is attached to',
  2116. `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.',
  2117. `delta` int(10) UNSIGNED NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields',
  2118. `parent_target_id` int(10) UNSIGNED NOT NULL COMMENT 'The ID of the target entity.'
  2119. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Revision archive storage for taxonomy_term field parent.';
  2120. -- --------------------------------------------------------
  2121. --
  2122. -- Tábla szerkezet ehhez a táblához `taxonomy_term__parent`
  2123. --
  2124. CREATE TABLE `taxonomy_term__parent` (
  2125. `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance',
  2126. `deleted` tinyint(4) NOT NULL DEFAULT 0 COMMENT 'A boolean indicating whether this data item has been deleted',
  2127. `entity_id` int(10) UNSIGNED NOT NULL COMMENT 'The entity id this data is attached to',
  2128. `revision_id` int(10) UNSIGNED NOT NULL COMMENT 'The entity revision id this data is attached to',
  2129. `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.',
  2130. `delta` int(10) UNSIGNED NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields',
  2131. `parent_target_id` int(10) UNSIGNED NOT NULL COMMENT 'The ID of the target entity.'
  2132. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Data storage for taxonomy_term field parent.';
  2133. -- --------------------------------------------------------
  2134. --
  2135. -- Tábla szerkezet ehhez a táblához `users`
  2136. --
  2137. CREATE TABLE `users` (
  2138. `uid` int(10) UNSIGNED NOT NULL,
  2139. `uuid` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  2140. `langcode` varchar(12) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL
  2141. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='The base table for user entities.';
  2142. -- --------------------------------------------------------
  2143. --
  2144. -- Tábla szerkezet ehhez a táblához `users_data`
  2145. --
  2146. CREATE TABLE `users_data` (
  2147. `uid` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'The "users".uid this record affects.',
  2148. `module` varchar(50) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The name of the module declaring the variable.',
  2149. `name` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The identifier of the data.',
  2150. `value` longblob DEFAULT NULL COMMENT 'The value.',
  2151. `serialized` tinyint(3) UNSIGNED DEFAULT 0 COMMENT 'Whether value is serialized.'
  2152. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Stores module data as key/value pairs per user.';
  2153. -- --------------------------------------------------------
  2154. --
  2155. -- Tábla szerkezet ehhez a táblához `users_field_data`
  2156. --
  2157. CREATE TABLE `users_field_data` (
  2158. `uid` int(10) UNSIGNED NOT NULL,
  2159. `langcode` varchar(12) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL,
  2160. `preferred_langcode` varchar(12) CHARACTER SET ascii COLLATE ascii_general_ci DEFAULT NULL,
  2161. `preferred_admin_langcode` varchar(12) CHARACTER SET ascii COLLATE ascii_general_ci DEFAULT NULL,
  2162. `name` varchar(60) NOT NULL,
  2163. `pass` varchar(255) DEFAULT NULL,
  2164. `mail` varchar(254) DEFAULT NULL,
  2165. `timezone` varchar(32) DEFAULT NULL,
  2166. `status` tinyint(4) DEFAULT NULL,
  2167. `created` int(11) NOT NULL,
  2168. `changed` int(11) DEFAULT NULL,
  2169. `access` int(11) NOT NULL,
  2170. `login` int(11) DEFAULT NULL,
  2171. `init` varchar(254) DEFAULT NULL,
  2172. `default_langcode` tinyint(4) NOT NULL
  2173. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='The data table for user entities.';
  2174. -- --------------------------------------------------------
  2175. --
  2176. -- Tábla szerkezet ehhez a táblához `user__roles`
  2177. --
  2178. CREATE TABLE `user__roles` (
  2179. `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance',
  2180. `deleted` tinyint(4) NOT NULL DEFAULT 0 COMMENT 'A boolean indicating whether this data item has been deleted',
  2181. `entity_id` int(10) UNSIGNED NOT NULL COMMENT 'The entity id this data is attached to',
  2182. `revision_id` int(10) UNSIGNED NOT NULL COMMENT 'The entity revision id this data is attached to, which for an unversioned entity type is the same as the entity id',
  2183. `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.',
  2184. `delta` int(10) UNSIGNED NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields',
  2185. `roles_target_id` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL COMMENT 'The ID of the target entity.'
  2186. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Data storage for user field roles.';
  2187. -- --------------------------------------------------------
  2188. --
  2189. -- Tábla szerkezet ehhez a táblához `user__user_picture`
  2190. --
  2191. CREATE TABLE `user__user_picture` (
  2192. `bundle` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The field instance bundle to which this row belongs, used when deleting a field instance',
  2193. `deleted` tinyint(4) NOT NULL DEFAULT 0 COMMENT 'A boolean indicating whether this data item has been deleted',
  2194. `entity_id` int(10) UNSIGNED NOT NULL COMMENT 'The entity id this data is attached to',
  2195. `revision_id` int(10) UNSIGNED NOT NULL COMMENT 'The entity revision id this data is attached to, which for an unversioned entity type is the same as the entity id',
  2196. `langcode` varchar(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'The language code for this data item.',
  2197. `delta` int(10) UNSIGNED NOT NULL COMMENT 'The sequence number for this data item, used for multi-value fields',
  2198. `user_picture_target_id` int(10) UNSIGNED NOT NULL COMMENT 'The ID of the file entity.',
  2199. `user_picture_alt` varchar(512) DEFAULT NULL COMMENT 'Alternative image text, for the image''s ''alt'' attribute.',
  2200. `user_picture_title` varchar(1024) DEFAULT NULL COMMENT 'Image title text, for the image''s ''title'' attribute.',
  2201. `user_picture_width` int(10) UNSIGNED DEFAULT NULL COMMENT 'The width of the image in pixels.',
  2202. `user_picture_height` int(10) UNSIGNED DEFAULT NULL COMMENT 'The height of the image in pixels.'
  2203. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Data storage for user field user_picture.';
  2204. -- --------------------------------------------------------
  2205. --
  2206. -- Tábla szerkezet ehhez a táblához `watchdog`
  2207. --
  2208. CREATE TABLE `watchdog` (
  2209. `wid` int(11) NOT NULL COMMENT 'Primary Key: Unique watchdog event ID.',
  2210. `uid` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'The "users".uid of the user who triggered the event.',
  2211. `type` varchar(64) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'Type of log message, for example "user" or "page not found."',
  2212. `message` longtext NOT NULL COMMENT 'Text of log message to be passed into the t() function.',
  2213. `variables` longblob NOT NULL COMMENT 'Serialized array of variables that match the message string and that is passed into the t() function.',
  2214. `severity` tinyint(3) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'The severity level of the event. ranges from 0 (Emergency) to 7 (Debug)',
  2215. `link` text DEFAULT NULL COMMENT 'Link to view the result of the event.',
  2216. `location` text NOT NULL COMMENT 'URL of the origin of the event.',
  2217. `referer` text DEFAULT NULL COMMENT 'URL of referring page.',
  2218. `hostname` varchar(128) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '' COMMENT 'Hostname of the user who triggered the event.',
  2219. `timestamp` int(11) NOT NULL DEFAULT 0 COMMENT 'Unix timestamp of when event occurred.'
  2220. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci COMMENT='Table that contains logs of all system events.';
  2221. --
  2222. -- Indexek a kiírt táblákhoz
  2223. --
  2224. --
  2225. -- A tábla indexei `adaptec`
  2226. --
  2227. ALTER TABLE `adaptec`
  2228. ADD PRIMARY KEY (`id`),
  2229. ADD UNIQUE KEY `cikkszam` (`cikkszam`),
  2230. ADD KEY `Ordering_SKU` (`Ordering_SKU`),
  2231. ADD KEY `cikkszam_2` (`cikkszam`),
  2232. ADD KEY `megnevezes` (`megnevezes`);
  2233. --
  2234. -- A tábla indexei `adaptec_csop`
  2235. --
  2236. ALTER TABLE `adaptec_csop`
  2237. ADD PRIMARY KEY (`id`),
  2238. ADD UNIQUE KEY `csopkod` (`csopkod`),
  2239. ADD KEY `csopnev` (`csopnev`);
  2240. --
  2241. -- A tábla indexei `arlista_manager_active_product`
  2242. --
  2243. ALTER TABLE `arlista_manager_active_product`
  2244. ADD PRIMARY KEY (`id`),
  2245. ADD KEY `fabric_id` (`fabric_id`),
  2246. ADD KEY `axico_id` (`created_at`);
  2247. --
  2248. -- A tábla indexei `arlista_manager_axico_id`
  2249. --
  2250. ALTER TABLE `arlista_manager_axico_id`
  2251. ADD PRIMARY KEY (`id`),
  2252. ADD KEY `parent_manufacturer_id` (`parent_manufacturer_id`);
  2253. --
  2254. -- A tábla indexei `arlista_manager_axico_id_warranty`
  2255. --
  2256. ALTER TABLE `arlista_manager_axico_id_warranty`
  2257. ADD PRIMARY KEY (`id`);
  2258. --
  2259. -- A tábla indexei `arlista_manager_calculation`
  2260. --
  2261. ALTER TABLE `arlista_manager_calculation`
  2262. ADD PRIMARY KEY (`id`),
  2263. ADD KEY `parent_manufacturer_id` (`parent_manufacturer_id`);
  2264. --
  2265. -- A tábla indexei `arlista_manager_category`
  2266. --
  2267. ALTER TABLE `arlista_manager_category`
  2268. ADD PRIMARY KEY (`id`),
  2269. ADD KEY `axico_id_name` (`axico_id_name`);
  2270. --
  2271. -- A tábla indexei `arlista_manager_component`
  2272. --
  2273. ALTER TABLE `arlista_manager_component`
  2274. ADD PRIMARY KEY (`id`),
  2275. ADD KEY `parent_manufacturer_id` (`parent_manufacturer_id`);
  2276. --
  2277. -- A tábla indexei `arlista_manager_enabled_group`
  2278. --
  2279. ALTER TABLE `arlista_manager_enabled_group`
  2280. ADD PRIMARY KEY (`id`),
  2281. ADD KEY `parent_sheet_setting_id` (`sheet_setting_id`);
  2282. --
  2283. -- A tábla indexei `arlista_manager_manufacturer`
  2284. --
  2285. ALTER TABLE `arlista_manager_manufacturer`
  2286. ADD PRIMARY KEY (`id`),
  2287. ADD KEY `component_based` (`component_based`);
  2288. --
  2289. -- A tábla indexei `arlista_manager_sheet_setting`
  2290. --
  2291. ALTER TABLE `arlista_manager_sheet_setting`
  2292. ADD PRIMARY KEY (`id`),
  2293. ADD KEY `parent_manufacturer_id` (`manufacturer_id`);
  2294. --
  2295. -- A tábla indexei `arlista_manager_uploaded_file`
  2296. --
  2297. ALTER TABLE `arlista_manager_uploaded_file`
  2298. ADD PRIMARY KEY (`id`),
  2299. ADD KEY `parent_manufacturer_id` (`parent_manufacturer_id`);
  2300. --
  2301. -- A tábla indexei `arlista_manager_uploaded_product`
  2302. --
  2303. ALTER TABLE `arlista_manager_uploaded_product`
  2304. ADD PRIMARY KEY (`id`);
  2305. --
  2306. -- A tábla indexei `batch`
  2307. --
  2308. ALTER TABLE `batch`
  2309. ADD PRIMARY KEY (`bid`),
  2310. ADD KEY `token` (`token`);
  2311. --
  2312. -- A tábla indexei `bbx_csop`
  2313. --
  2314. ALTER TABLE `bbx_csop`
  2315. ADD PRIMARY KEY (`id`),
  2316. ADD UNIQUE KEY `csopkod` (`csopkod`),
  2317. ADD KEY `csopnev` (`csopnev`);
  2318. --
  2319. -- A tábla indexei `bbx_online`
  2320. --
  2321. ALTER TABLE `bbx_online`
  2322. ADD PRIMARY KEY (`id`),
  2323. ADD KEY `csopkod` (`csopkod`),
  2324. ADD KEY `cikkszam` (`cikkszam`),
  2325. ADD KEY `ITEM` (`SKUcode`);
  2326. --
  2327. -- A tábla indexei `block_content`
  2328. --
  2329. ALTER TABLE `block_content`
  2330. ADD PRIMARY KEY (`id`),
  2331. ADD UNIQUE KEY `block_content_field__uuid__value` (`uuid`),
  2332. ADD UNIQUE KEY `block_content__revision_id` (`revision_id`),
  2333. ADD KEY `block_content_field__type__target_id` (`type`);
  2334. --
  2335. -- A tábla indexei `block_content_field_data`
  2336. --
  2337. ALTER TABLE `block_content_field_data`
  2338. ADD PRIMARY KEY (`id`,`langcode`),
  2339. ADD KEY `block_content__id__default_langcode__langcode` (`id`,`default_langcode`,`langcode`),
  2340. ADD KEY `block_content__revision_id` (`revision_id`),
  2341. ADD KEY `block_content_field__type__target_id` (`type`),
  2342. ADD KEY `block_content__status_type` (`status`,`type`,`id`);
  2343. --
  2344. -- A tábla indexei `block_content_field_revision`
  2345. --
  2346. ALTER TABLE `block_content_field_revision`
  2347. ADD PRIMARY KEY (`revision_id`,`langcode`),
  2348. ADD KEY `block_content__id__default_langcode__langcode` (`id`,`default_langcode`,`langcode`);
  2349. --
  2350. -- A tábla indexei `block_content_revision`
  2351. --
  2352. ALTER TABLE `block_content_revision`
  2353. ADD PRIMARY KEY (`revision_id`),
  2354. ADD KEY `block_content__id` (`id`),
  2355. ADD KEY `block_content_field__revision_user__target_id` (`revision_user`);
  2356. --
  2357. -- A tábla indexei `block_content_revision__body`
  2358. --
  2359. ALTER TABLE `block_content_revision__body`
  2360. ADD PRIMARY KEY (`entity_id`,`revision_id`,`deleted`,`delta`,`langcode`),
  2361. ADD KEY `bundle` (`bundle`),
  2362. ADD KEY `revision_id` (`revision_id`),
  2363. ADD KEY `body_format` (`body_format`);
  2364. --
  2365. -- A tábla indexei `block_content__body`
  2366. --
  2367. ALTER TABLE `block_content__body`
  2368. ADD PRIMARY KEY (`entity_id`,`deleted`,`delta`,`langcode`),
  2369. ADD KEY `bundle` (`bundle`),
  2370. ADD KEY `revision_id` (`revision_id`),
  2371. ADD KEY `body_format` (`body_format`);
  2372. --
  2373. -- A tábla indexei `cachetags`
  2374. --
  2375. ALTER TABLE `cachetags`
  2376. ADD PRIMARY KEY (`tag`);
  2377. --
  2378. -- A tábla indexei `cache_bootstrap`
  2379. --
  2380. ALTER TABLE `cache_bootstrap`
  2381. ADD PRIMARY KEY (`cid`),
  2382. ADD KEY `expire` (`expire`),
  2383. ADD KEY `created` (`created`);
  2384. --
  2385. -- A tábla indexei `cache_config`
  2386. --
  2387. ALTER TABLE `cache_config`
  2388. ADD PRIMARY KEY (`cid`),
  2389. ADD KEY `expire` (`expire`),
  2390. ADD KEY `created` (`created`);
  2391. --
  2392. -- A tábla indexei `cache_container`
  2393. --
  2394. ALTER TABLE `cache_container`
  2395. ADD PRIMARY KEY (`cid`),
  2396. ADD KEY `expire` (`expire`),
  2397. ADD KEY `created` (`created`);
  2398. --
  2399. -- A tábla indexei `cache_data`
  2400. --
  2401. ALTER TABLE `cache_data`
  2402. ADD PRIMARY KEY (`cid`),
  2403. ADD KEY `expire` (`expire`),
  2404. ADD KEY `created` (`created`);
  2405. --
  2406. -- A tábla indexei `cache_default`
  2407. --
  2408. ALTER TABLE `cache_default`
  2409. ADD PRIMARY KEY (`cid`),
  2410. ADD KEY `expire` (`expire`),
  2411. ADD KEY `created` (`created`);
  2412. --
  2413. -- A tábla indexei `cache_discovery`
  2414. --
  2415. ALTER TABLE `cache_discovery`
  2416. ADD PRIMARY KEY (`cid`),
  2417. ADD KEY `expire` (`expire`),
  2418. ADD KEY `created` (`created`);
  2419. --
  2420. -- A tábla indexei `cache_dynamic_page_cache`
  2421. --
  2422. ALTER TABLE `cache_dynamic_page_cache`
  2423. ADD PRIMARY KEY (`cid`),
  2424. ADD KEY `expire` (`expire`),
  2425. ADD KEY `created` (`created`);
  2426. --
  2427. -- A tábla indexei `cache_entity`
  2428. --
  2429. ALTER TABLE `cache_entity`
  2430. ADD PRIMARY KEY (`cid`),
  2431. ADD KEY `expire` (`expire`),
  2432. ADD KEY `created` (`created`);
  2433. --
  2434. -- A tábla indexei `cache_menu`
  2435. --
  2436. ALTER TABLE `cache_menu`
  2437. ADD PRIMARY KEY (`cid`),
  2438. ADD KEY `expire` (`expire`),
  2439. ADD KEY `created` (`created`);
  2440. --
  2441. -- A tábla indexei `cache_page`
  2442. --
  2443. ALTER TABLE `cache_page`
  2444. ADD PRIMARY KEY (`cid`),
  2445. ADD KEY `expire` (`expire`),
  2446. ADD KEY `created` (`created`);
  2447. --
  2448. -- A tábla indexei `cache_render`
  2449. --
  2450. ALTER TABLE `cache_render`
  2451. ADD PRIMARY KEY (`cid`),
  2452. ADD KEY `expire` (`expire`),
  2453. ADD KEY `created` (`created`);
  2454. --
  2455. -- A tábla indexei `cache_toolbar`
  2456. --
  2457. ALTER TABLE `cache_toolbar`
  2458. ADD PRIMARY KEY (`cid`),
  2459. ADD KEY `expire` (`expire`),
  2460. ADD KEY `created` (`created`);
  2461. --
  2462. -- A tábla indexei `comment`
  2463. --
  2464. ALTER TABLE `comment`
  2465. ADD PRIMARY KEY (`cid`),
  2466. ADD UNIQUE KEY `comment_field__uuid__value` (`uuid`),
  2467. ADD KEY `comment_field__comment_type__target_id` (`comment_type`);
  2468. --
  2469. -- A tábla indexei `comment_entity_statistics`
  2470. --
  2471. ALTER TABLE `comment_entity_statistics`
  2472. ADD PRIMARY KEY (`entity_id`,`entity_type`,`field_name`),
  2473. ADD KEY `last_comment_timestamp` (`last_comment_timestamp`),
  2474. ADD KEY `comment_count` (`comment_count`),
  2475. ADD KEY `last_comment_uid` (`last_comment_uid`);
  2476. --
  2477. -- A tábla indexei `comment_field_data`
  2478. --
  2479. ALTER TABLE `comment_field_data`
  2480. ADD PRIMARY KEY (`cid`,`langcode`),
  2481. ADD KEY `comment__id__default_langcode__langcode` (`cid`,`default_langcode`,`langcode`),
  2482. ADD KEY `comment_field__comment_type__target_id` (`comment_type`),
  2483. ADD KEY `comment_field__uid__target_id` (`uid`),
  2484. ADD KEY `comment_field__created` (`created`),
  2485. ADD KEY `comment__status_comment_type` (`status`,`comment_type`,`cid`),
  2486. ADD KEY `comment__status_pid` (`pid`,`status`),
  2487. ADD KEY `comment__num_new` (`entity_id`,`entity_type`,`comment_type`,`status`,`created`,`cid`,`thread`(191)),
  2488. ADD KEY `comment__entity_langcode` (`entity_id`,`entity_type`,`comment_type`,`default_langcode`);
  2489. --
  2490. -- A tábla indexei `comment__comment_body`
  2491. --
  2492. ALTER TABLE `comment__comment_body`
  2493. ADD PRIMARY KEY (`entity_id`,`deleted`,`delta`,`langcode`),
  2494. ADD KEY `bundle` (`bundle`),
  2495. ADD KEY `revision_id` (`revision_id`),
  2496. ADD KEY `comment_body_format` (`comment_body_format`);
  2497. --
  2498. -- A tábla indexei `config`
  2499. --
  2500. ALTER TABLE `config`
  2501. ADD PRIMARY KEY (`collection`,`name`);
  2502. --
  2503. -- A tábla indexei `file_managed`
  2504. --
  2505. ALTER TABLE `file_managed`
  2506. ADD PRIMARY KEY (`fid`),
  2507. ADD UNIQUE KEY `file_field__uuid__value` (`uuid`),
  2508. ADD KEY `file_field__uid__target_id` (`uid`),
  2509. ADD KEY `file_field__uri` (`uri`(191)),
  2510. ADD KEY `file_field__status` (`status`),
  2511. ADD KEY `file_field__changed` (`changed`);
  2512. --
  2513. -- A tábla indexei `file_usage`
  2514. --
  2515. ALTER TABLE `file_usage`
  2516. ADD PRIMARY KEY (`fid`,`type`,`id`,`module`),
  2517. ADD KEY `type_id` (`type`,`id`),
  2518. ADD KEY `fid_count` (`fid`,`count`),
  2519. ADD KEY `fid_module` (`fid`,`module`);
  2520. --
  2521. -- A tábla indexei `flood`
  2522. --
  2523. ALTER TABLE `flood`
  2524. ADD PRIMARY KEY (`fid`),
  2525. ADD KEY `allow` (`event`,`identifier`,`timestamp`),
  2526. ADD KEY `purge` (`expiration`);
  2527. --
  2528. -- A tábla indexei `history`
  2529. --
  2530. ALTER TABLE `history`
  2531. ADD PRIMARY KEY (`uid`,`nid`),
  2532. ADD KEY `nid` (`nid`);
  2533. --
  2534. -- A tábla indexei `key_value`
  2535. --
  2536. ALTER TABLE `key_value`
  2537. ADD PRIMARY KEY (`collection`,`name`);
  2538. --
  2539. -- A tábla indexei `key_value_expire`
  2540. --
  2541. ALTER TABLE `key_value_expire`
  2542. ADD PRIMARY KEY (`collection`,`name`),
  2543. ADD KEY `all` (`name`,`collection`,`expire`),
  2544. ADD KEY `expire` (`expire`);
  2545. --
  2546. -- A tábla indexei `komp_amd`
  2547. --
  2548. ALTER TABLE `komp_amd`
  2549. ADD PRIMARY KEY (`id`),
  2550. ADD KEY `cikkszam` (`cikkszam`),
  2551. ADD KEY `P_N` (`P_N`),
  2552. ADD KEY `szarmazas` (`szarmazas`);
  2553. --
  2554. -- A tábla indexei `komp_aoc`
  2555. --
  2556. ALTER TABLE `komp_aoc`
  2557. ADD PRIMARY KEY (`id`),
  2558. ADD UNIQUE KEY `cikkszam_2` (`cikkszam`),
  2559. ADD KEY `cikkszam` (`cikkszam`),
  2560. ADD KEY `P_N` (`P_N`),
  2561. ADD KEY `szarmazas` (`szarmazas`);
  2562. --
  2563. -- A tábla indexei `komp_csop`
  2564. --
  2565. ALTER TABLE `komp_csop`
  2566. ADD PRIMARY KEY (`id`),
  2567. ADD KEY `csopkod` (`csopkod`),
  2568. ADD KEY `gyarto` (`gyarto`),
  2569. ADD KEY `sorrend` (`sorrend`);
  2570. --
  2571. -- A tábla indexei `komp_gpu`
  2572. --
  2573. ALTER TABLE `komp_gpu`
  2574. ADD PRIMARY KEY (`id`),
  2575. ADD KEY `cikkszam` (`cikkszam`),
  2576. ADD KEY `P_N` (`P_N`),
  2577. ADD KEY `szarmazas` (`szarmazas`);
  2578. --
  2579. -- A tábla indexei `komp_hdd`
  2580. --
  2581. ALTER TABLE `komp_hdd`
  2582. ADD PRIMARY KEY (`id`),
  2583. ADD KEY `cikkszam` (`cikkszam`),
  2584. ADD KEY `P_N` (`P_N`);
  2585. --
  2586. -- A tábla indexei `komp_intel`
  2587. --
  2588. ALTER TABLE `komp_intel`
  2589. ADD PRIMARY KEY (`id`),
  2590. ADD KEY `cikkszam` (`cikkszam`),
  2591. ADD KEY `P_N` (`P_N`);
  2592. --
  2593. -- A tábla indexei `komp_mem`
  2594. --
  2595. ALTER TABLE `komp_mem`
  2596. ADD PRIMARY KEY (`id`),
  2597. ADD UNIQUE KEY `cikkszam_2` (`cikkszam`),
  2598. ADD KEY `cikkszam` (`cikkszam`),
  2599. ADD KEY `P_N` (`P_N`),
  2600. ADD KEY `szarmazas` (`szarmazas`);
  2601. --
  2602. -- A tábla indexei `komp_parameter`
  2603. --
  2604. ALTER TABLE `komp_parameter`
  2605. ADD PRIMARY KEY (`id`),
  2606. ADD KEY `komponens_nev` (`komponens_nev`);
  2607. --
  2608. -- A tábla indexei `komp_satadom`
  2609. --
  2610. ALTER TABLE `komp_satadom`
  2611. ADD PRIMARY KEY (`id`),
  2612. ADD KEY `cikkszam` (`cikkszam`),
  2613. ADD KEY `P_N` (`P_N`);
  2614. --
  2615. -- A tábla indexei `komp_ssd`
  2616. --
  2617. ALTER TABLE `komp_ssd`
  2618. ADD PRIMARY KEY (`id`),
  2619. ADD UNIQUE KEY `cikkszam` (`cikkszam`),
  2620. ADD KEY `P_N` (`P_N`),
  2621. ADD KEY `cikkszam_2` (`cikkszam`),
  2622. ADD KEY `szarmazas` (`szarmazas`);
  2623. --
  2624. -- A tábla indexei `komp_switch`
  2625. --
  2626. ALTER TABLE `komp_switch`
  2627. ADD PRIMARY KEY (`id`),
  2628. ADD KEY `cikkszam` (`cikkszam`),
  2629. ADD KEY `P_N` (`P_N`),
  2630. ADD KEY `szarmazas` (`szarmazas`);
  2631. --
  2632. -- A tábla indexei `locales_location`
  2633. --
  2634. ALTER TABLE `locales_location`
  2635. ADD PRIMARY KEY (`lid`),
  2636. ADD KEY `string_id` (`sid`),
  2637. ADD KEY `string_type` (`sid`,`type`);
  2638. --
  2639. -- A tábla indexei `locales_source`
  2640. --
  2641. ALTER TABLE `locales_source`
  2642. ADD PRIMARY KEY (`lid`),
  2643. ADD KEY `source_context` (`source`(30),`context`);
  2644. --
  2645. -- A tábla indexei `locales_target`
  2646. --
  2647. ALTER TABLE `locales_target`
  2648. ADD PRIMARY KEY (`language`,`lid`),
  2649. ADD KEY `lid` (`lid`);
  2650. --
  2651. -- A tábla indexei `locale_file`
  2652. --
  2653. ALTER TABLE `locale_file`
  2654. ADD PRIMARY KEY (`project`,`langcode`);
  2655. --
  2656. -- A tábla indexei `menu_link_content`
  2657. --
  2658. ALTER TABLE `menu_link_content`
  2659. ADD PRIMARY KEY (`id`),
  2660. ADD UNIQUE KEY `menu_link_content_field__uuid__value` (`uuid`),
  2661. ADD UNIQUE KEY `menu_link_content__revision_id` (`revision_id`);
  2662. --
  2663. -- A tábla indexei `menu_link_content_data`
  2664. --
  2665. ALTER TABLE `menu_link_content_data`
  2666. ADD PRIMARY KEY (`id`,`langcode`),
  2667. ADD KEY `menu_link_content__id__default_langcode__langcode` (`id`,`default_langcode`,`langcode`),
  2668. ADD KEY `menu_link_content__revision_id` (`revision_id`),
  2669. ADD KEY `menu_link_content_field__link__uri` (`link__uri`(30)),
  2670. ADD KEY `menu_link_content__enabled_bundle` (`enabled`,`bundle`,`id`);
  2671. --
  2672. -- A tábla indexei `menu_link_content_field_revision`
  2673. --
  2674. ALTER TABLE `menu_link_content_field_revision`
  2675. ADD PRIMARY KEY (`revision_id`,`langcode`),
  2676. ADD KEY `menu_link_content__id__default_langcode__langcode` (`id`,`default_langcode`,`langcode`),
  2677. ADD KEY `menu_link_content_field__link__uri` (`link__uri`(30));
  2678. --
  2679. -- A tábla indexei `menu_link_content_revision`
  2680. --
  2681. ALTER TABLE `menu_link_content_revision`
  2682. ADD PRIMARY KEY (`revision_id`),
  2683. ADD KEY `menu_link_content__id` (`id`),
  2684. ADD KEY `menu_link_content__ef029a1897` (`revision_user`);
  2685. --
  2686. -- A tábla indexei `menu_tree`
  2687. --
  2688. ALTER TABLE `menu_tree`
  2689. ADD PRIMARY KEY (`mlid`),
  2690. ADD UNIQUE KEY `id` (`id`),
  2691. ADD KEY `menu_parents` (`menu_name`,`p1`,`p2`,`p3`,`p4`,`p5`,`p6`,`p7`,`p8`,`p9`),
  2692. ADD KEY `menu_parent_expand_child` (`menu_name`,`expanded`,`has_children`,`parent`(16)),
  2693. ADD KEY `route_values` (`route_name`(32),`route_param_key`(16));
  2694. --
  2695. -- A tábla indexei `node`
  2696. --
  2697. ALTER TABLE `node`
  2698. ADD PRIMARY KEY (`nid`),
  2699. ADD UNIQUE KEY `node_field__uuid__value` (`uuid`),
  2700. ADD UNIQUE KEY `node__vid` (`vid`),
  2701. ADD KEY `node_field__type__target_id` (`type`);
  2702. --
  2703. -- A tábla indexei `node_access`
  2704. --
  2705. ALTER TABLE `node_access`
  2706. ADD PRIMARY KEY (`nid`,`gid`,`realm`,`langcode`);
  2707. --
  2708. -- A tábla indexei `node_field_data`
  2709. --
  2710. ALTER TABLE `node_field_data`
  2711. ADD PRIMARY KEY (`nid`,`langcode`),
  2712. ADD KEY `node__id__default_langcode__langcode` (`nid`,`default_langcode`,`langcode`),
  2713. ADD KEY `node__vid` (`vid`),
  2714. ADD KEY `node_field__type__target_id` (`type`),
  2715. ADD KEY `node_field__uid__target_id` (`uid`),
  2716. ADD KEY `node_field__created` (`created`),
  2717. ADD KEY `node_field__changed` (`changed`),
  2718. ADD KEY `node__status_type` (`status`,`type`,`nid`),
  2719. ADD KEY `node__frontpage` (`promote`,`status`,`sticky`,`created`),
  2720. ADD KEY `node__title_type` (`title`(191),`type`(4));
  2721. --
  2722. -- A tábla indexei `node_field_revision`
  2723. --
  2724. ALTER TABLE `node_field_revision`
  2725. ADD PRIMARY KEY (`vid`,`langcode`),
  2726. ADD KEY `node__id__default_langcode__langcode` (`nid`,`default_langcode`,`langcode`),
  2727. ADD KEY `node_field__uid__target_id` (`uid`);
  2728. --
  2729. -- A tábla indexei `node_revision`
  2730. --
  2731. ALTER TABLE `node_revision`
  2732. ADD PRIMARY KEY (`vid`),
  2733. ADD KEY `node__nid` (`nid`),
  2734. ADD KEY `node_field__langcode` (`langcode`),
  2735. ADD KEY `node_field__revision_uid__target_id` (`revision_uid`);
  2736. --
  2737. -- A tábla indexei `node_revision__body`
  2738. --
  2739. ALTER TABLE `node_revision__body`
  2740. ADD PRIMARY KEY (`entity_id`,`revision_id`,`deleted`,`delta`,`langcode`),
  2741. ADD KEY `bundle` (`bundle`),
  2742. ADD KEY `revision_id` (`revision_id`),
  2743. ADD KEY `body_format` (`body_format`);
  2744. --
  2745. -- A tábla indexei `node_revision__comment`
  2746. --
  2747. ALTER TABLE `node_revision__comment`
  2748. ADD PRIMARY KEY (`entity_id`,`revision_id`,`deleted`,`delta`,`langcode`),
  2749. ADD KEY `bundle` (`bundle`),
  2750. ADD KEY `revision_id` (`revision_id`);
  2751. --
  2752. -- A tábla indexei `node_revision__field_change_sign`
  2753. --
  2754. ALTER TABLE `node_revision__field_change_sign`
  2755. ADD PRIMARY KEY (`entity_id`,`revision_id`,`deleted`,`delta`,`langcode`),
  2756. ADD KEY `bundle` (`bundle`),
  2757. ADD KEY `revision_id` (`revision_id`);
  2758. --
  2759. -- A tábla indexei `node_revision__field_image`
  2760. --
  2761. ALTER TABLE `node_revision__field_image`
  2762. ADD PRIMARY KEY (`entity_id`,`revision_id`,`deleted`,`delta`,`langcode`),
  2763. ADD KEY `bundle` (`bundle`),
  2764. ADD KEY `revision_id` (`revision_id`),
  2765. ADD KEY `field_image_target_id` (`field_image_target_id`);
  2766. --
  2767. -- A tábla indexei `node_revision__field_manufacturer_id`
  2768. --
  2769. ALTER TABLE `node_revision__field_manufacturer_id`
  2770. ADD PRIMARY KEY (`entity_id`,`revision_id`,`deleted`,`delta`,`langcode`),
  2771. ADD KEY `bundle` (`bundle`),
  2772. ADD KEY `revision_id` (`revision_id`);
  2773. --
  2774. -- A tábla indexei `node_revision__field_minus_sign`
  2775. --
  2776. ALTER TABLE `node_revision__field_minus_sign`
  2777. ADD PRIMARY KEY (`entity_id`,`revision_id`,`deleted`,`delta`,`langcode`),
  2778. ADD KEY `bundle` (`bundle`),
  2779. ADD KEY `revision_id` (`revision_id`);
  2780. --
  2781. -- A tábla indexei `node_revision__field_plus_sign`
  2782. --
  2783. ALTER TABLE `node_revision__field_plus_sign`
  2784. ADD PRIMARY KEY (`entity_id`,`revision_id`,`deleted`,`delta`,`langcode`),
  2785. ADD KEY `bundle` (`bundle`),
  2786. ADD KEY `revision_id` (`revision_id`);
  2787. --
  2788. -- A tábla indexei `node_revision__field_sheet_settings`
  2789. --
  2790. ALTER TABLE `node_revision__field_sheet_settings`
  2791. ADD PRIMARY KEY (`entity_id`,`revision_id`,`deleted`,`delta`,`langcode`),
  2792. ADD KEY `bundle` (`bundle`),
  2793. ADD KEY `revision_id` (`revision_id`),
  2794. ADD KEY `field_sheet_settings_target_id` (`field_sheet_settings_target_id`);
  2795. --
  2796. -- A tábla indexei `node_revision__field_sheet_setting_id`
  2797. --
  2798. ALTER TABLE `node_revision__field_sheet_setting_id`
  2799. ADD PRIMARY KEY (`entity_id`,`revision_id`,`deleted`,`delta`,`langcode`),
  2800. ADD KEY `bundle` (`bundle`),
  2801. ADD KEY `revision_id` (`revision_id`);
  2802. --
  2803. -- A tábla indexei `node_revision__field_tags`
  2804. --
  2805. ALTER TABLE `node_revision__field_tags`
  2806. ADD PRIMARY KEY (`entity_id`,`revision_id`,`deleted`,`delta`,`langcode`),
  2807. ADD KEY `bundle` (`bundle`),
  2808. ADD KEY `revision_id` (`revision_id`),
  2809. ADD KEY `field_tags_target_id` (`field_tags_target_id`);
  2810. --
  2811. -- A tábla indexei `node__body`
  2812. --
  2813. ALTER TABLE `node__body`
  2814. ADD PRIMARY KEY (`entity_id`,`deleted`,`delta`,`langcode`),
  2815. ADD KEY `bundle` (`bundle`),
  2816. ADD KEY `revision_id` (`revision_id`),
  2817. ADD KEY `body_format` (`body_format`);
  2818. --
  2819. -- A tábla indexei `node__comment`
  2820. --
  2821. ALTER TABLE `node__comment`
  2822. ADD PRIMARY KEY (`entity_id`,`deleted`,`delta`,`langcode`),
  2823. ADD KEY `bundle` (`bundle`),
  2824. ADD KEY `revision_id` (`revision_id`);
  2825. --
  2826. -- A tábla indexei `node__field_change_sign`
  2827. --
  2828. ALTER TABLE `node__field_change_sign`
  2829. ADD PRIMARY KEY (`entity_id`,`deleted`,`delta`,`langcode`),
  2830. ADD KEY `bundle` (`bundle`),
  2831. ADD KEY `revision_id` (`revision_id`);
  2832. --
  2833. -- A tábla indexei `node__field_image`
  2834. --
  2835. ALTER TABLE `node__field_image`
  2836. ADD PRIMARY KEY (`entity_id`,`deleted`,`delta`,`langcode`),
  2837. ADD KEY `bundle` (`bundle`),
  2838. ADD KEY `revision_id` (`revision_id`),
  2839. ADD KEY `field_image_target_id` (`field_image_target_id`);
  2840. --
  2841. -- A tábla indexei `node__field_manufacturer_id`
  2842. --
  2843. ALTER TABLE `node__field_manufacturer_id`
  2844. ADD PRIMARY KEY (`entity_id`,`deleted`,`delta`,`langcode`),
  2845. ADD KEY `bundle` (`bundle`),
  2846. ADD KEY `revision_id` (`revision_id`);
  2847. --
  2848. -- A tábla indexei `node__field_minus_sign`
  2849. --
  2850. ALTER TABLE `node__field_minus_sign`
  2851. ADD PRIMARY KEY (`entity_id`,`deleted`,`delta`,`langcode`),
  2852. ADD KEY `bundle` (`bundle`),
  2853. ADD KEY `revision_id` (`revision_id`);
  2854. --
  2855. -- A tábla indexei `node__field_plus_sign`
  2856. --
  2857. ALTER TABLE `node__field_plus_sign`
  2858. ADD PRIMARY KEY (`entity_id`,`deleted`,`delta`,`langcode`),
  2859. ADD KEY `bundle` (`bundle`),
  2860. ADD KEY `revision_id` (`revision_id`);
  2861. --
  2862. -- A tábla indexei `node__field_sheet_settings`
  2863. --
  2864. ALTER TABLE `node__field_sheet_settings`
  2865. ADD PRIMARY KEY (`entity_id`,`deleted`,`delta`,`langcode`),
  2866. ADD KEY `bundle` (`bundle`),
  2867. ADD KEY `revision_id` (`revision_id`),
  2868. ADD KEY `field_sheet_settings_target_id` (`field_sheet_settings_target_id`);
  2869. --
  2870. -- A tábla indexei `node__field_sheet_setting_id`
  2871. --
  2872. ALTER TABLE `node__field_sheet_setting_id`
  2873. ADD PRIMARY KEY (`entity_id`,`deleted`,`delta`,`langcode`),
  2874. ADD KEY `bundle` (`bundle`),
  2875. ADD KEY `revision_id` (`revision_id`);
  2876. --
  2877. -- A tábla indexei `node__field_tags`
  2878. --
  2879. ALTER TABLE `node__field_tags`
  2880. ADD PRIMARY KEY (`entity_id`,`deleted`,`delta`,`langcode`),
  2881. ADD KEY `bundle` (`bundle`),
  2882. ADD KEY `revision_id` (`revision_id`),
  2883. ADD KEY `field_tags_target_id` (`field_tags_target_id`);
  2884. --
  2885. -- A tábla indexei `passziv`
  2886. --
  2887. ALTER TABLE `passziv`
  2888. ADD PRIMARY KEY (`id`),
  2889. ADD UNIQUE KEY `cikkszam` (`cikkszam`),
  2890. ADD KEY `Item` (`Item`,`megnevezes`),
  2891. ADD KEY `cikkszam_2` (`cikkszam`);
  2892. --
  2893. -- A tábla indexei `path_alias`
  2894. --
  2895. ALTER TABLE `path_alias`
  2896. ADD PRIMARY KEY (`id`),
  2897. ADD UNIQUE KEY `path_alias_field__uuid__value` (`uuid`),
  2898. ADD UNIQUE KEY `path_alias__revision_id` (`revision_id`),
  2899. ADD KEY `path_alias__status` (`status`,`id`),
  2900. ADD KEY `path_alias__alias_langcode_id_status` (`alias`(191),`langcode`,`id`,`status`),
  2901. ADD KEY `path_alias__path_langcode_id_status` (`path`(191),`langcode`,`id`,`status`);
  2902. --
  2903. -- A tábla indexei `path_alias_revision`
  2904. --
  2905. ALTER TABLE `path_alias_revision`
  2906. ADD PRIMARY KEY (`revision_id`),
  2907. ADD KEY `path_alias__id` (`id`);
  2908. --
  2909. -- A tábla indexei `queue`
  2910. --
  2911. ALTER TABLE `queue`
  2912. ADD PRIMARY KEY (`item_id`),
  2913. ADD KEY `name_created` (`name`,`created`),
  2914. ADD KEY `expire` (`expire`);
  2915. --
  2916. -- A tábla indexei `router`
  2917. --
  2918. ALTER TABLE `router`
  2919. ADD PRIMARY KEY (`name`),
  2920. ADD KEY `pattern_outline_parts` (`pattern_outline`(191),`number_parts`);
  2921. --
  2922. -- A tábla indexei `search_dataset`
  2923. --
  2924. ALTER TABLE `search_dataset`
  2925. ADD PRIMARY KEY (`sid`,`langcode`,`type`);
  2926. --
  2927. -- A tábla indexei `search_index`
  2928. --
  2929. ALTER TABLE `search_index`
  2930. ADD PRIMARY KEY (`word`,`sid`,`langcode`,`type`),
  2931. ADD KEY `sid_type` (`sid`,`langcode`,`type`);
  2932. --
  2933. -- A tábla indexei `search_total`
  2934. --
  2935. ALTER TABLE `search_total`
  2936. ADD PRIMARY KEY (`word`);
  2937. --
  2938. -- A tábla indexei `semaphore`
  2939. --
  2940. ALTER TABLE `semaphore`
  2941. ADD PRIMARY KEY (`name`),
  2942. ADD KEY `value` (`value`),
  2943. ADD KEY `expire` (`expire`);
  2944. --
  2945. -- A tábla indexei `sequences`
  2946. --
  2947. ALTER TABLE `sequences`
  2948. ADD PRIMARY KEY (`value`);
  2949. --
  2950. -- A tábla indexei `sessions`
  2951. --
  2952. ALTER TABLE `sessions`
  2953. ADD PRIMARY KEY (`sid`),
  2954. ADD KEY `timestamp` (`timestamp`),
  2955. ADD KEY `uid` (`uid`);
  2956. --
  2957. -- A tábla indexei `shortcut`
  2958. --
  2959. ALTER TABLE `shortcut`
  2960. ADD PRIMARY KEY (`id`),
  2961. ADD UNIQUE KEY `shortcut_field__uuid__value` (`uuid`),
  2962. ADD KEY `shortcut_field__shortcut_set__target_id` (`shortcut_set`);
  2963. --
  2964. -- A tábla indexei `shortcut_field_data`
  2965. --
  2966. ALTER TABLE `shortcut_field_data`
  2967. ADD PRIMARY KEY (`id`,`langcode`),
  2968. ADD KEY `shortcut__id__default_langcode__langcode` (`id`,`default_langcode`,`langcode`),
  2969. ADD KEY `shortcut_field__shortcut_set__target_id` (`shortcut_set`),
  2970. ADD KEY `shortcut_field__link__uri` (`link__uri`(30));
  2971. --
  2972. -- A tábla indexei `shortcut_set_users`
  2973. --
  2974. ALTER TABLE `shortcut_set_users`
  2975. ADD PRIMARY KEY (`uid`),
  2976. ADD KEY `set_name` (`set_name`);
  2977. --
  2978. -- A tábla indexei `sm_arlista`
  2979. --
  2980. ALTER TABLE `sm_arlista`
  2981. ADD PRIMARY KEY (`id`),
  2982. ADD KEY `cikkszam` (`cikkszam`),
  2983. ADD KEY `Item` (`Item`),
  2984. ADD KEY `sheet` (`sheet`),
  2985. ADD KEY `szarmazas` (`szarmazas`);
  2986. --
  2987. -- A tábla indexei `sm_inaktiv`
  2988. --
  2989. ALTER TABLE `sm_inaktiv`
  2990. ADD PRIMARY KEY (`id`),
  2991. ADD UNIQUE KEY `Item` (`Item`),
  2992. ADD KEY `cikkszam` (`cikkszam`);
  2993. --
  2994. -- A tábla indexei `sm_parameter`
  2995. --
  2996. ALTER TABLE `sm_parameter`
  2997. ADD PRIMARY KEY (`id`);
  2998. --
  2999. -- A tábla indexei `taxonomy_index`
  3000. --
  3001. ALTER TABLE `taxonomy_index`
  3002. ADD PRIMARY KEY (`nid`,`tid`),
  3003. ADD KEY `term_node` (`tid`,`status`,`sticky`,`created`);
  3004. --
  3005. -- A tábla indexei `taxonomy_term_data`
  3006. --
  3007. ALTER TABLE `taxonomy_term_data`
  3008. ADD PRIMARY KEY (`tid`),
  3009. ADD UNIQUE KEY `taxonomy_term_field__uuid__value` (`uuid`),
  3010. ADD UNIQUE KEY `taxonomy_term__revision_id` (`revision_id`),
  3011. ADD KEY `taxonomy_term_field__vid__target_id` (`vid`);
  3012. --
  3013. -- A tábla indexei `taxonomy_term_field_data`
  3014. --
  3015. ALTER TABLE `taxonomy_term_field_data`
  3016. ADD PRIMARY KEY (`tid`,`langcode`),
  3017. ADD KEY `taxonomy_term__id__default_langcode__langcode` (`tid`,`default_langcode`,`langcode`),
  3018. ADD KEY `taxonomy_term__revision_id` (`revision_id`),
  3019. ADD KEY `taxonomy_term_field__name` (`name`(191)),
  3020. ADD KEY `taxonomy_term__status_vid` (`status`,`vid`,`tid`),
  3021. ADD KEY `taxonomy_term__tree` (`vid`,`weight`,`name`(191)),
  3022. ADD KEY `taxonomy_term__vid_name` (`vid`,`name`(191));
  3023. --
  3024. -- A tábla indexei `taxonomy_term_field_revision`
  3025. --
  3026. ALTER TABLE `taxonomy_term_field_revision`
  3027. ADD PRIMARY KEY (`revision_id`,`langcode`),
  3028. ADD KEY `taxonomy_term__id__default_langcode__langcode` (`tid`,`default_langcode`,`langcode`),
  3029. ADD KEY `taxonomy_term_field__description__format` (`description__format`);
  3030. --
  3031. -- A tábla indexei `taxonomy_term_revision`
  3032. --
  3033. ALTER TABLE `taxonomy_term_revision`
  3034. ADD PRIMARY KEY (`revision_id`),
  3035. ADD KEY `taxonomy_term__tid` (`tid`),
  3036. ADD KEY `taxonomy_term_field__revision_user__target_id` (`revision_user`);
  3037. --
  3038. -- A tábla indexei `taxonomy_term_revision__parent`
  3039. --
  3040. ALTER TABLE `taxonomy_term_revision__parent`
  3041. ADD PRIMARY KEY (`entity_id`,`revision_id`,`deleted`,`delta`,`langcode`),
  3042. ADD KEY `bundle` (`bundle`),
  3043. ADD KEY `revision_id` (`revision_id`),
  3044. ADD KEY `parent_target_id` (`parent_target_id`);
  3045. --
  3046. -- A tábla indexei `taxonomy_term__parent`
  3047. --
  3048. ALTER TABLE `taxonomy_term__parent`
  3049. ADD PRIMARY KEY (`entity_id`,`deleted`,`delta`,`langcode`),
  3050. ADD KEY `revision_id` (`revision_id`),
  3051. ADD KEY `parent_target_id` (`parent_target_id`),
  3052. ADD KEY `bundle_delta_target_id` (`bundle`,`delta`,`parent_target_id`);
  3053. --
  3054. -- A tábla indexei `users`
  3055. --
  3056. ALTER TABLE `users`
  3057. ADD PRIMARY KEY (`uid`),
  3058. ADD UNIQUE KEY `user_field__uuid__value` (`uuid`);
  3059. --
  3060. -- A tábla indexei `users_data`
  3061. --
  3062. ALTER TABLE `users_data`
  3063. ADD PRIMARY KEY (`uid`,`module`,`name`),
  3064. ADD KEY `module` (`module`),
  3065. ADD KEY `name` (`name`);
  3066. --
  3067. -- A tábla indexei `users_field_data`
  3068. --
  3069. ALTER TABLE `users_field_data`
  3070. ADD PRIMARY KEY (`uid`,`langcode`),
  3071. ADD UNIQUE KEY `user__name` (`name`,`langcode`),
  3072. ADD KEY `user__id__default_langcode__langcode` (`uid`,`default_langcode`,`langcode`),
  3073. ADD KEY `user_field__mail` (`mail`(191)),
  3074. ADD KEY `user_field__created` (`created`),
  3075. ADD KEY `user_field__access` (`access`);
  3076. --
  3077. -- A tábla indexei `user__roles`
  3078. --
  3079. ALTER TABLE `user__roles`
  3080. ADD PRIMARY KEY (`entity_id`,`deleted`,`delta`,`langcode`),
  3081. ADD KEY `bundle` (`bundle`),
  3082. ADD KEY `revision_id` (`revision_id`),
  3083. ADD KEY `roles_target_id` (`roles_target_id`);
  3084. --
  3085. -- A tábla indexei `user__user_picture`
  3086. --
  3087. ALTER TABLE `user__user_picture`
  3088. ADD PRIMARY KEY (`entity_id`,`deleted`,`delta`,`langcode`),
  3089. ADD KEY `bundle` (`bundle`),
  3090. ADD KEY `revision_id` (`revision_id`),
  3091. ADD KEY `user_picture_target_id` (`user_picture_target_id`);
  3092. --
  3093. -- A tábla indexei `watchdog`
  3094. --
  3095. ALTER TABLE `watchdog`
  3096. ADD PRIMARY KEY (`wid`),
  3097. ADD KEY `type` (`type`),
  3098. ADD KEY `uid` (`uid`),
  3099. ADD KEY `severity` (`severity`);
  3100. --
  3101. -- A kiírt táblák AUTO_INCREMENT értéke
  3102. --
  3103. --
  3104. -- AUTO_INCREMENT a táblához `adaptec`
  3105. --
  3106. ALTER TABLE `adaptec`
  3107. MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
  3108. --
  3109. -- AUTO_INCREMENT a táblához `adaptec_csop`
  3110. --
  3111. ALTER TABLE `adaptec_csop`
  3112. MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
  3113. --
  3114. -- AUTO_INCREMENT a táblához `arlista_manager_active_product`
  3115. --
  3116. ALTER TABLE `arlista_manager_active_product`
  3117. MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
  3118. --
  3119. -- AUTO_INCREMENT a táblához `arlista_manager_axico_id`
  3120. --
  3121. ALTER TABLE `arlista_manager_axico_id`
  3122. MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
  3123. --
  3124. -- AUTO_INCREMENT a táblához `arlista_manager_axico_id_warranty`
  3125. --
  3126. ALTER TABLE `arlista_manager_axico_id_warranty`
  3127. MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
  3128. --
  3129. -- AUTO_INCREMENT a táblához `arlista_manager_calculation`
  3130. --
  3131. ALTER TABLE `arlista_manager_calculation`
  3132. MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
  3133. --
  3134. -- AUTO_INCREMENT a táblához `arlista_manager_category`
  3135. --
  3136. ALTER TABLE `arlista_manager_category`
  3137. MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
  3138. --
  3139. -- AUTO_INCREMENT a táblához `arlista_manager_component`
  3140. --
  3141. ALTER TABLE `arlista_manager_component`
  3142. MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
  3143. --
  3144. -- AUTO_INCREMENT a táblához `arlista_manager_enabled_group`
  3145. --
  3146. ALTER TABLE `arlista_manager_enabled_group`
  3147. MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
  3148. --
  3149. -- AUTO_INCREMENT a táblához `arlista_manager_manufacturer`
  3150. --
  3151. ALTER TABLE `arlista_manager_manufacturer`
  3152. MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
  3153. --
  3154. -- AUTO_INCREMENT a táblához `arlista_manager_sheet_setting`
  3155. --
  3156. ALTER TABLE `arlista_manager_sheet_setting`
  3157. MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
  3158. --
  3159. -- AUTO_INCREMENT a táblához `arlista_manager_uploaded_file`
  3160. --
  3161. ALTER TABLE `arlista_manager_uploaded_file`
  3162. MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
  3163. --
  3164. -- AUTO_INCREMENT a táblához `arlista_manager_uploaded_product`
  3165. --
  3166. ALTER TABLE `arlista_manager_uploaded_product`
  3167. MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
  3168. --
  3169. -- AUTO_INCREMENT a táblához `bbx_csop`
  3170. --
  3171. ALTER TABLE `bbx_csop`
  3172. MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
  3173. --
  3174. -- AUTO_INCREMENT a táblához `bbx_online`
  3175. --
  3176. ALTER TABLE `bbx_online`
  3177. MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
  3178. --
  3179. -- AUTO_INCREMENT a táblához `block_content`
  3180. --
  3181. ALTER TABLE `block_content`
  3182. MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
  3183. --
  3184. -- AUTO_INCREMENT a táblához `block_content_revision`
  3185. --
  3186. ALTER TABLE `block_content_revision`
  3187. MODIFY `revision_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
  3188. --
  3189. -- AUTO_INCREMENT a táblához `comment`
  3190. --
  3191. ALTER TABLE `comment`
  3192. MODIFY `cid` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
  3193. --
  3194. -- AUTO_INCREMENT a táblához `file_managed`
  3195. --
  3196. ALTER TABLE `file_managed`
  3197. MODIFY `fid` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
  3198. --
  3199. -- AUTO_INCREMENT a táblához `flood`
  3200. --
  3201. ALTER TABLE `flood`
  3202. MODIFY `fid` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Unique flood event ID.';
  3203. --
  3204. -- AUTO_INCREMENT a táblához `komp_amd`
  3205. --
  3206. ALTER TABLE `komp_amd`
  3207. MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
  3208. --
  3209. -- AUTO_INCREMENT a táblához `komp_aoc`
  3210. --
  3211. ALTER TABLE `komp_aoc`
  3212. MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
  3213. --
  3214. -- AUTO_INCREMENT a táblához `komp_csop`
  3215. --
  3216. ALTER TABLE `komp_csop`
  3217. MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
  3218. --
  3219. -- AUTO_INCREMENT a táblához `komp_gpu`
  3220. --
  3221. ALTER TABLE `komp_gpu`
  3222. MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
  3223. --
  3224. -- AUTO_INCREMENT a táblához `komp_hdd`
  3225. --
  3226. ALTER TABLE `komp_hdd`
  3227. MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
  3228. --
  3229. -- AUTO_INCREMENT a táblához `komp_intel`
  3230. --
  3231. ALTER TABLE `komp_intel`
  3232. MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
  3233. --
  3234. -- AUTO_INCREMENT a táblához `komp_mem`
  3235. --
  3236. ALTER TABLE `komp_mem`
  3237. MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
  3238. --
  3239. -- AUTO_INCREMENT a táblához `komp_satadom`
  3240. --
  3241. ALTER TABLE `komp_satadom`
  3242. MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
  3243. --
  3244. -- AUTO_INCREMENT a táblához `komp_ssd`
  3245. --
  3246. ALTER TABLE `komp_ssd`
  3247. MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
  3248. --
  3249. -- AUTO_INCREMENT a táblához `komp_switch`
  3250. --
  3251. ALTER TABLE `komp_switch`
  3252. MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
  3253. --
  3254. -- AUTO_INCREMENT a táblához `locales_location`
  3255. --
  3256. ALTER TABLE `locales_location`
  3257. MODIFY `lid` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Unique identifier of this location.';
  3258. --
  3259. -- AUTO_INCREMENT a táblához `locales_source`
  3260. --
  3261. ALTER TABLE `locales_source`
  3262. MODIFY `lid` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Unique identifier of this string.';
  3263. --
  3264. -- AUTO_INCREMENT a táblához `menu_link_content`
  3265. --
  3266. ALTER TABLE `menu_link_content`
  3267. MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
  3268. --
  3269. -- AUTO_INCREMENT a táblához `menu_link_content_revision`
  3270. --
  3271. ALTER TABLE `menu_link_content_revision`
  3272. MODIFY `revision_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
  3273. --
  3274. -- AUTO_INCREMENT a táblához `menu_tree`
  3275. --
  3276. ALTER TABLE `menu_tree`
  3277. MODIFY `mlid` int(10) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'The menu link ID (mlid) is the integer primary key.';
  3278. --
  3279. -- AUTO_INCREMENT a táblához `node`
  3280. --
  3281. ALTER TABLE `node`
  3282. MODIFY `nid` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
  3283. --
  3284. -- AUTO_INCREMENT a táblához `node_revision`
  3285. --
  3286. ALTER TABLE `node_revision`
  3287. MODIFY `vid` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
  3288. --
  3289. -- AUTO_INCREMENT a táblához `passziv`
  3290. --
  3291. ALTER TABLE `passziv`
  3292. MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
  3293. --
  3294. -- AUTO_INCREMENT a táblához `path_alias`
  3295. --
  3296. ALTER TABLE `path_alias`
  3297. MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
  3298. --
  3299. -- AUTO_INCREMENT a táblához `path_alias_revision`
  3300. --
  3301. ALTER TABLE `path_alias_revision`
  3302. MODIFY `revision_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
  3303. --
  3304. -- AUTO_INCREMENT a táblához `queue`
  3305. --
  3306. ALTER TABLE `queue`
  3307. MODIFY `item_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary Key: Unique item ID.';
  3308. --
  3309. -- AUTO_INCREMENT a táblához `sequences`
  3310. --
  3311. ALTER TABLE `sequences`
  3312. MODIFY `value` int(10) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'The value of the sequence.';
  3313. --
  3314. -- AUTO_INCREMENT a táblához `shortcut`
  3315. --
  3316. ALTER TABLE `shortcut`
  3317. MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
  3318. --
  3319. -- AUTO_INCREMENT a táblához `sm_arlista`
  3320. --
  3321. ALTER TABLE `sm_arlista`
  3322. MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
  3323. --
  3324. -- AUTO_INCREMENT a táblához `sm_inaktiv`
  3325. --
  3326. ALTER TABLE `sm_inaktiv`
  3327. MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
  3328. --
  3329. -- AUTO_INCREMENT a táblához `taxonomy_term_data`
  3330. --
  3331. ALTER TABLE `taxonomy_term_data`
  3332. MODIFY `tid` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
  3333. --
  3334. -- AUTO_INCREMENT a táblához `taxonomy_term_revision`
  3335. --
  3336. ALTER TABLE `taxonomy_term_revision`
  3337. MODIFY `revision_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
  3338. --
  3339. -- AUTO_INCREMENT a táblához `watchdog`
  3340. --
  3341. ALTER TABLE `watchdog`
  3342. MODIFY `wid` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Primary Key: Unique watchdog event ID.';
  3343. --
  3344. -- Megkötések a kiírt táblákhoz
  3345. --
  3346. --
  3347. -- Megkötések a táblához `bbx_online`
  3348. --
  3349. ALTER TABLE `bbx_online`
  3350. ADD CONSTRAINT `bbx_online_ibfk_9` FOREIGN KEY (`csopkod`) REFERENCES `bbx_csop` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION;
  3351. COMMIT;
  3352. /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
  3353. /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
  3354. /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;