db_schema_whitelist.json 43 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248
  1. {
  2. "sales_order": {
  3. "column": {
  4. "entity_id": true,
  5. "state": true,
  6. "status": true,
  7. "coupon_code": true,
  8. "protect_code": true,
  9. "shipping_description": true,
  10. "is_virtual": true,
  11. "store_id": true,
  12. "customer_id": true,
  13. "base_discount_amount": true,
  14. "base_discount_canceled": true,
  15. "base_discount_invoiced": true,
  16. "base_discount_refunded": true,
  17. "base_grand_total": true,
  18. "base_shipping_amount": true,
  19. "base_shipping_canceled": true,
  20. "base_shipping_invoiced": true,
  21. "base_shipping_refunded": true,
  22. "base_shipping_tax_amount": true,
  23. "base_shipping_tax_refunded": true,
  24. "base_subtotal": true,
  25. "base_subtotal_canceled": true,
  26. "base_subtotal_invoiced": true,
  27. "base_subtotal_refunded": true,
  28. "base_tax_amount": true,
  29. "base_tax_canceled": true,
  30. "base_tax_invoiced": true,
  31. "base_tax_refunded": true,
  32. "base_to_global_rate": true,
  33. "base_to_order_rate": true,
  34. "base_total_canceled": true,
  35. "base_total_invoiced": true,
  36. "base_total_invoiced_cost": true,
  37. "base_total_offline_refunded": true,
  38. "base_total_online_refunded": true,
  39. "base_total_paid": true,
  40. "base_total_qty_ordered": true,
  41. "base_total_refunded": true,
  42. "discount_amount": true,
  43. "discount_canceled": true,
  44. "discount_invoiced": true,
  45. "discount_refunded": true,
  46. "grand_total": true,
  47. "shipping_amount": true,
  48. "shipping_canceled": true,
  49. "shipping_invoiced": true,
  50. "shipping_refunded": true,
  51. "shipping_tax_amount": true,
  52. "shipping_tax_refunded": true,
  53. "store_to_base_rate": true,
  54. "store_to_order_rate": true,
  55. "subtotal": true,
  56. "subtotal_canceled": true,
  57. "subtotal_invoiced": true,
  58. "subtotal_refunded": true,
  59. "tax_amount": true,
  60. "tax_canceled": true,
  61. "tax_invoiced": true,
  62. "tax_refunded": true,
  63. "total_canceled": true,
  64. "total_invoiced": true,
  65. "total_offline_refunded": true,
  66. "total_online_refunded": true,
  67. "total_paid": true,
  68. "total_qty_ordered": true,
  69. "total_refunded": true,
  70. "can_ship_partially": true,
  71. "can_ship_partially_item": true,
  72. "customer_is_guest": true,
  73. "customer_note_notify": true,
  74. "billing_address_id": true,
  75. "customer_group_id": true,
  76. "edit_increment": true,
  77. "email_sent": true,
  78. "send_email": true,
  79. "forced_shipment_with_invoice": true,
  80. "payment_auth_expiration": true,
  81. "quote_address_id": true,
  82. "quote_id": true,
  83. "shipping_address_id": true,
  84. "adjustment_negative": true,
  85. "adjustment_positive": true,
  86. "base_adjustment_negative": true,
  87. "base_adjustment_positive": true,
  88. "base_shipping_discount_amount": true,
  89. "base_subtotal_incl_tax": true,
  90. "base_total_due": true,
  91. "payment_authorization_amount": true,
  92. "shipping_discount_amount": true,
  93. "subtotal_incl_tax": true,
  94. "total_due": true,
  95. "weight": true,
  96. "customer_dob": true,
  97. "increment_id": true,
  98. "applied_rule_ids": true,
  99. "base_currency_code": true,
  100. "customer_email": true,
  101. "customer_firstname": true,
  102. "customer_lastname": true,
  103. "customer_middlename": true,
  104. "customer_prefix": true,
  105. "customer_suffix": true,
  106. "customer_taxvat": true,
  107. "discount_description": true,
  108. "ext_customer_id": true,
  109. "ext_order_id": true,
  110. "global_currency_code": true,
  111. "hold_before_state": true,
  112. "hold_before_status": true,
  113. "order_currency_code": true,
  114. "original_increment_id": true,
  115. "relation_child_id": true,
  116. "relation_child_real_id": true,
  117. "relation_parent_id": true,
  118. "relation_parent_real_id": true,
  119. "remote_ip": true,
  120. "shipping_method": true,
  121. "store_currency_code": true,
  122. "store_name": true,
  123. "x_forwarded_for": true,
  124. "customer_note": true,
  125. "created_at": true,
  126. "updated_at": true,
  127. "total_item_count": true,
  128. "customer_gender": true,
  129. "discount_tax_compensation_amount": true,
  130. "base_discount_tax_compensation_amount": true,
  131. "shipping_discount_tax_compensation_amount": true,
  132. "base_shipping_discount_tax_compensation_amnt": true,
  133. "discount_tax_compensation_invoiced": true,
  134. "base_discount_tax_compensation_invoiced": true,
  135. "discount_tax_compensation_refunded": true,
  136. "base_discount_tax_compensation_refunded": true,
  137. "shipping_incl_tax": true,
  138. "base_shipping_incl_tax": true,
  139. "coupon_rule_name": true
  140. },
  141. "index": {
  142. "SALES_ORDER_STATUS": true,
  143. "SALES_ORDER_STATE": true,
  144. "SALES_ORDER_STORE_ID": true,
  145. "SALES_ORDER_CREATED_AT": true,
  146. "SALES_ORDER_CUSTOMER_ID": true,
  147. "SALES_ORDER_EXT_ORDER_ID": true,
  148. "SALES_ORDER_QUOTE_ID": true,
  149. "SALES_ORDER_UPDATED_AT": true,
  150. "SALES_ORDER_SEND_EMAIL": true,
  151. "SALES_ORDER_EMAIL_SENT": true
  152. },
  153. "constraint": {
  154. "PRIMARY": true,
  155. "SALES_ORDER_CUSTOMER_ID_CUSTOMER_ENTITY_ENTITY_ID": true,
  156. "SALES_ORDER_STORE_ID_STORE_STORE_ID": true,
  157. "SALES_ORDER_INCREMENT_ID_STORE_ID": true
  158. }
  159. },
  160. "sales_order_grid": {
  161. "column": {
  162. "entity_id": true,
  163. "status": true,
  164. "store_id": true,
  165. "store_name": true,
  166. "customer_id": true,
  167. "base_grand_total": true,
  168. "base_total_paid": true,
  169. "grand_total": true,
  170. "total_paid": true,
  171. "increment_id": true,
  172. "base_currency_code": true,
  173. "order_currency_code": true,
  174. "shipping_name": true,
  175. "billing_name": true,
  176. "created_at": true,
  177. "updated_at": true,
  178. "billing_address": true,
  179. "shipping_address": true,
  180. "shipping_information": true,
  181. "customer_email": true,
  182. "customer_group": true,
  183. "subtotal": true,
  184. "shipping_and_handling": true,
  185. "customer_name": true,
  186. "payment_method": true,
  187. "total_refunded": true
  188. },
  189. "index": {
  190. "SALES_ORDER_GRID_STATUS": true,
  191. "SALES_ORDER_GRID_STORE_ID": true,
  192. "SALES_ORDER_GRID_BASE_GRAND_TOTAL": true,
  193. "SALES_ORDER_GRID_BASE_TOTAL_PAID": true,
  194. "SALES_ORDER_GRID_GRAND_TOTAL": true,
  195. "SALES_ORDER_GRID_TOTAL_PAID": true,
  196. "SALES_ORDER_GRID_SHIPPING_NAME": true,
  197. "SALES_ORDER_GRID_BILLING_NAME": true,
  198. "SALES_ORDER_GRID_CREATED_AT": true,
  199. "SALES_ORDER_GRID_CUSTOMER_ID": true,
  200. "SALES_ORDER_GRID_UPDATED_AT": true,
  201. "FTI_65B9E9925EC58F0C7C2E2F6379C233E7": true
  202. },
  203. "constraint": {
  204. "PRIMARY": true,
  205. "SALES_ORDER_GRID_INCREMENT_ID_STORE_ID": true
  206. }
  207. },
  208. "sales_order_address": {
  209. "column": {
  210. "entity_id": true,
  211. "parent_id": true,
  212. "customer_address_id": true,
  213. "quote_address_id": true,
  214. "region_id": true,
  215. "customer_id": true,
  216. "fax": true,
  217. "region": true,
  218. "postcode": true,
  219. "lastname": true,
  220. "street": true,
  221. "city": true,
  222. "email": true,
  223. "telephone": true,
  224. "country_id": true,
  225. "firstname": true,
  226. "address_type": true,
  227. "prefix": true,
  228. "middlename": true,
  229. "suffix": true,
  230. "company": true,
  231. "vat_id": true,
  232. "vat_is_valid": true,
  233. "vat_request_id": true,
  234. "vat_request_date": true,
  235. "vat_request_success": true
  236. },
  237. "index": {
  238. "SALES_ORDER_ADDRESS_PARENT_ID": true
  239. },
  240. "constraint": {
  241. "PRIMARY": true,
  242. "SALES_ORDER_ADDRESS_PARENT_ID_SALES_ORDER_ENTITY_ID": true
  243. }
  244. },
  245. "sales_order_status_history": {
  246. "column": {
  247. "entity_id": true,
  248. "parent_id": true,
  249. "is_customer_notified": true,
  250. "is_visible_on_front": true,
  251. "comment": true,
  252. "status": true,
  253. "created_at": true,
  254. "entity_name": true
  255. },
  256. "index": {
  257. "SALES_ORDER_STATUS_HISTORY_PARENT_ID": true,
  258. "SALES_ORDER_STATUS_HISTORY_CREATED_AT": true
  259. },
  260. "constraint": {
  261. "PRIMARY": true,
  262. "SALES_ORDER_STATUS_HISTORY_PARENT_ID_SALES_ORDER_ENTITY_ID": true
  263. }
  264. },
  265. "sales_order_item": {
  266. "column": {
  267. "item_id": true,
  268. "order_id": true,
  269. "parent_item_id": true,
  270. "quote_item_id": true,
  271. "store_id": true,
  272. "created_at": true,
  273. "updated_at": true,
  274. "product_id": true,
  275. "product_type": true,
  276. "product_options": true,
  277. "weight": true,
  278. "is_virtual": true,
  279. "sku": true,
  280. "name": true,
  281. "description": true,
  282. "applied_rule_ids": true,
  283. "additional_data": true,
  284. "is_qty_decimal": true,
  285. "no_discount": true,
  286. "qty_backordered": true,
  287. "qty_canceled": true,
  288. "qty_invoiced": true,
  289. "qty_ordered": true,
  290. "qty_refunded": true,
  291. "qty_shipped": true,
  292. "base_cost": true,
  293. "price": true,
  294. "base_price": true,
  295. "original_price": true,
  296. "base_original_price": true,
  297. "tax_percent": true,
  298. "tax_amount": true,
  299. "base_tax_amount": true,
  300. "tax_invoiced": true,
  301. "base_tax_invoiced": true,
  302. "discount_percent": true,
  303. "discount_amount": true,
  304. "base_discount_amount": true,
  305. "discount_invoiced": true,
  306. "base_discount_invoiced": true,
  307. "amount_refunded": true,
  308. "base_amount_refunded": true,
  309. "row_total": true,
  310. "base_row_total": true,
  311. "row_invoiced": true,
  312. "base_row_invoiced": true,
  313. "row_weight": true,
  314. "base_tax_before_discount": true,
  315. "tax_before_discount": true,
  316. "ext_order_item_id": true,
  317. "locked_do_invoice": true,
  318. "locked_do_ship": true,
  319. "price_incl_tax": true,
  320. "base_price_incl_tax": true,
  321. "row_total_incl_tax": true,
  322. "base_row_total_incl_tax": true,
  323. "discount_tax_compensation_amount": true,
  324. "base_discount_tax_compensation_amount": true,
  325. "discount_tax_compensation_invoiced": true,
  326. "base_discount_tax_compensation_invoiced": true,
  327. "discount_tax_compensation_refunded": true,
  328. "base_discount_tax_compensation_refunded": true,
  329. "tax_canceled": true,
  330. "discount_tax_compensation_canceled": true,
  331. "tax_refunded": true,
  332. "base_tax_refunded": true,
  333. "discount_refunded": true,
  334. "base_discount_refunded": true
  335. },
  336. "index": {
  337. "SALES_ORDER_ITEM_ORDER_ID": true,
  338. "SALES_ORDER_ITEM_STORE_ID": true
  339. },
  340. "constraint": {
  341. "PRIMARY": true,
  342. "SALES_ORDER_ITEM_ORDER_ID_SALES_ORDER_ENTITY_ID": true,
  343. "SALES_ORDER_ITEM_STORE_ID_STORE_STORE_ID": true
  344. }
  345. },
  346. "sales_order_payment": {
  347. "column": {
  348. "entity_id": true,
  349. "parent_id": true,
  350. "base_shipping_captured": true,
  351. "shipping_captured": true,
  352. "amount_refunded": true,
  353. "base_amount_paid": true,
  354. "amount_canceled": true,
  355. "base_amount_authorized": true,
  356. "base_amount_paid_online": true,
  357. "base_amount_refunded_online": true,
  358. "base_shipping_amount": true,
  359. "shipping_amount": true,
  360. "amount_paid": true,
  361. "amount_authorized": true,
  362. "base_amount_ordered": true,
  363. "base_shipping_refunded": true,
  364. "shipping_refunded": true,
  365. "base_amount_refunded": true,
  366. "amount_ordered": true,
  367. "base_amount_canceled": true,
  368. "quote_payment_id": true,
  369. "additional_data": true,
  370. "cc_exp_month": true,
  371. "cc_ss_start_year": true,
  372. "echeck_bank_name": true,
  373. "method": true,
  374. "cc_debug_request_body": true,
  375. "cc_secure_verify": true,
  376. "protection_eligibility": true,
  377. "cc_approval": true,
  378. "cc_last_4": true,
  379. "cc_status_description": true,
  380. "echeck_type": true,
  381. "cc_debug_response_serialized": true,
  382. "cc_ss_start_month": true,
  383. "echeck_account_type": true,
  384. "last_trans_id": true,
  385. "cc_cid_status": true,
  386. "cc_owner": true,
  387. "cc_type": true,
  388. "po_number": true,
  389. "cc_exp_year": true,
  390. "cc_status": true,
  391. "echeck_routing_number": true,
  392. "account_status": true,
  393. "anet_trans_method": true,
  394. "cc_debug_response_body": true,
  395. "cc_ss_issue": true,
  396. "echeck_account_name": true,
  397. "cc_avs_status": true,
  398. "cc_number_enc": true,
  399. "cc_trans_id": true,
  400. "address_status": true,
  401. "additional_information": true
  402. },
  403. "index": {
  404. "SALES_ORDER_PAYMENT_PARENT_ID": true
  405. },
  406. "constraint": {
  407. "PRIMARY": true,
  408. "SALES_ORDER_PAYMENT_PARENT_ID_SALES_ORDER_ENTITY_ID": true
  409. }
  410. },
  411. "sales_shipment": {
  412. "column": {
  413. "entity_id": true,
  414. "store_id": true,
  415. "total_weight": true,
  416. "total_qty": true,
  417. "email_sent": true,
  418. "send_email": true,
  419. "order_id": true,
  420. "customer_id": true,
  421. "shipping_address_id": true,
  422. "billing_address_id": true,
  423. "shipment_status": true,
  424. "increment_id": true,
  425. "created_at": true,
  426. "updated_at": true,
  427. "packages": true,
  428. "shipping_label": true,
  429. "customer_note": true,
  430. "customer_note_notify": true
  431. },
  432. "index": {
  433. "SALES_SHIPMENT_STORE_ID": true,
  434. "SALES_SHIPMENT_TOTAL_QTY": true,
  435. "SALES_SHIPMENT_ORDER_ID": true,
  436. "SALES_SHIPMENT_CREATED_AT": true,
  437. "SALES_SHIPMENT_UPDATED_AT": true,
  438. "SALES_SHIPMENT_SEND_EMAIL": true,
  439. "SALES_SHIPMENT_EMAIL_SENT": true
  440. },
  441. "constraint": {
  442. "PRIMARY": true,
  443. "SALES_SHIPMENT_ORDER_ID_SALES_ORDER_ENTITY_ID": true,
  444. "SALES_SHIPMENT_STORE_ID_STORE_STORE_ID": true,
  445. "SALES_SHIPMENT_INCREMENT_ID_STORE_ID": true
  446. }
  447. },
  448. "sales_shipment_grid": {
  449. "column": {
  450. "entity_id": true,
  451. "increment_id": true,
  452. "store_id": true,
  453. "order_increment_id": true,
  454. "order_id": true,
  455. "order_created_at": true,
  456. "customer_name": true,
  457. "total_qty": true,
  458. "shipment_status": true,
  459. "order_status": true,
  460. "billing_address": true,
  461. "shipping_address": true,
  462. "billing_name": true,
  463. "shipping_name": true,
  464. "customer_email": true,
  465. "customer_group_id": true,
  466. "payment_method": true,
  467. "shipping_information": true,
  468. "created_at": true,
  469. "updated_at": true
  470. },
  471. "index": {
  472. "SALES_SHIPMENT_GRID_STORE_ID": true,
  473. "SALES_SHIPMENT_GRID_TOTAL_QTY": true,
  474. "SALES_SHIPMENT_GRID_ORDER_INCREMENT_ID": true,
  475. "SALES_SHIPMENT_GRID_SHIPMENT_STATUS": true,
  476. "SALES_SHIPMENT_GRID_ORDER_STATUS": true,
  477. "SALES_SHIPMENT_GRID_CREATED_AT": true,
  478. "SALES_SHIPMENT_GRID_UPDATED_AT": true,
  479. "SALES_SHIPMENT_GRID_ORDER_CREATED_AT": true,
  480. "SALES_SHIPMENT_GRID_SHIPPING_NAME": true,
  481. "SALES_SHIPMENT_GRID_BILLING_NAME": true,
  482. "FTI_086B40C8955F167B8EA76653437879B4": true
  483. },
  484. "constraint": {
  485. "PRIMARY": true,
  486. "SALES_SHIPMENT_GRID_INCREMENT_ID_STORE_ID": true
  487. }
  488. },
  489. "sales_shipment_item": {
  490. "column": {
  491. "entity_id": true,
  492. "parent_id": true,
  493. "row_total": true,
  494. "price": true,
  495. "weight": true,
  496. "qty": true,
  497. "product_id": true,
  498. "order_item_id": true,
  499. "additional_data": true,
  500. "description": true,
  501. "name": true,
  502. "sku": true
  503. },
  504. "index": {
  505. "SALES_SHIPMENT_ITEM_PARENT_ID": true
  506. },
  507. "constraint": {
  508. "PRIMARY": true,
  509. "SALES_SHIPMENT_ITEM_PARENT_ID_SALES_SHIPMENT_ENTITY_ID": true
  510. }
  511. },
  512. "sales_shipment_track": {
  513. "column": {
  514. "entity_id": true,
  515. "parent_id": true,
  516. "weight": true,
  517. "qty": true,
  518. "order_id": true,
  519. "track_number": true,
  520. "description": true,
  521. "title": true,
  522. "carrier_code": true,
  523. "created_at": true,
  524. "updated_at": true
  525. },
  526. "index": {
  527. "SALES_SHIPMENT_TRACK_PARENT_ID": true,
  528. "SALES_SHIPMENT_TRACK_ORDER_ID": true,
  529. "SALES_SHIPMENT_TRACK_CREATED_AT": true
  530. },
  531. "constraint": {
  532. "PRIMARY": true,
  533. "SALES_SHIPMENT_TRACK_PARENT_ID_SALES_SHIPMENT_ENTITY_ID": true
  534. }
  535. },
  536. "sales_shipment_comment": {
  537. "column": {
  538. "entity_id": true,
  539. "parent_id": true,
  540. "is_customer_notified": true,
  541. "is_visible_on_front": true,
  542. "comment": true,
  543. "created_at": true
  544. },
  545. "index": {
  546. "SALES_SHIPMENT_COMMENT_CREATED_AT": true,
  547. "SALES_SHIPMENT_COMMENT_PARENT_ID": true
  548. },
  549. "constraint": {
  550. "PRIMARY": true,
  551. "SALES_SHIPMENT_COMMENT_PARENT_ID_SALES_SHIPMENT_ENTITY_ID": true
  552. }
  553. },
  554. "sales_invoice": {
  555. "column": {
  556. "entity_id": true,
  557. "store_id": true,
  558. "base_grand_total": true,
  559. "shipping_tax_amount": true,
  560. "tax_amount": true,
  561. "base_tax_amount": true,
  562. "store_to_order_rate": true,
  563. "base_shipping_tax_amount": true,
  564. "base_discount_amount": true,
  565. "base_to_order_rate": true,
  566. "grand_total": true,
  567. "shipping_amount": true,
  568. "subtotal_incl_tax": true,
  569. "base_subtotal_incl_tax": true,
  570. "store_to_base_rate": true,
  571. "base_shipping_amount": true,
  572. "total_qty": true,
  573. "base_to_global_rate": true,
  574. "subtotal": true,
  575. "base_subtotal": true,
  576. "discount_amount": true,
  577. "billing_address_id": true,
  578. "is_used_for_refund": true,
  579. "order_id": true,
  580. "email_sent": true,
  581. "send_email": true,
  582. "can_void_flag": true,
  583. "state": true,
  584. "shipping_address_id": true,
  585. "store_currency_code": true,
  586. "transaction_id": true,
  587. "order_currency_code": true,
  588. "base_currency_code": true,
  589. "global_currency_code": true,
  590. "increment_id": true,
  591. "created_at": true,
  592. "updated_at": true,
  593. "discount_tax_compensation_amount": true,
  594. "base_discount_tax_compensation_amount": true,
  595. "shipping_discount_tax_compensation_amount": true,
  596. "base_shipping_discount_tax_compensation_amnt": true,
  597. "shipping_incl_tax": true,
  598. "base_shipping_incl_tax": true,
  599. "base_total_refunded": true,
  600. "discount_description": true,
  601. "customer_note": true,
  602. "customer_note_notify": true
  603. },
  604. "index": {
  605. "SALES_INVOICE_STORE_ID": true,
  606. "SALES_INVOICE_GRAND_TOTAL": true,
  607. "SALES_INVOICE_ORDER_ID": true,
  608. "SALES_INVOICE_STATE": true,
  609. "SALES_INVOICE_CREATED_AT": true,
  610. "SALES_INVOICE_UPDATED_AT": true,
  611. "SALES_INVOICE_SEND_EMAIL": true,
  612. "SALES_INVOICE_EMAIL_SENT": true
  613. },
  614. "constraint": {
  615. "PRIMARY": true,
  616. "SALES_INVOICE_ORDER_ID_SALES_ORDER_ENTITY_ID": true,
  617. "SALES_INVOICE_STORE_ID_STORE_STORE_ID": true,
  618. "SALES_INVOICE_INCREMENT_ID_STORE_ID": true
  619. }
  620. },
  621. "sales_invoice_grid": {
  622. "column": {
  623. "entity_id": true,
  624. "increment_id": true,
  625. "state": true,
  626. "store_id": true,
  627. "store_name": true,
  628. "order_id": true,
  629. "order_increment_id": true,
  630. "order_created_at": true,
  631. "customer_name": true,
  632. "customer_email": true,
  633. "customer_group_id": true,
  634. "payment_method": true,
  635. "store_currency_code": true,
  636. "order_currency_code": true,
  637. "base_currency_code": true,
  638. "global_currency_code": true,
  639. "billing_name": true,
  640. "billing_address": true,
  641. "shipping_address": true,
  642. "shipping_information": true,
  643. "subtotal": true,
  644. "shipping_and_handling": true,
  645. "grand_total": true,
  646. "created_at": true,
  647. "updated_at": true,
  648. "base_grand_total": true
  649. },
  650. "index": {
  651. "SALES_INVOICE_GRID_STORE_ID": true,
  652. "SALES_INVOICE_GRID_GRAND_TOTAL": true,
  653. "SALES_INVOICE_GRID_ORDER_ID": true,
  654. "SALES_INVOICE_GRID_STATE": true,
  655. "SALES_INVOICE_GRID_ORDER_INCREMENT_ID": true,
  656. "SALES_INVOICE_GRID_CREATED_AT": true,
  657. "SALES_INVOICE_GRID_UPDATED_AT": true,
  658. "SALES_INVOICE_GRID_ORDER_CREATED_AT": true,
  659. "SALES_INVOICE_GRID_BILLING_NAME": true,
  660. "FTI_95D9C924DD6A8734EB8B5D01D60F90DE": true,
  661. "SALES_INVOICE_GRID_BASE_GRAND_TOTAL": true
  662. },
  663. "constraint": {
  664. "PRIMARY": true,
  665. "SALES_INVOICE_GRID_INCREMENT_ID_STORE_ID": true
  666. }
  667. },
  668. "sales_invoice_item": {
  669. "column": {
  670. "entity_id": true,
  671. "parent_id": true,
  672. "base_price": true,
  673. "tax_amount": true,
  674. "base_row_total": true,
  675. "discount_amount": true,
  676. "row_total": true,
  677. "base_discount_amount": true,
  678. "price_incl_tax": true,
  679. "base_tax_amount": true,
  680. "base_price_incl_tax": true,
  681. "qty": true,
  682. "base_cost": true,
  683. "price": true,
  684. "base_row_total_incl_tax": true,
  685. "row_total_incl_tax": true,
  686. "product_id": true,
  687. "order_item_id": true,
  688. "additional_data": true,
  689. "description": true,
  690. "sku": true,
  691. "name": true,
  692. "discount_tax_compensation_amount": true,
  693. "base_discount_tax_compensation_amount": true,
  694. "tax_ratio": true
  695. },
  696. "index": {
  697. "SALES_INVOICE_ITEM_PARENT_ID": true
  698. },
  699. "constraint": {
  700. "PRIMARY": true,
  701. "SALES_INVOICE_ITEM_PARENT_ID_SALES_INVOICE_ENTITY_ID": true
  702. }
  703. },
  704. "sales_invoice_comment": {
  705. "column": {
  706. "entity_id": true,
  707. "parent_id": true,
  708. "is_customer_notified": true,
  709. "is_visible_on_front": true,
  710. "comment": true,
  711. "created_at": true
  712. },
  713. "index": {
  714. "SALES_INVOICE_COMMENT_CREATED_AT": true,
  715. "SALES_INVOICE_COMMENT_PARENT_ID": true
  716. },
  717. "constraint": {
  718. "PRIMARY": true,
  719. "SALES_INVOICE_COMMENT_PARENT_ID_SALES_INVOICE_ENTITY_ID": true
  720. }
  721. },
  722. "sales_creditmemo": {
  723. "column": {
  724. "entity_id": true,
  725. "store_id": true,
  726. "adjustment_positive": true,
  727. "base_shipping_tax_amount": true,
  728. "store_to_order_rate": true,
  729. "base_discount_amount": true,
  730. "base_to_order_rate": true,
  731. "grand_total": true,
  732. "base_adjustment_negative": true,
  733. "base_subtotal_incl_tax": true,
  734. "shipping_amount": true,
  735. "subtotal_incl_tax": true,
  736. "adjustment_negative": true,
  737. "base_shipping_amount": true,
  738. "store_to_base_rate": true,
  739. "base_to_global_rate": true,
  740. "base_adjustment": true,
  741. "base_subtotal": true,
  742. "discount_amount": true,
  743. "subtotal": true,
  744. "adjustment": true,
  745. "base_grand_total": true,
  746. "base_adjustment_positive": true,
  747. "base_tax_amount": true,
  748. "shipping_tax_amount": true,
  749. "tax_amount": true,
  750. "order_id": true,
  751. "email_sent": true,
  752. "send_email": true,
  753. "creditmemo_status": true,
  754. "state": true,
  755. "shipping_address_id": true,
  756. "billing_address_id": true,
  757. "invoice_id": true,
  758. "store_currency_code": true,
  759. "order_currency_code": true,
  760. "base_currency_code": true,
  761. "global_currency_code": true,
  762. "transaction_id": true,
  763. "increment_id": true,
  764. "created_at": true,
  765. "updated_at": true,
  766. "discount_tax_compensation_amount": true,
  767. "base_discount_tax_compensation_amount": true,
  768. "shipping_discount_tax_compensation_amount": true,
  769. "base_shipping_discount_tax_compensation_amnt": true,
  770. "shipping_incl_tax": true,
  771. "base_shipping_incl_tax": true,
  772. "discount_description": true,
  773. "customer_note": true,
  774. "customer_note_notify": true
  775. },
  776. "index": {
  777. "SALES_CREDITMEMO_STORE_ID": true,
  778. "SALES_CREDITMEMO_ORDER_ID": true,
  779. "SALES_CREDITMEMO_CREDITMEMO_STATUS": true,
  780. "SALES_CREDITMEMO_STATE": true,
  781. "SALES_CREDITMEMO_CREATED_AT": true,
  782. "SALES_CREDITMEMO_UPDATED_AT": true,
  783. "SALES_CREDITMEMO_SEND_EMAIL": true,
  784. "SALES_CREDITMEMO_EMAIL_SENT": true
  785. },
  786. "constraint": {
  787. "PRIMARY": true,
  788. "SALES_CREDITMEMO_ORDER_ID_SALES_ORDER_ENTITY_ID": true,
  789. "SALES_CREDITMEMO_STORE_ID_STORE_STORE_ID": true,
  790. "SALES_CREDITMEMO_INCREMENT_ID_STORE_ID": true
  791. }
  792. },
  793. "sales_creditmemo_grid": {
  794. "column": {
  795. "entity_id": true,
  796. "increment_id": true,
  797. "created_at": true,
  798. "updated_at": true,
  799. "order_id": true,
  800. "order_increment_id": true,
  801. "order_created_at": true,
  802. "billing_name": true,
  803. "state": true,
  804. "base_grand_total": true,
  805. "order_status": true,
  806. "store_id": true,
  807. "billing_address": true,
  808. "shipping_address": true,
  809. "customer_name": true,
  810. "customer_email": true,
  811. "customer_group_id": true,
  812. "payment_method": true,
  813. "shipping_information": true,
  814. "subtotal": true,
  815. "shipping_and_handling": true,
  816. "adjustment_positive": true,
  817. "adjustment_negative": true,
  818. "order_base_grand_total": true
  819. },
  820. "index": {
  821. "SALES_CREDITMEMO_GRID_ORDER_INCREMENT_ID": true,
  822. "SALES_CREDITMEMO_GRID_CREATED_AT": true,
  823. "SALES_CREDITMEMO_GRID_UPDATED_AT": true,
  824. "SALES_CREDITMEMO_GRID_ORDER_CREATED_AT": true,
  825. "SALES_CREDITMEMO_GRID_STATE": true,
  826. "SALES_CREDITMEMO_GRID_BILLING_NAME": true,
  827. "SALES_CREDITMEMO_GRID_ORDER_STATUS": true,
  828. "SALES_CREDITMEMO_GRID_BASE_GRAND_TOTAL": true,
  829. "SALES_CREDITMEMO_GRID_STORE_ID": true,
  830. "SALES_CREDITMEMO_GRID_ORDER_BASE_GRAND_TOTAL": true,
  831. "SALES_CREDITMEMO_GRID_ORDER_ID": true,
  832. "FTI_32B7BA885941A8254EE84AE650ABDC86": true
  833. },
  834. "constraint": {
  835. "PRIMARY": true,
  836. "SALES_CREDITMEMO_GRID_INCREMENT_ID_STORE_ID": true
  837. }
  838. },
  839. "sales_creditmemo_item": {
  840. "column": {
  841. "entity_id": true,
  842. "parent_id": true,
  843. "base_price": true,
  844. "tax_amount": true,
  845. "base_row_total": true,
  846. "discount_amount": true,
  847. "row_total": true,
  848. "base_discount_amount": true,
  849. "price_incl_tax": true,
  850. "base_tax_amount": true,
  851. "base_price_incl_tax": true,
  852. "qty": true,
  853. "base_cost": true,
  854. "price": true,
  855. "base_row_total_incl_tax": true,
  856. "row_total_incl_tax": true,
  857. "product_id": true,
  858. "order_item_id": true,
  859. "additional_data": true,
  860. "description": true,
  861. "sku": true,
  862. "name": true,
  863. "discount_tax_compensation_amount": true,
  864. "base_discount_tax_compensation_amount": true,
  865. "tax_ratio": true
  866. },
  867. "index": {
  868. "SALES_CREDITMEMO_ITEM_PARENT_ID": true
  869. },
  870. "constraint": {
  871. "PRIMARY": true,
  872. "SALES_CREDITMEMO_ITEM_PARENT_ID_SALES_CREDITMEMO_ENTITY_ID": true
  873. }
  874. },
  875. "sales_creditmemo_comment": {
  876. "column": {
  877. "entity_id": true,
  878. "parent_id": true,
  879. "is_customer_notified": true,
  880. "is_visible_on_front": true,
  881. "comment": true,
  882. "created_at": true
  883. },
  884. "index": {
  885. "SALES_CREDITMEMO_COMMENT_CREATED_AT": true,
  886. "SALES_CREDITMEMO_COMMENT_PARENT_ID": true
  887. },
  888. "constraint": {
  889. "PRIMARY": true,
  890. "SALES_CREDITMEMO_COMMENT_PARENT_ID_SALES_CREDITMEMO_ENTITY_ID": true
  891. }
  892. },
  893. "sales_invoiced_aggregated": {
  894. "column": {
  895. "id": true,
  896. "period": true,
  897. "store_id": true,
  898. "order_status": true,
  899. "orders_count": true,
  900. "orders_invoiced": true,
  901. "invoiced": true,
  902. "invoiced_captured": true,
  903. "invoiced_not_captured": true
  904. },
  905. "index": {
  906. "SALES_INVOICED_AGGREGATED_STORE_ID": true
  907. },
  908. "constraint": {
  909. "PRIMARY": true,
  910. "SALES_INVOICED_AGGREGATED_STORE_ID_STORE_STORE_ID": true,
  911. "SALES_INVOICED_AGGREGATED_PERIOD_STORE_ID_ORDER_STATUS": true
  912. }
  913. },
  914. "sales_invoiced_aggregated_order": {
  915. "column": {
  916. "id": true,
  917. "period": true,
  918. "store_id": true,
  919. "order_status": true,
  920. "orders_count": true,
  921. "orders_invoiced": true,
  922. "invoiced": true,
  923. "invoiced_captured": true,
  924. "invoiced_not_captured": true
  925. },
  926. "index": {
  927. "SALES_INVOICED_AGGREGATED_ORDER_STORE_ID": true
  928. },
  929. "constraint": {
  930. "PRIMARY": true,
  931. "SALES_INVOICED_AGGREGATED_ORDER_STORE_ID_STORE_STORE_ID": true,
  932. "SALES_INVOICED_AGGREGATED_ORDER_PERIOD_STORE_ID_ORDER_STATUS": true
  933. }
  934. },
  935. "sales_order_aggregated_created": {
  936. "column": {
  937. "id": true,
  938. "period": true,
  939. "store_id": true,
  940. "order_status": true,
  941. "orders_count": true,
  942. "total_qty_ordered": true,
  943. "total_qty_invoiced": true,
  944. "total_income_amount": true,
  945. "total_revenue_amount": true,
  946. "total_profit_amount": true,
  947. "total_invoiced_amount": true,
  948. "total_canceled_amount": true,
  949. "total_paid_amount": true,
  950. "total_refunded_amount": true,
  951. "total_tax_amount": true,
  952. "total_tax_amount_actual": true,
  953. "total_shipping_amount": true,
  954. "total_shipping_amount_actual": true,
  955. "total_discount_amount": true,
  956. "total_discount_amount_actual": true
  957. },
  958. "index": {
  959. "SALES_ORDER_AGGREGATED_CREATED_STORE_ID": true
  960. },
  961. "constraint": {
  962. "PRIMARY": true,
  963. "SALES_ORDER_AGGREGATED_CREATED_STORE_ID_STORE_STORE_ID": true,
  964. "SALES_ORDER_AGGREGATED_CREATED_PERIOD_STORE_ID_ORDER_STATUS": true
  965. }
  966. },
  967. "sales_order_aggregated_updated": {
  968. "column": {
  969. "id": true,
  970. "period": true,
  971. "store_id": true,
  972. "order_status": true,
  973. "orders_count": true,
  974. "total_qty_ordered": true,
  975. "total_qty_invoiced": true,
  976. "total_income_amount": true,
  977. "total_revenue_amount": true,
  978. "total_profit_amount": true,
  979. "total_invoiced_amount": true,
  980. "total_canceled_amount": true,
  981. "total_paid_amount": true,
  982. "total_refunded_amount": true,
  983. "total_tax_amount": true,
  984. "total_tax_amount_actual": true,
  985. "total_shipping_amount": true,
  986. "total_shipping_amount_actual": true,
  987. "total_discount_amount": true,
  988. "total_discount_amount_actual": true
  989. },
  990. "index": {
  991. "SALES_ORDER_AGGREGATED_UPDATED_STORE_ID": true
  992. },
  993. "constraint": {
  994. "PRIMARY": true,
  995. "SALES_ORDER_AGGREGATED_UPDATED_STORE_ID_STORE_STORE_ID": true,
  996. "SALES_ORDER_AGGREGATED_UPDATED_PERIOD_STORE_ID_ORDER_STATUS": true
  997. }
  998. },
  999. "sales_payment_transaction": {
  1000. "column": {
  1001. "transaction_id": true,
  1002. "parent_id": true,
  1003. "order_id": true,
  1004. "payment_id": true,
  1005. "txn_id": true,
  1006. "parent_txn_id": true,
  1007. "txn_type": true,
  1008. "is_closed": true,
  1009. "additional_information": true,
  1010. "created_at": true
  1011. },
  1012. "index": {
  1013. "SALES_PAYMENT_TRANSACTION_PARENT_ID": true,
  1014. "SALES_PAYMENT_TRANSACTION_PAYMENT_ID": true
  1015. },
  1016. "constraint": {
  1017. "PRIMARY": true,
  1018. "SALES_PAYMENT_TRANSACTION_ORDER_ID_SALES_ORDER_ENTITY_ID": true,
  1019. "FK_B99FF1A06402D725EBDB0F3A7ECD47A2": true,
  1020. "SALES_PAYMENT_TRANSACTION_PAYMENT_ID_SALES_ORDER_PAYMENT_ENTT_ID": true,
  1021. "SALES_PAYMENT_TRANSACTION_ORDER_ID_PAYMENT_ID_TXN_ID": true
  1022. }
  1023. },
  1024. "sales_refunded_aggregated": {
  1025. "column": {
  1026. "id": true,
  1027. "period": true,
  1028. "store_id": true,
  1029. "order_status": true,
  1030. "orders_count": true,
  1031. "refunded": true,
  1032. "online_refunded": true,
  1033. "offline_refunded": true
  1034. },
  1035. "index": {
  1036. "SALES_REFUNDED_AGGREGATED_STORE_ID": true
  1037. },
  1038. "constraint": {
  1039. "PRIMARY": true,
  1040. "SALES_REFUNDED_AGGREGATED_STORE_ID_STORE_STORE_ID": true,
  1041. "SALES_REFUNDED_AGGREGATED_PERIOD_STORE_ID_ORDER_STATUS": true
  1042. }
  1043. },
  1044. "sales_refunded_aggregated_order": {
  1045. "column": {
  1046. "id": true,
  1047. "period": true,
  1048. "store_id": true,
  1049. "order_status": true,
  1050. "orders_count": true,
  1051. "refunded": true,
  1052. "online_refunded": true,
  1053. "offline_refunded": true
  1054. },
  1055. "index": {
  1056. "SALES_REFUNDED_AGGREGATED_ORDER_STORE_ID": true
  1057. },
  1058. "constraint": {
  1059. "PRIMARY": true,
  1060. "SALES_REFUNDED_AGGREGATED_ORDER_STORE_ID_STORE_STORE_ID": true,
  1061. "SALES_REFUNDED_AGGREGATED_ORDER_PERIOD_STORE_ID_ORDER_STATUS": true
  1062. }
  1063. },
  1064. "sales_shipping_aggregated": {
  1065. "column": {
  1066. "id": true,
  1067. "period": true,
  1068. "store_id": true,
  1069. "order_status": true,
  1070. "shipping_description": true,
  1071. "orders_count": true,
  1072. "total_shipping": true,
  1073. "total_shipping_actual": true
  1074. },
  1075. "index": {
  1076. "SALES_SHIPPING_AGGREGATED_STORE_ID": true
  1077. },
  1078. "constraint": {
  1079. "PRIMARY": true,
  1080. "SALES_SHIPPING_AGGREGATED_STORE_ID_STORE_STORE_ID": true,
  1081. "SALES_SHPP_AGGRED_PERIOD_STORE_ID_ORDER_STS_SHPP_DESCRIPTION": true
  1082. }
  1083. },
  1084. "sales_shipping_aggregated_order": {
  1085. "column": {
  1086. "id": true,
  1087. "period": true,
  1088. "store_id": true,
  1089. "order_status": true,
  1090. "shipping_description": true,
  1091. "orders_count": true,
  1092. "total_shipping": true,
  1093. "total_shipping_actual": true
  1094. },
  1095. "index": {
  1096. "SALES_SHIPPING_AGGREGATED_ORDER_STORE_ID": true
  1097. },
  1098. "constraint": {
  1099. "PRIMARY": true,
  1100. "SALES_SHIPPING_AGGREGATED_ORDER_STORE_ID_STORE_STORE_ID": true,
  1101. "UNQ_C05FAE47282EEA68654D0924E946761F": true
  1102. }
  1103. },
  1104. "sales_bestsellers_aggregated_daily": {
  1105. "column": {
  1106. "id": true,
  1107. "period": true,
  1108. "store_id": true,
  1109. "product_id": true,
  1110. "product_name": true,
  1111. "product_price": true,
  1112. "qty_ordered": true,
  1113. "rating_pos": true
  1114. },
  1115. "index": {
  1116. "SALES_BESTSELLERS_AGGREGATED_DAILY_STORE_ID": true,
  1117. "SALES_BESTSELLERS_AGGREGATED_DAILY_PRODUCT_ID": true
  1118. },
  1119. "constraint": {
  1120. "PRIMARY": true,
  1121. "SALES_BESTSELLERS_AGGREGATED_DAILY_STORE_ID_STORE_STORE_ID": true,
  1122. "SALES_BESTSELLERS_AGGREGATED_DAILY_PERIOD_STORE_ID_PRODUCT_ID": true
  1123. }
  1124. },
  1125. "sales_bestsellers_aggregated_monthly": {
  1126. "column": {
  1127. "id": true,
  1128. "period": true,
  1129. "store_id": true,
  1130. "product_id": true,
  1131. "product_name": true,
  1132. "product_price": true,
  1133. "qty_ordered": true,
  1134. "rating_pos": true
  1135. },
  1136. "index": {
  1137. "SALES_BESTSELLERS_AGGREGATED_MONTHLY_STORE_ID": true,
  1138. "SALES_BESTSELLERS_AGGREGATED_MONTHLY_PRODUCT_ID": true
  1139. },
  1140. "constraint": {
  1141. "PRIMARY": true,
  1142. "SALES_BESTSELLERS_AGGREGATED_MONTHLY_STORE_ID_STORE_STORE_ID": true,
  1143. "SALES_BESTSELLERS_AGGREGATED_MONTHLY_PERIOD_STORE_ID_PRODUCT_ID": true
  1144. }
  1145. },
  1146. "sales_bestsellers_aggregated_yearly": {
  1147. "column": {
  1148. "id": true,
  1149. "period": true,
  1150. "store_id": true,
  1151. "product_id": true,
  1152. "product_name": true,
  1153. "product_price": true,
  1154. "qty_ordered": true,
  1155. "rating_pos": true
  1156. },
  1157. "index": {
  1158. "SALES_BESTSELLERS_AGGREGATED_YEARLY_STORE_ID": true,
  1159. "SALES_BESTSELLERS_AGGREGATED_YEARLY_PRODUCT_ID": true
  1160. },
  1161. "constraint": {
  1162. "PRIMARY": true,
  1163. "SALES_BESTSELLERS_AGGREGATED_YEARLY_STORE_ID_STORE_STORE_ID": true,
  1164. "SALES_BESTSELLERS_AGGREGATED_YEARLY_PERIOD_STORE_ID_PRODUCT_ID": true
  1165. }
  1166. },
  1167. "sales_order_tax": {
  1168. "column": {
  1169. "tax_id": true,
  1170. "order_id": true,
  1171. "code": true,
  1172. "title": true,
  1173. "percent": true,
  1174. "amount": true,
  1175. "priority": true,
  1176. "position": true,
  1177. "base_amount": true,
  1178. "process": true,
  1179. "base_real_amount": true
  1180. },
  1181. "index": {
  1182. "SALES_ORDER_TAX_ORDER_ID_PRIORITY_POSITION": true
  1183. },
  1184. "constraint": {
  1185. "PRIMARY": true
  1186. }
  1187. },
  1188. "sales_order_tax_item": {
  1189. "column": {
  1190. "tax_item_id": true,
  1191. "tax_id": true,
  1192. "item_id": true,
  1193. "tax_percent": true,
  1194. "amount": true,
  1195. "base_amount": true,
  1196. "real_amount": true,
  1197. "real_base_amount": true,
  1198. "associated_item_id": true,
  1199. "taxable_item_type": true
  1200. },
  1201. "index": {
  1202. "SALES_ORDER_TAX_ITEM_ITEM_ID": true
  1203. },
  1204. "constraint": {
  1205. "PRIMARY": true,
  1206. "SALES_ORDER_TAX_ITEM_ASSOCIATED_ITEM_ID_SALES_ORDER_ITEM_ITEM_ID": true,
  1207. "SALES_ORDER_TAX_ITEM_TAX_ID_SALES_ORDER_TAX_TAX_ID": true,
  1208. "SALES_ORDER_TAX_ITEM_ITEM_ID_SALES_ORDER_ITEM_ITEM_ID": true,
  1209. "SALES_ORDER_TAX_ITEM_TAX_ID_ITEM_ID": true
  1210. }
  1211. },
  1212. "sales_order_status": {
  1213. "column": {
  1214. "status": true,
  1215. "label": true
  1216. },
  1217. "constraint": {
  1218. "PRIMARY": true
  1219. }
  1220. },
  1221. "sales_order_status_state": {
  1222. "column": {
  1223. "status": true,
  1224. "state": true,
  1225. "is_default": true,
  1226. "visible_on_front": true
  1227. },
  1228. "constraint": {
  1229. "PRIMARY": true,
  1230. "SALES_ORDER_STATUS_STATE_STATUS_SALES_ORDER_STATUS_STATUS": true
  1231. }
  1232. },
  1233. "sales_order_status_label": {
  1234. "column": {
  1235. "status": true,
  1236. "store_id": true,
  1237. "label": true
  1238. },
  1239. "index": {
  1240. "SALES_ORDER_STATUS_LABEL_STORE_ID": true
  1241. },
  1242. "constraint": {
  1243. "PRIMARY": true,
  1244. "SALES_ORDER_STATUS_LABEL_STATUS_SALES_ORDER_STATUS_STATUS": true,
  1245. "SALES_ORDER_STATUS_LABEL_STORE_ID_STORE_STORE_ID": true
  1246. }
  1247. }
  1248. }