Guest User

Untitled

a guest
Jul 18th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.00 KB | None | 0 0
  1. /* details */
  2. category TINYINT NOT NULL,
  3. brand INT NOT NULL,
  4. model INT NOT NULL,
  5. model_detail VARCHAR(255) NOT NULL,
  6. title VARCHAR(255) NOT NULL,
  7. registration_date DATE NOT NULL,
  8. production_year INT NOT NULL,
  9. mileage INT NOT NULL,
  10. power SMALLINT NOT NULL,
  11. fuel TINYINT NOT NULL,
  12. cylinder TINYINT NOT NULL,
  13. capacity INT NOT NULL,
  14. shifting TINYINT NOT NULL,
  15. type TINTYINT NOT NULL,
  16. doors TINYINT NOT NULL,
  17. vin INT NOT NULL,
  18. auhu_new BOOL NOT NULL,
  19. hu_date DATE NOT NULL,
  20. au_date DATE NOT NULL,
  21. exhaust_norm TINYINT NOT NULL,
  22. enviroment_badge TINYINT NOT NULL,
  23. co2_emissions INT NOT NULL,
  24. fuel_consumption_city INT NOT NULL,
  25. fuel_consumption_rural INT NOT NULL,
  26. fuel_consumption_combined INT NOT NULL,
  27. guarantee INT NOT NULL,
  28. color_exterior INT NOT NULL,
  29. color_interior INT NOT NULL,
  30. color_producer VARCHAR(100) NOT NULL,
  31. ancestors TINYINT NOT NULL,
  32. /* komfort */
  33. seat INT NOT NULL,
  34. air_con INT NOT NULL,
  35. cushoning INT NOT NULL,
  36. navigation INT NOT NULL,
  37. telephone INT NOT NULL,
  38. distance_automatic BOOL NOT NULL,
  39. distance_automatic_plus BOOL NOT NULL,
  40. charcoal_filter BOOL NOT NULL,
  41. mirror_dimming BOOL NOT NULL,
  42. mirror_heating BOOL NOT NULL,
  43. mirror_electronic BOOL NOT NULL,
  44. mirror_electronic_fold BOOL NOT NULL,
  45. aux_in BOOL NOT NULL,
  46. seat_ventilation_front BOOL NOT NULL,
  47. seat_ventilation_rear BOOL NOT NULL,
  48. downhill_assistance BOOL NOT NULL,
  49. uphill_assistance BOOL NOT NULL,
  50. cd_changer BOOL NOT NULL,
  51. glass_colored BOOL NOT NULL,
  52. glass_doubled BOOL NOT NULL,
  53. dvd_changer BOOL NOT NULL,
  54. parking_assistance BOOL NOT NULL,
  55. windows_electric BOOL NOT NULL,
  56. backdoor_electric BOOL NOT NULL,
  57. seats_electric_front BOOL NOT NULL,
  58. seats_electric_rear BOOL NOT NULL,
  59. back_blind_electric BOOL NOT NULL,
  60. follow_me_home BOOL NOT NULL,
  61. fond_entertainment BOOL NOT NULL,
  62. windscreen_heated BOOL NOT NULL,
  63. garage_opener BOOL NOT NULL,
  64. back_blind BOOL NOT NULL,
  65. air_filter BOOL NOT NULL,
  66. rearmirror_blind BOOL NOT NULL,
  67. folding_table BOOL NOT NULL,
  68. fridge BOOL NOT NULL,
  69. wheel_leather BOOL NOT NULL,
  70. wheel_heated BOOL NOT NULL,
  71. wheel_position_electric BOOL NOT NULL,
  72. wheel_position BOOL NOT NULL,
  73. lights_automatic BOOL NOT NULL,
  74. linguatronic BOOL NOT NULL,
  75. can_holder_front BOOL NOT NULL,
  76. can_holder_rear BOOL NOT NULL,
  77. seats_massage BOOL NOT NULL,
  78. armrest BOOL NOT NULL,
  79. wheel_multifunction BOOL NOT NULL,
  80. seats_multicontour BOOL NOT NULL,
  81. neck_heating BOOL NOT NULL,
  82. radio BOOL NOT NULL,
  83. radio_tape BOOL NOT NULL,
  84. radio_cd BOOL NOT NULL,
  85. radio_dvd BOOL NOT NULL,
  86. radio_mp3 BOOL NOT NULL,
  87. radio_soundsytem TINYINT NOT NULL,
  88. rainsensor BOOL NOT NULL,
  89. back_camera BOOL NOT NULL,
  90. sliding_doors BOOL NOT NULL,
  91. sliding_doors_electric BOOL NOT NULL,
  92. servo_steering BOOL NOT NULL,
  93. servo_locks BOOL NOT NULL,
  94. servotronic BOOL NOT NULL,
  95. seats_rear_divided BOOL NOT NULL,
  96. seats_rear_electric BOOL NOT NULL,
  97. seats_heated_front BOOL NOT NULL,
  98. seats_heated_rear BOOL NOT NULL,
  99. auxilary_heating BOOL NOT NULL,
  100. start_stop_automatic BOOL NOT NULL,
  101. cruise_control BOOL NOT NULL,
  102. division_wall BOOL NOT NULL,
  103. tv_analog BOOL NOT NULL,
  104. tv_digital BOOL NOT NULL,
  105. usb BOOL NOT NULL,
  106. composite vitrification BOOL NOT NULL,
  107. lock_central BOOL NOT NULL,
  108. /* sport/tuning */
  109. wide_base_tires BOOL NOT NULL,
  110. carbon_breaks BOOL NOT NULL,
  111. spoiler BOOL NOT NULL,
  112. sport_exhaust BOOL NOT NULL,
  113. sport_breaks BOOL NOT NULL,
  114. sport_carriage BOOL NOT NULL,
  115. sport_wheel BOOL NOT NULL,
  116. sport_air_filter BOOL NOT NULL,
  117. sport_seats BOOL NOT NULL,
  118. /* fahrzeug allgemein */
  119. wheel_position INT NOT NULL,
  120. suspension INT NOT NULL,
  121. roof INT NOT NULL,
  122. hitch INT NOT NULL,
  123. 12v_supply BOOL NOT NULL,
  124. seats_3rd_row BOOL NOT NULL,
  125. niveau_regulation BOOL NOT NULL,
  126. 4x4 BOOL NOT NULL,
  127. temperature_exterior BOOL NOT NULL,
  128. boardcomputer BOOL NOT NULL,
  129. drive_front BOOL NOT NULL,
  130. drive_rear BOOL NOT NULL,
  131. lugage_net BOOL NOT NULL,
  132. seats_emergency BOOL NOT NULL,
  133. particle_filter BOOL NOT NULL,
  134. winch BOOL NOT NULL,
  135. ski_bag BOOL NOT NULL,
  136. division_fence BOOL NOT NULL,
  137. footboards BOOL NOT NULL,
  138. turbo BOOL NOT NULL,
  139. turbo_bi BOOL NOT NULL,
  140. seats_foldable BOOL NOT NULL,
  141. /* sicherheit */
  142. 3rd_breaking_ligth BOOL NOT NULL,
  143. headrest_active_front BOOL NOT NULL,
  144. headrest_active_read BOOL NOT NULL,
  145. abs BOOL NOT NULL,
  146. bump_lights BOOL NOT NULL,
  147. alarm_system BOOL NOT NULL,
  148. /* antriebsschupfregelung */
  149. differential_lock BOOL NOT NULL,
  150. immobilizer BOOL NOT NULL,
  151. esp BOOL NOT NULL,
  152. hud BOOL NOT NULL,
  153. isofix BOOL NOT NULL,
  154. seats_children BOOL NOT NULL,
  155. headrests_rear BOOL NOT NULL,
  156. nightvision_assistance BOOL NOT NULL,
  157. lights_fog BOOL NOT NULL,
  158. fender BOOL NOT NULL,
  159. tire_pressure_control BOOL NOT NULL,
  160. window_cleaning_heated BOOL NOT NULL,
  161. light_cleaning BOOL NOT NULL,
  162. daylight_light BOOL NOT NULL,
  163. daylight_light_led BOOL NOT NULL,
  164. blind_angle_assistant BOOL NOT NULL,
  165. tires_winter BOOL NOT NULL,
  166. lights_xenon BOOL NOT NULL,
  167. lights_xenon_bi BOOL NOT NULL,
  168. lights_extra BOOL NOT NULL,
  169. /* aribags */
  170. airbag_codriver BOOL NOT NULL,
  171. airbag_driver BOOL NOT NULL,
  172. airbag_frontal_rear BOOL NOT NULL,
  173. airbag_knee_driver BOOL NOT NULL,
  174. airbag_knee_codriver BOOL NOT NULL,
  175. airbag_side_rear BOOL NOT NULL,
  176. airbag_side_front BOOL NOT NULL,
  177. airbag_head_rear BOOL NOT NULL,
  178. airbag_head_front BOOL NOT NULL,
  179. /* optik */
  180. condition_optical TINYINT NOT NULL,
  181. condition_technical TINYINT NOT NULL,
  182. rims_alu BOOL NOT NULL,
  183. windows_dimed_rear BOOL NOT NULL,
  184. rims_alu_chrome BOOL NOT NULL,
  185. ambient BOOL NOT NULL,
  186. bar_chrome BOOL NOT NULL,
  187. alcantara BOOL NOT NULL,
  188. roof_rack_colored BOOL NOT NULL,
  189. roof_rack_black BOOL NOT NULL,
  190. roof_rack_chrome BOOL NOT NULL,
  191. interior_wood BOOL NOT NULL,
  192. interior_wood_classy BOOL NOT NULL,
  193. shadowline BOOL NOT NULL,
  194. /* sonstiges */
  195. length INT NOT NULL,
  196. armor INT NOT NULL,
  197. non_smoking BOOL NOT NULL,
  198. handicaped_accessibel BOOL NOT NULL,
  199. agency BOOL NOT NULL,
  200. e10 BOOL NOT NULL,
  201. rental BOOL NOT NULL,
  202. check_book BOOL NOT NULL,
  203. special BOOL NOT NULL,
  204. taxi BOOL NOT NULL,
  205. pro_renovation BOOL NOT NULL,
  206. hail_dammage BOOL NOT NULL,
  207. trade_in BOOL NOT NULL,
  208. shipping INT NOT NULL,
  209. /* bemerkungen */
  210. comment TEXT,
Add Comment
Please, Sign In to add comment