Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 KB | None | 0 0
  1. CREATE TABLE `locales_quest` (
  2. `entry` mediumint(8) unsigned NOT NULL DEFAULT '0',
  3. `Title_loc1` text,
  4. `Title_loc2` text,
  5. `Title_loc3` text,
  6. `Title_loc4` text,
  7. `Title_loc5` text,
  8. `Title_loc6` text,
  9. `Title_loc7` text,
  10. `Title_loc8` text,
  11. `Details_loc1` text,
  12. `Details_loc2` text,
  13. `Details_loc3` text,
  14. `Details_loc4` text,
  15. `Details_loc5` text,
  16. `Details_loc6` text,
  17. `Details_loc7` text,
  18. `Details_loc8` text,
  19. `Objectives_loc1` text,
  20. `Objectives_loc2` text,
  21. `Objectives_loc3` text,
  22. `Objectives_loc4` text,
  23. `Objectives_loc5` text,
  24. `Objectives_loc6` text,
  25. `Objectives_loc7` text,
  26. `Objectives_loc8` text,
  27. `OfferRewardText_loc1` text,
  28. `OfferRewardText_loc2` text,
  29. `OfferRewardText_loc3` text,
  30. `OfferRewardText_loc4` text,
  31. `OfferRewardText_loc5` text,
  32. `OfferRewardText_loc6` text,
  33. `OfferRewardText_loc7` text,
  34. `OfferRewardText_loc8` text,
  35. `RequestItemsText_loc1` text,
  36. `RequestItemsText_loc2` text,
  37. `RequestItemsText_loc3` text,
  38. `RequestItemsText_loc4` text,
  39. `RequestItemsText_loc5` text,
  40. `RequestItemsText_loc6` text,
  41. `RequestItemsText_loc7` text,
  42. `RequestItemsText_loc8` text,
  43. `EndText_loc1` text,
  44. `EndText_loc2` text,
  45. `EndText_loc3` text,
  46. `EndText_loc4` text,
  47. `EndText_loc5` text,
  48. `EndText_loc6` text,
  49. `EndText_loc7` text,
  50. `EndText_loc8` text,
  51. `CompletedText_loc1` text,
  52. `CompletedText_loc2` text,
  53. `CompletedText_loc3` text,
  54. `CompletedText_loc4` text,
  55. `CompletedText_loc5` text,
  56. `CompletedText_loc6` text,
  57. `CompletedText_loc7` text,
  58. `CompletedText_loc8` text,
  59. `ObjectiveText1_loc1` text,
  60. `ObjectiveText1_loc2` text,
  61. `ObjectiveText1_loc3` text,
  62. `ObjectiveText1_loc4` text,
  63. `ObjectiveText1_loc5` text,
  64. `ObjectiveText1_loc6` text,
  65. `ObjectiveText1_loc7` text,
  66. `ObjectiveText1_loc8` text,
  67. `ObjectiveText2_loc1` text,
  68. `ObjectiveText2_loc2` text,
  69. `ObjectiveText2_loc3` text,
  70. `ObjectiveText2_loc4` text,
  71. `ObjectiveText2_loc5` text,
  72. `ObjectiveText2_loc6` text,
  73. `ObjectiveText2_loc7` text,
  74. `ObjectiveText2_loc8` text,
  75. `ObjectiveText3_loc1` text,
  76. `ObjectiveText3_loc2` text,
  77. `ObjectiveText3_loc3` text,
  78. `ObjectiveText3_loc4` text,
  79. `ObjectiveText3_loc5` text,
  80. `ObjectiveText3_loc6` text,
  81. `ObjectiveText3_loc7` text,
  82. `ObjectiveText3_loc8` text,
  83. `ObjectiveText4_loc1` text,
  84. `ObjectiveText4_loc2` text,
  85. `ObjectiveText4_loc3` text,
  86. `ObjectiveText4_loc4` text,
  87. `ObjectiveText4_loc5` text,
  88. `ObjectiveText4_loc6` text,
  89. `ObjectiveText4_loc7` text,
  90. `ObjectiveText4_loc8` text,
  91. PRIMARY KEY (`entry`)
  92. ) ENGINE=MyISAM DEFAULT CHARSET=utf8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement