directus-template-cli 0.4.0-beta.0 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (260) hide show
  1. package/README.md +5 -2
  2. package/dist/commands/apply.js +49 -17
  3. package/dist/lib/extract/extract-schema.js +6 -6
  4. package/dist/lib/load/index.js +6 -5
  5. package/dist/lib/load/load-schema.d.ts +14 -2
  6. package/dist/lib/load/load-schema.js +79 -9
  7. package/dist/lib/utils/check-template.d.ts +1 -4
  8. package/dist/lib/utils/check-template.js +24 -26
  9. package/dist/lib/utils/path.d.ts +7 -0
  10. package/dist/lib/utils/path.js +20 -0
  11. package/dist/lib/utils/read-file.d.ts +0 -1
  12. package/dist/lib/utils/read-file.js +7 -9
  13. package/dist/lib/utils/template-defaults.js +0 -1
  14. package/oclif.manifest.json +1 -1
  15. package/package.json +3 -2
  16. package/templates/agencyos/README.md +0 -11
  17. package/templates/agencyos/package.json +0 -11
  18. package/templates/agencyos/src/assets/08177527-b867-47e9-b5d5-eab146b3cdba.jpg +0 -0
  19. package/templates/agencyos/src/assets/08242513-ca8f-471f-b69b-82703a19d1e5.svg +0 -14
  20. package/templates/agencyos/src/assets/0dfe66dd-ceba-4dca-8907-03b2dda49443.svg +0 -1
  21. package/templates/agencyos/src/assets/12e02b82-b4a4-4aaf-8ca4-e73c20a41c26.jpeg +0 -0
  22. package/templates/agencyos/src/assets/1f19dd72-a433-481d-9b51-e3cc8e4f33d3.svg +0 -1
  23. package/templates/agencyos/src/assets/1f69c0b8-19b7-49d7-b420-bedad577a079.png +0 -0
  24. package/templates/agencyos/src/assets/21e179ab-72c3-4350-b46a-fadd16f5652e.svg +0 -1
  25. package/templates/agencyos/src/assets/270fa8d1-45a3-4fcb-87d2-27a0248f1daf.jpg +0 -0
  26. package/templates/agencyos/src/assets/27f55be1-7ef5-47c4-87ba-ab9a060ab270.jpeg +0 -0
  27. package/templates/agencyos/src/assets/2b4a0ba0-52c7-4e10-b191-c803d8da6a36.png +0 -0
  28. package/templates/agencyos/src/assets/35a67f1b-d401-4300-a503-b8e583186f2a.svg +0 -11
  29. package/templates/agencyos/src/assets/3eff7dc2-445a-47c5-9503-3f600ecdb5c6.jpeg +0 -0
  30. package/templates/agencyos/src/assets/44a4e780-d59b-4fa5-9b26-1c4b447474d2.jpg +0 -0
  31. package/templates/agencyos/src/assets/4b31c98e-ec03-4b91-bb18-ef55dd199638.jpg +0 -0
  32. package/templates/agencyos/src/assets/5419bf05-9ab2-484b-a69d-d09b18602cf1.svg +0 -1
  33. package/templates/agencyos/src/assets/5a6dfe1e-7e5b-4a5f-9f6c-983777a67c05.svg +0 -1
  34. package/templates/agencyos/src/assets/643faffb-d41d-48ad-9050-881cf495cbb6.jpg +0 -0
  35. package/templates/agencyos/src/assets/6464e61f-455a-4b47-b623-bb12e5251dfe.jpeg +0 -0
  36. package/templates/agencyos/src/assets/6789bc72-ab83-40bf-8152-d6f2bafbc2a8.png +0 -0
  37. package/templates/agencyos/src/assets/68103296-6634-4d66-918a-04b09afe6621.jpeg +0 -0
  38. package/templates/agencyos/src/assets/690c2042-e3ad-46f4-9cd8-095a7b3a1df7.svg +0 -3
  39. package/templates/agencyos/src/assets/6a1ca349-d7ab-4f43-9284-c61671e145f2.svg +0 -22
  40. package/templates/agencyos/src/assets/6dad2008-3af5-407e-827e-da5744223181.svg +0 -1
  41. package/templates/agencyos/src/assets/6ff389c5-3ecb-4219-8f72-f10326aab421.jpg +0 -0
  42. package/templates/agencyos/src/assets/7647f4c2-9880-433a-bb8e-69b0c30ae31e.svg +0 -1
  43. package/templates/agencyos/src/assets/7775c53a-6c2c-453d-8c22-8b5445121d10.jpeg +0 -0
  44. package/templates/agencyos/src/assets/793e9bf7-c646-4588-8865-fe22556070ff.svg +0 -1
  45. package/templates/agencyos/src/assets/87fc0e81-45e4-4c05-8e9a-8e5c759d7aae.png +0 -0
  46. package/templates/agencyos/src/assets/88b95737-7ff4-4a09-8523-362d42caa9f9.jpg +0 -0
  47. package/templates/agencyos/src/assets/8f748634-d77b-4985-b27e-7e1f3559881a.jpeg +0 -0
  48. package/templates/agencyos/src/assets/a104c031-6ad2-4148-ace6-052e28cfda0b.svg +0 -1
  49. package/templates/agencyos/src/assets/ac905071-0643-4337-8f53-48ed45b1ccf2.jpg +0 -0
  50. package/templates/agencyos/src/assets/b1a3fd77-8e62-4678-9d44-333a30eec13b.jpg +0 -0
  51. package/templates/agencyos/src/assets/b210ecec-860f-4057-bab9-18c044b6e129.jpg +0 -0
  52. package/templates/agencyos/src/assets/b9db00d9-535f-4e24-8a46-5f7e5fc65bf2.jpg +0 -0
  53. package/templates/agencyos/src/assets/c0253924-38cd-4ca0-9989-9c0a57ec076a.png +0 -0
  54. package/templates/agencyos/src/assets/ce0b845f-f8d8-4856-b0af-1df4e3a838cc.jpg +0 -0
  55. package/templates/agencyos/src/assets/d0130348-9ead-49d0-b8e7-871cd43921a0.svg +0 -1
  56. package/templates/agencyos/src/assets/d4fd6edc-4cc5-48c1-8bc7-e646924bbdca.jpeg +0 -0
  57. package/templates/agencyos/src/assets/d598a4c0-4e9a-44a3-a72e-49564e34a432.jpg +0 -0
  58. package/templates/agencyos/src/assets/d94c9355-d89e-4229-941a-62b8525fd69a.png +0 -0
  59. package/templates/agencyos/src/assets/df0745c2-b6e3-4b37-b64d-55a4eb0033ab.avif +0 -0
  60. package/templates/agencyos/src/assets/df979753-946b-4d93-954e-e24367388d2c.svg +0 -1
  61. package/templates/agencyos/src/assets/dfa90758-9700-49e4-8fa2-b6cd074811b7.png +0 -0
  62. package/templates/agencyos/src/assets/e15ca910-1567-4f15-b5a0-b802da67f228.jpg +0 -0
  63. package/templates/agencyos/src/assets/eef7d7b1-3bf9-4647-90c1-a16c24161335.svg +0 -4
  64. package/templates/agencyos/src/assets/f1693c44-52e4-4fae-a7d2-b3153a34eb72.jpg +0 -0
  65. package/templates/agencyos/src/assets/f81e1a85-5a9c-41ef-9ef3-6a9349722daa.jpg +0 -0
  66. package/templates/agencyos/src/assets/fbae19f3-8739-4048-a20f-89ebbf59b032.jpg +0 -0
  67. package/templates/agencyos/src/collections.json +0 -2548
  68. package/templates/agencyos/src/content/block_button.json +0 -50
  69. package/templates/agencyos/src/content/block_button_group.json +0 -27
  70. package/templates/agencyos/src/content/block_columns.json +0 -18
  71. package/templates/agencyos/src/content/block_columns_rows.json +0 -47
  72. package/templates/agencyos/src/content/block_cta.json +0 -9
  73. package/templates/agencyos/src/content/block_divider.json +0 -14
  74. package/templates/agencyos/src/content/block_faqs.json +0 -90
  75. package/templates/agencyos/src/content/block_form.json +0 -26
  76. package/templates/agencyos/src/content/block_gallery.json +0 -19
  77. package/templates/agencyos/src/content/block_gallery_files.json +0 -102
  78. package/templates/agencyos/src/content/block_hero.json +0 -20
  79. package/templates/agencyos/src/content/block_html.json +0 -1
  80. package/templates/agencyos/src/content/block_logocloud.json +0 -24
  81. package/templates/agencyos/src/content/block_logocloud_logos.json +0 -50
  82. package/templates/agencyos/src/content/block_quote.json +0 -14
  83. package/templates/agencyos/src/content/block_richtext.json +0 -58
  84. package/templates/agencyos/src/content/block_step_items.json +0 -47
  85. package/templates/agencyos/src/content/block_steps.json +0 -24
  86. package/templates/agencyos/src/content/block_team.json +0 -14
  87. package/templates/agencyos/src/content/block_testimonial_slider_items.json +0 -42
  88. package/templates/agencyos/src/content/block_testimonials.json +0 -13
  89. package/templates/agencyos/src/content/block_video.json +0 -10
  90. package/templates/agencyos/src/content/categories.json +0 -38
  91. package/templates/agencyos/src/content/contacts.json +0 -46
  92. package/templates/agencyos/src/content/conversations.json +0 -1
  93. package/templates/agencyos/src/content/forms.json +0 -129
  94. package/templates/agencyos/src/content/globals.json +0 -52
  95. package/templates/agencyos/src/content/help_articles.json +0 -1
  96. package/templates/agencyos/src/content/help_collections.json +0 -20
  97. package/templates/agencyos/src/content/help_feedback.json +0 -122
  98. package/templates/agencyos/src/content/inbox.json +0 -15
  99. package/templates/agencyos/src/content/messages.json +0 -1
  100. package/templates/agencyos/src/content/navigation.json +0 -34
  101. package/templates/agencyos/src/content/navigation_items.json +0 -185
  102. package/templates/agencyos/src/content/organization_addresses.json +0 -18
  103. package/templates/agencyos/src/content/organizations.json +0 -50
  104. package/templates/agencyos/src/content/organizations_contacts.json +0 -14
  105. package/templates/agencyos/src/content/os_activities.json +0 -23
  106. package/templates/agencyos/src/content/os_activity_contacts.json +0 -7
  107. package/templates/agencyos/src/content/os_deal_contacts.json +0 -9
  108. package/templates/agencyos/src/content/os_deal_stages.json +0 -68
  109. package/templates/agencyos/src/content/os_deals.json +0 -27
  110. package/templates/agencyos/src/content/os_email_templates.json +0 -13
  111. package/templates/agencyos/src/content/os_expenses.json +0 -22
  112. package/templates/agencyos/src/content/os_invoice_items.json +0 -65
  113. package/templates/agencyos/src/content/os_invoices.json +0 -29
  114. package/templates/agencyos/src/content/os_items.json +0 -17
  115. package/templates/agencyos/src/content/os_payment_terms.json +0 -18
  116. package/templates/agencyos/src/content/os_payments.json +0 -291
  117. package/templates/agencyos/src/content/os_project_contacts.json +0 -8
  118. package/templates/agencyos/src/content/os_project_files.json +0 -1
  119. package/templates/agencyos/src/content/os_project_templates.json +0 -467
  120. package/templates/agencyos/src/content/os_project_updates.json +0 -1
  121. package/templates/agencyos/src/content/os_projects.json +0 -50
  122. package/templates/agencyos/src/content/os_proposal_approvals.json +0 -1
  123. package/templates/agencyos/src/content/os_proposal_blocks.json +0 -134
  124. package/templates/agencyos/src/content/os_proposal_contacts.json +0 -8
  125. package/templates/agencyos/src/content/os_proposals.json +0 -33
  126. package/templates/agencyos/src/content/os_settings.json +0 -6
  127. package/templates/agencyos/src/content/os_task_files.json +0 -1
  128. package/templates/agencyos/src/content/os_tasks.json +0 -464
  129. package/templates/agencyos/src/content/os_tax_rates.json +0 -24
  130. package/templates/agencyos/src/content/page_blocks.json +0 -170
  131. package/templates/agencyos/src/content/pages.json +0 -96
  132. package/templates/agencyos/src/content/pages_blog.json +0 -7
  133. package/templates/agencyos/src/content/pages_projects.json +0 -6
  134. package/templates/agencyos/src/content/post_gallery_items.json +0 -32
  135. package/templates/agencyos/src/content/posts.json +0 -235
  136. package/templates/agencyos/src/content/redirects.json +0 -12
  137. package/templates/agencyos/src/content/seo.json +0 -52
  138. package/templates/agencyos/src/content/team.json +0 -128
  139. package/templates/agencyos/src/content/testimonials.json +0 -66
  140. package/templates/agencyos/src/dashboards.json +0 -32
  141. package/templates/agencyos/src/fields.json +0 -34588
  142. package/templates/agencyos/src/files.json +0 -1129
  143. package/templates/agencyos/src/flows.json +0 -402
  144. package/templates/agencyos/src/folders.json +0 -104
  145. package/templates/agencyos/src/operations.json +0 -717
  146. package/templates/agencyos/src/panels.json +0 -1019
  147. package/templates/agencyos/src/permissions.json +0 -5533
  148. package/templates/agencyos/src/presets.json +0 -2421
  149. package/templates/agencyos/src/public-permissions.json +0 -629
  150. package/templates/agencyos/src/relations.json +0 -4585
  151. package/templates/agencyos/src/roles.json +0 -46
  152. package/templates/agencyos/src/schema/snapshot.json +0 -1
  153. package/templates/agencyos/src/settings.json +0 -99
  154. package/templates/agencyos/src/translations.json +0 -1
  155. package/templates/agencyos/src/users.json +0 -147
  156. package/templates/website/README.md +0 -15
  157. package/templates/website/package.json +0 -11
  158. package/templates/website/src/assets/004e37f7-765e-4339-8d44-987729e47898.png +0 -0
  159. package/templates/website/src/assets/008b1c0e-bdd3-4c5f-a029-b9c07582a42d.jpg +0 -0
  160. package/templates/website/src/assets/08177527-b867-47e9-b5d5-eab146b3cdba.jpg +0 -0
  161. package/templates/website/src/assets/0dfe66dd-ceba-4dca-8907-03b2dda49443.svg +0 -1
  162. package/templates/website/src/assets/12e02b82-b4a4-4aaf-8ca4-e73c20a41c26.jpeg +0 -0
  163. package/templates/website/src/assets/18bf5269-9986-48c7-b607-01b77283df3b.png +0 -0
  164. package/templates/website/src/assets/1f19dd72-a433-481d-9b51-e3cc8e4f33d3.svg +0 -1
  165. package/templates/website/src/assets/270fa8d1-45a3-4fcb-87d2-27a0248f1daf.jpg +0 -0
  166. package/templates/website/src/assets/27f55be1-7ef5-47c4-87ba-ab9a060ab270.jpeg +0 -0
  167. package/templates/website/src/assets/284c190b-0ebb-4b3e-847d-c260b793b77c.png +0 -0
  168. package/templates/website/src/assets/35a67f1b-d401-4300-a503-b8e583186f2a.svg +0 -11
  169. package/templates/website/src/assets/3ac899c4-4bf9-4733-b2c4-b259c69faf46.png +0 -0
  170. package/templates/website/src/assets/3eff7dc2-445a-47c5-9503-3f600ecdb5c6.jpeg +0 -0
  171. package/templates/website/src/assets/40a0a417-231e-4819-86bf-66e96ec64852.svg +0 -3
  172. package/templates/website/src/assets/45140116-7656-4226-99b6-fd750722a083.svg +0 -3
  173. package/templates/website/src/assets/4b31c98e-ec03-4b91-bb18-ef55dd199638.jpg +0 -0
  174. package/templates/website/src/assets/57c6e801-9ba1-46eb-beb7-96cf7c497c92.svg +0 -1
  175. package/templates/website/src/assets/643faffb-d41d-48ad-9050-881cf495cbb6.jpg +0 -0
  176. package/templates/website/src/assets/6464e61f-455a-4b47-b623-bb12e5251dfe.jpeg +0 -0
  177. package/templates/website/src/assets/68103296-6634-4d66-918a-04b09afe6621.jpeg +0 -0
  178. package/templates/website/src/assets/68ee3ce3-bc8e-4901-b3a6-8a23afda0fa0.jpg +0 -0
  179. package/templates/website/src/assets/6dad2008-3af5-407e-827e-da5744223181.svg +0 -1
  180. package/templates/website/src/assets/72eea8c7-72fe-4ef2-9e57-524f7cb886a4.jpg +0 -0
  181. package/templates/website/src/assets/72f6f5a0-9a07-422f-b82f-b9e295ce5afa.svg +0 -4
  182. package/templates/website/src/assets/7775c53a-6c2c-453d-8c22-8b5445121d10.jpeg +0 -0
  183. package/templates/website/src/assets/7834aacc-d78c-4a55-ba92-d7b5d74188c1.png +0 -0
  184. package/templates/website/src/assets/7a5b47f6-d648-48f9-bf93-4bfafda48940.png +0 -0
  185. package/templates/website/src/assets/7c04cbdd-4b48-41aa-94d7-fc7c17373b1a.png +0 -0
  186. package/templates/website/src/assets/82b872b1-ff96-4af6-b7f1-878e60c3c448.png +0 -0
  187. package/templates/website/src/assets/840ec616-acad-412e-be79-485a702f9a55.svg +0 -1
  188. package/templates/website/src/assets/87fc0e81-45e4-4c05-8e9a-8e5c759d7aae.png +0 -0
  189. package/templates/website/src/assets/8bc1e7b3-b795-46af-bac4-34f7d90b902f.JPG +0 -0
  190. package/templates/website/src/assets/8f748634-d77b-4985-b27e-7e1f3559881a.jpeg +0 -0
  191. package/templates/website/src/assets/9778a2b4-27de-4035-af5a-f58897578787.png +0 -0
  192. package/templates/website/src/assets/a104c031-6ad2-4148-ace6-052e28cfda0b.svg +0 -1
  193. package/templates/website/src/assets/b626a403-5f09-4463-9715-44b2bd34eb26.jpg +0 -0
  194. package/templates/website/src/assets/c38f6e9e-7bb5-46c7-8266-b27ab96a1282.png +0 -0
  195. package/templates/website/src/assets/c983bd13-da09-4c90-8e65-ae6a92093df8.png +0 -0
  196. package/templates/website/src/assets/d0130348-9ead-49d0-b8e7-871cd43921a0.svg +0 -1
  197. package/templates/website/src/assets/d304528e-9000-4530-92cf-bb04891e8d5d.jpg +0 -0
  198. package/templates/website/src/assets/d4fd6edc-4cc5-48c1-8bc7-e646924bbdca.jpeg +0 -0
  199. package/templates/website/src/assets/d598a4c0-4e9a-44a3-a72e-49564e34a432.jpg +0 -0
  200. package/templates/website/src/assets/dfa90758-9700-49e4-8fa2-b6cd074811b7.png +0 -0
  201. package/templates/website/src/assets/e15ca910-1567-4f15-b5a0-b802da67f228.jpg +0 -0
  202. package/templates/website/src/assets/ea18cbf2-3c4f-488b-a68c-2d3a64cc9137.png +0 -0
  203. package/templates/website/src/assets/eb8e4c86-92ac-4697-9634-2e376f5d6015.png +0 -0
  204. package/templates/website/src/assets/f1693c44-52e4-4fae-a7d2-b3153a34eb72.jpg +0 -0
  205. package/templates/website/src/collections.json +0 -1788
  206. package/templates/website/src/content/block_cardgroup.json +0 -26
  207. package/templates/website/src/content/block_cardgroup_cards.json +0 -1
  208. package/templates/website/src/content/block_cardgroup_posts.json +0 -32
  209. package/templates/website/src/content/block_columns.json +0 -21
  210. package/templates/website/src/content/block_columns_rows.json +0 -47
  211. package/templates/website/src/content/block_cta.json +0 -15
  212. package/templates/website/src/content/block_faqs.json +0 -45
  213. package/templates/website/src/content/block_form.json +0 -26
  214. package/templates/website/src/content/block_gallery.json +0 -15
  215. package/templates/website/src/content/block_gallery_files.json +0 -38
  216. package/templates/website/src/content/block_hero.json +0 -145
  217. package/templates/website/src/content/block_html.json +0 -1
  218. package/templates/website/src/content/block_logocloud.json +0 -16
  219. package/templates/website/src/content/block_logocloud_files.json +0 -44
  220. package/templates/website/src/content/block_quote.json +0 -11
  221. package/templates/website/src/content/block_richtext.json +0 -32
  222. package/templates/website/src/content/block_steps.json +0 -14
  223. package/templates/website/src/content/block_steps_items.json +0 -26
  224. package/templates/website/src/content/block_team.json +0 -8
  225. package/templates/website/src/content/block_testimonials.json +0 -13
  226. package/templates/website/src/content/block_testimonials_items.json +0 -26
  227. package/templates/website/src/content/block_video.json +0 -10
  228. package/templates/website/src/content/blog_settings.json +0 -8
  229. package/templates/website/src/content/categories.json +0 -38
  230. package/templates/website/src/content/events.json +0 -1
  231. package/templates/website/src/content/forms.json +0 -92
  232. package/templates/website/src/content/globals.json +0 -57
  233. package/templates/website/src/content/inbox.json +0 -21
  234. package/templates/website/src/content/metrics.json +0 -1
  235. package/templates/website/src/content/navigation.json +0 -30
  236. package/templates/website/src/content/navigation_items.json +0 -140
  237. package/templates/website/src/content/pages.json +0 -123
  238. package/templates/website/src/content/pages_blocks.json +0 -310
  239. package/templates/website/src/content/posts.json +0 -120
  240. package/templates/website/src/content/projects.json +0 -48
  241. package/templates/website/src/content/projects_files.json +0 -44
  242. package/templates/website/src/content/projects_settings.json +0 -6
  243. package/templates/website/src/content/redirects.json +0 -12
  244. package/templates/website/src/content/seo.json +0 -278
  245. package/templates/website/src/content/team.json +0 -132
  246. package/templates/website/src/content/testimonials.json +0 -66
  247. package/templates/website/src/dashboards.json +0 -38
  248. package/templates/website/src/fields.json +0 -27761
  249. package/templates/website/src/files.json +0 -1100
  250. package/templates/website/src/flows.json +0 -131
  251. package/templates/website/src/folders.json +0 -52
  252. package/templates/website/src/operations.json +0 -214
  253. package/templates/website/src/panels.json +0 -433
  254. package/templates/website/src/permissions.json +0 -1556
  255. package/templates/website/src/presets.json +0 -1254
  256. package/templates/website/src/public-permissions.json +0 -511
  257. package/templates/website/src/roles.json +0 -70
  258. package/templates/website/src/schema/snapshot.json +0 -17018
  259. package/templates/website/src/settings.json +0 -66
  260. package/templates/website/src/users.json +0 -194
@@ -1,4585 +0,0 @@
1
- [
2
- {
3
- "collection": "block_form",
4
- "field": "form",
5
- "related_collection": "forms",
6
- "schema": {
7
- "constraint_name": "block_form_form_foreign",
8
- "table": "block_form",
9
- "column": "form",
10
- "foreign_key_schema": "public",
11
- "foreign_key_table": "forms",
12
- "foreign_key_column": "id",
13
- "on_update": "NO ACTION",
14
- "on_delete": "NO ACTION"
15
- },
16
- "meta": {
17
- "many_collection": "block_form",
18
- "many_field": "form",
19
- "one_collection": "forms",
20
- "one_field": null,
21
- "one_collection_field": null,
22
- "junction_field": null,
23
- "sort_field": null,
24
- "one_deselect_action": "nullify",
25
- "one_allowed_collections": null
26
- }
27
- },
28
- {
29
- "collection": "block_hero",
30
- "field": "image",
31
- "related_collection": "directus_files",
32
- "schema": {
33
- "constraint_name": "block_hero_image_foreign",
34
- "table": "block_hero",
35
- "column": "image",
36
- "foreign_key_schema": "public",
37
- "foreign_key_table": "directus_files",
38
- "foreign_key_column": "id",
39
- "on_update": "NO ACTION",
40
- "on_delete": "SET NULL"
41
- },
42
- "meta": {
43
- "many_collection": "block_hero",
44
- "many_field": "image",
45
- "one_collection": "directus_files",
46
- "one_field": null,
47
- "one_collection_field": null,
48
- "junction_field": null,
49
- "sort_field": null,
50
- "one_deselect_action": "nullify",
51
- "one_allowed_collections": null
52
- }
53
- },
54
- {
55
- "collection": "block_video",
56
- "field": "video_file",
57
- "related_collection": "directus_files",
58
- "schema": {
59
- "constraint_name": "block_video_video_file_foreign",
60
- "table": "block_video",
61
- "column": "video_file",
62
- "foreign_key_schema": "public",
63
- "foreign_key_table": "directus_files",
64
- "foreign_key_column": "id",
65
- "on_update": "NO ACTION",
66
- "on_delete": "SET NULL"
67
- },
68
- "meta": {
69
- "many_collection": "block_video",
70
- "many_field": "video_file",
71
- "one_collection": "directus_files",
72
- "one_field": null,
73
- "one_collection_field": null,
74
- "junction_field": null,
75
- "sort_field": null,
76
- "one_deselect_action": "nullify",
77
- "one_allowed_collections": null
78
- }
79
- },
80
- {
81
- "collection": "pages_blog",
82
- "field": "featured_post",
83
- "related_collection": "posts",
84
- "schema": {
85
- "constraint_name": "blog_settings_featured_post_foreign",
86
- "table": "pages_blog",
87
- "column": "featured_post",
88
- "foreign_key_schema": "public",
89
- "foreign_key_table": "posts",
90
- "foreign_key_column": "id",
91
- "on_update": "NO ACTION",
92
- "on_delete": "SET NULL"
93
- },
94
- "meta": {
95
- "many_collection": "pages_blog",
96
- "many_field": "featured_post",
97
- "one_collection": "posts",
98
- "one_field": null,
99
- "one_collection_field": null,
100
- "junction_field": null,
101
- "sort_field": null,
102
- "one_deselect_action": "nullify",
103
- "one_allowed_collections": null
104
- }
105
- },
106
- {
107
- "collection": "pages_blog",
108
- "field": "seo",
109
- "related_collection": "seo",
110
- "schema": {
111
- "constraint_name": "blog_settings_seo_foreign",
112
- "table": "pages_blog",
113
- "column": "seo",
114
- "foreign_key_schema": "public",
115
- "foreign_key_table": "seo",
116
- "foreign_key_column": "id",
117
- "on_update": "NO ACTION",
118
- "on_delete": "SET NULL"
119
- },
120
- "meta": {
121
- "many_collection": "pages_blog",
122
- "many_field": "seo",
123
- "one_collection": "seo",
124
- "one_field": null,
125
- "one_collection_field": null,
126
- "junction_field": null,
127
- "sort_field": null,
128
- "one_deselect_action": "nullify",
129
- "one_allowed_collections": null
130
- }
131
- },
132
- {
133
- "collection": "categories",
134
- "field": "seo",
135
- "related_collection": "seo",
136
- "schema": {
137
- "constraint_name": "categories_seo_foreign",
138
- "table": "categories",
139
- "column": "seo",
140
- "foreign_key_schema": "public",
141
- "foreign_key_table": "seo",
142
- "foreign_key_column": "id",
143
- "on_update": "NO ACTION",
144
- "on_delete": "SET NULL"
145
- },
146
- "meta": {
147
- "many_collection": "categories",
148
- "many_field": "seo",
149
- "one_collection": "seo",
150
- "one_field": null,
151
- "one_collection_field": null,
152
- "junction_field": null,
153
- "sort_field": null,
154
- "one_deselect_action": "nullify",
155
- "one_allowed_collections": null
156
- }
157
- },
158
- {
159
- "collection": "forms",
160
- "field": "user_created",
161
- "related_collection": "directus_users",
162
- "schema": {
163
- "constraint_name": "forms_user_created_foreign",
164
- "table": "forms",
165
- "column": "user_created",
166
- "foreign_key_schema": "public",
167
- "foreign_key_table": "directus_users",
168
- "foreign_key_column": "id",
169
- "on_update": "NO ACTION",
170
- "on_delete": "NO ACTION"
171
- },
172
- "meta": {
173
- "many_collection": "forms",
174
- "many_field": "user_created",
175
- "one_collection": "directus_users",
176
- "one_field": null,
177
- "one_collection_field": null,
178
- "junction_field": null,
179
- "sort_field": null,
180
- "one_deselect_action": "nullify",
181
- "one_allowed_collections": null
182
- }
183
- },
184
- {
185
- "collection": "forms",
186
- "field": "user_updated",
187
- "related_collection": "directus_users",
188
- "schema": {
189
- "constraint_name": "forms_user_updated_foreign",
190
- "table": "forms",
191
- "column": "user_updated",
192
- "foreign_key_schema": "public",
193
- "foreign_key_table": "directus_users",
194
- "foreign_key_column": "id",
195
- "on_update": "NO ACTION",
196
- "on_delete": "NO ACTION"
197
- },
198
- "meta": {
199
- "many_collection": "forms",
200
- "many_field": "user_updated",
201
- "one_collection": "directus_users",
202
- "one_field": null,
203
- "one_collection_field": null,
204
- "junction_field": null,
205
- "sort_field": null,
206
- "one_deselect_action": "nullify",
207
- "one_allowed_collections": null
208
- }
209
- },
210
- {
211
- "collection": "globals",
212
- "field": "og_image",
213
- "related_collection": "directus_files",
214
- "schema": {
215
- "constraint_name": "globals_og_image_foreign",
216
- "table": "globals",
217
- "column": "og_image",
218
- "foreign_key_schema": "public",
219
- "foreign_key_table": "directus_files",
220
- "foreign_key_column": "id",
221
- "on_update": "NO ACTION",
222
- "on_delete": "SET NULL"
223
- },
224
- "meta": {
225
- "many_collection": "globals",
226
- "many_field": "og_image",
227
- "one_collection": "directus_files",
228
- "one_field": null,
229
- "one_collection_field": null,
230
- "junction_field": null,
231
- "sort_field": null,
232
- "one_deselect_action": "nullify",
233
- "one_allowed_collections": null
234
- }
235
- },
236
- {
237
- "collection": "help_articles",
238
- "field": "help_collection",
239
- "related_collection": "help_collections",
240
- "schema": {
241
- "constraint_name": "help_articles_help_collection_foreign",
242
- "table": "help_articles",
243
- "column": "help_collection",
244
- "foreign_key_schema": "public",
245
- "foreign_key_table": "help_collections",
246
- "foreign_key_column": "id",
247
- "on_update": "NO ACTION",
248
- "on_delete": "SET NULL"
249
- },
250
- "meta": {
251
- "many_collection": "help_articles",
252
- "many_field": "help_collection",
253
- "one_collection": "help_collections",
254
- "one_field": "articles",
255
- "one_collection_field": null,
256
- "junction_field": null,
257
- "sort_field": "sort",
258
- "one_deselect_action": "nullify",
259
- "one_allowed_collections": null
260
- }
261
- },
262
- {
263
- "collection": "help_articles",
264
- "field": "owner",
265
- "related_collection": "directus_users",
266
- "schema": {
267
- "constraint_name": "help_articles_owner_foreign",
268
- "table": "help_articles",
269
- "column": "owner",
270
- "foreign_key_schema": "public",
271
- "foreign_key_table": "directus_users",
272
- "foreign_key_column": "id",
273
- "on_update": "NO ACTION",
274
- "on_delete": "SET NULL"
275
- },
276
- "meta": {
277
- "many_collection": "help_articles",
278
- "many_field": "owner",
279
- "one_collection": "directus_users",
280
- "one_field": null,
281
- "one_collection_field": null,
282
- "junction_field": null,
283
- "sort_field": null,
284
- "one_deselect_action": "nullify",
285
- "one_allowed_collections": null
286
- }
287
- },
288
- {
289
- "collection": "help_articles",
290
- "field": "user_created",
291
- "related_collection": "directus_users",
292
- "schema": {
293
- "constraint_name": "help_articles_user_created_foreign",
294
- "table": "help_articles",
295
- "column": "user_created",
296
- "foreign_key_schema": "public",
297
- "foreign_key_table": "directus_users",
298
- "foreign_key_column": "id",
299
- "on_update": "NO ACTION",
300
- "on_delete": "NO ACTION"
301
- },
302
- "meta": {
303
- "many_collection": "help_articles",
304
- "many_field": "user_created",
305
- "one_collection": "directus_users",
306
- "one_field": null,
307
- "one_collection_field": null,
308
- "junction_field": null,
309
- "sort_field": null,
310
- "one_deselect_action": "nullify",
311
- "one_allowed_collections": null
312
- }
313
- },
314
- {
315
- "collection": "help_articles",
316
- "field": "user_updated",
317
- "related_collection": "directus_users",
318
- "schema": {
319
- "constraint_name": "help_articles_user_updated_foreign",
320
- "table": "help_articles",
321
- "column": "user_updated",
322
- "foreign_key_schema": "public",
323
- "foreign_key_table": "directus_users",
324
- "foreign_key_column": "id",
325
- "on_update": "NO ACTION",
326
- "on_delete": "NO ACTION"
327
- },
328
- "meta": {
329
- "many_collection": "help_articles",
330
- "many_field": "user_updated",
331
- "one_collection": "directus_users",
332
- "one_field": null,
333
- "one_collection_field": null,
334
- "junction_field": null,
335
- "sort_field": null,
336
- "one_deselect_action": "nullify",
337
- "one_allowed_collections": null
338
- }
339
- },
340
- {
341
- "collection": "help_feedback",
342
- "field": "user_created",
343
- "related_collection": "directus_users",
344
- "schema": {
345
- "constraint_name": "help_feedback_user_created_foreign",
346
- "table": "help_feedback",
347
- "column": "user_created",
348
- "foreign_key_schema": "public",
349
- "foreign_key_table": "directus_users",
350
- "foreign_key_column": "id",
351
- "on_update": "NO ACTION",
352
- "on_delete": "NO ACTION"
353
- },
354
- "meta": {
355
- "many_collection": "help_feedback",
356
- "many_field": "user_created",
357
- "one_collection": "directus_users",
358
- "one_field": null,
359
- "one_collection_field": null,
360
- "junction_field": null,
361
- "sort_field": null,
362
- "one_deselect_action": "nullify",
363
- "one_allowed_collections": null
364
- }
365
- },
366
- {
367
- "collection": "help_feedback",
368
- "field": "user_updated",
369
- "related_collection": "directus_users",
370
- "schema": {
371
- "constraint_name": "help_feedback_user_updated_foreign",
372
- "table": "help_feedback",
373
- "column": "user_updated",
374
- "foreign_key_schema": "public",
375
- "foreign_key_table": "directus_users",
376
- "foreign_key_column": "id",
377
- "on_update": "NO ACTION",
378
- "on_delete": "NO ACTION"
379
- },
380
- "meta": {
381
- "many_collection": "help_feedback",
382
- "many_field": "user_updated",
383
- "one_collection": "directus_users",
384
- "one_field": null,
385
- "one_collection_field": null,
386
- "junction_field": null,
387
- "sort_field": null,
388
- "one_deselect_action": "nullify",
389
- "one_allowed_collections": null
390
- }
391
- },
392
- {
393
- "collection": "inbox",
394
- "field": "form",
395
- "related_collection": "forms",
396
- "schema": {
397
- "constraint_name": "inbox_form_foreign",
398
- "table": "inbox",
399
- "column": "form",
400
- "foreign_key_schema": "public",
401
- "foreign_key_table": "forms",
402
- "foreign_key_column": "id",
403
- "on_update": "NO ACTION",
404
- "on_delete": "SET NULL"
405
- },
406
- "meta": {
407
- "many_collection": "inbox",
408
- "many_field": "form",
409
- "one_collection": "forms",
410
- "one_field": null,
411
- "one_collection_field": null,
412
- "junction_field": null,
413
- "sort_field": null,
414
- "one_deselect_action": "nullify",
415
- "one_allowed_collections": null
416
- }
417
- },
418
- {
419
- "collection": "inbox",
420
- "field": "user_created",
421
- "related_collection": "directus_users",
422
- "schema": {
423
- "constraint_name": "inbox_user_created_foreign",
424
- "table": "inbox",
425
- "column": "user_created",
426
- "foreign_key_schema": "public",
427
- "foreign_key_table": "directus_users",
428
- "foreign_key_column": "id",
429
- "on_update": "NO ACTION",
430
- "on_delete": "NO ACTION"
431
- },
432
- "meta": {
433
- "many_collection": "inbox",
434
- "many_field": "user_created",
435
- "one_collection": "directus_users",
436
- "one_field": null,
437
- "one_collection_field": null,
438
- "junction_field": null,
439
- "sort_field": null,
440
- "one_deselect_action": "nullify",
441
- "one_allowed_collections": null
442
- }
443
- },
444
- {
445
- "collection": "inbox",
446
- "field": "user_updated",
447
- "related_collection": "directus_users",
448
- "schema": {
449
- "constraint_name": "inbox_user_updated_foreign",
450
- "table": "inbox",
451
- "column": "user_updated",
452
- "foreign_key_schema": "public",
453
- "foreign_key_table": "directus_users",
454
- "foreign_key_column": "id",
455
- "on_update": "NO ACTION",
456
- "on_delete": "NO ACTION"
457
- },
458
- "meta": {
459
- "many_collection": "inbox",
460
- "many_field": "user_updated",
461
- "one_collection": "directus_users",
462
- "one_field": null,
463
- "one_collection_field": null,
464
- "junction_field": null,
465
- "sort_field": null,
466
- "one_deselect_action": "nullify",
467
- "one_allowed_collections": null
468
- }
469
- },
470
- {
471
- "collection": "messages",
472
- "field": "user_created",
473
- "related_collection": "directus_users",
474
- "schema": {
475
- "constraint_name": "messages_user_created_foreign",
476
- "table": "messages",
477
- "column": "user_created",
478
- "foreign_key_schema": "public",
479
- "foreign_key_table": "directus_users",
480
- "foreign_key_column": "id",
481
- "on_update": "NO ACTION",
482
- "on_delete": "NO ACTION"
483
- },
484
- "meta": {
485
- "many_collection": "messages",
486
- "many_field": "user_created",
487
- "one_collection": "directus_users",
488
- "one_field": null,
489
- "one_collection_field": null,
490
- "junction_field": null,
491
- "sort_field": null,
492
- "one_deselect_action": "nullify",
493
- "one_allowed_collections": null
494
- }
495
- },
496
- {
497
- "collection": "messages",
498
- "field": "user_updated",
499
- "related_collection": "directus_users",
500
- "schema": {
501
- "constraint_name": "messages_user_updated_foreign",
502
- "table": "messages",
503
- "column": "user_updated",
504
- "foreign_key_schema": "public",
505
- "foreign_key_table": "directus_users",
506
- "foreign_key_column": "id",
507
- "on_update": "NO ACTION",
508
- "on_delete": "NO ACTION"
509
- },
510
- "meta": {
511
- "many_collection": "messages",
512
- "many_field": "user_updated",
513
- "one_collection": "directus_users",
514
- "one_field": null,
515
- "one_collection_field": null,
516
- "junction_field": null,
517
- "sort_field": null,
518
- "one_deselect_action": "nullify",
519
- "one_allowed_collections": null
520
- }
521
- },
522
- {
523
- "collection": "navigation",
524
- "field": "user_created",
525
- "related_collection": "directus_users",
526
- "schema": {
527
- "constraint_name": "navigation_user_created_foreign",
528
- "table": "navigation",
529
- "column": "user_created",
530
- "foreign_key_schema": "public",
531
- "foreign_key_table": "directus_users",
532
- "foreign_key_column": "id",
533
- "on_update": "NO ACTION",
534
- "on_delete": "NO ACTION"
535
- },
536
- "meta": {
537
- "many_collection": "navigation",
538
- "many_field": "user_created",
539
- "one_collection": "directus_users",
540
- "one_field": null,
541
- "one_collection_field": null,
542
- "junction_field": null,
543
- "sort_field": null,
544
- "one_deselect_action": "nullify",
545
- "one_allowed_collections": null
546
- }
547
- },
548
- {
549
- "collection": "navigation",
550
- "field": "user_updated",
551
- "related_collection": "directus_users",
552
- "schema": {
553
- "constraint_name": "navigation_user_updated_foreign",
554
- "table": "navigation",
555
- "column": "user_updated",
556
- "foreign_key_schema": "public",
557
- "foreign_key_table": "directus_users",
558
- "foreign_key_column": "id",
559
- "on_update": "NO ACTION",
560
- "on_delete": "NO ACTION"
561
- },
562
- "meta": {
563
- "many_collection": "navigation",
564
- "many_field": "user_updated",
565
- "one_collection": "directus_users",
566
- "one_field": null,
567
- "one_collection_field": null,
568
- "junction_field": null,
569
- "sort_field": null,
570
- "one_deselect_action": "nullify",
571
- "one_allowed_collections": null
572
- }
573
- },
574
- {
575
- "collection": "navigation_items",
576
- "field": "navigation",
577
- "related_collection": "navigation",
578
- "schema": {
579
- "constraint_name": "navigation_items_navigation_foreign",
580
- "table": "navigation_items",
581
- "column": "navigation",
582
- "foreign_key_schema": "public",
583
- "foreign_key_table": "navigation",
584
- "foreign_key_column": "id",
585
- "on_update": "NO ACTION",
586
- "on_delete": "SET NULL"
587
- },
588
- "meta": {
589
- "many_collection": "navigation_items",
590
- "many_field": "navigation",
591
- "one_collection": "navigation",
592
- "one_field": "items",
593
- "one_collection_field": null,
594
- "junction_field": null,
595
- "sort_field": "sort",
596
- "one_deselect_action": "nullify",
597
- "one_allowed_collections": null
598
- }
599
- },
600
- {
601
- "collection": "navigation_items",
602
- "field": "page",
603
- "related_collection": "pages",
604
- "schema": {
605
- "constraint_name": "navigation_items_page_foreign",
606
- "table": "navigation_items",
607
- "column": "page",
608
- "foreign_key_schema": "public",
609
- "foreign_key_table": "pages",
610
- "foreign_key_column": "id",
611
- "on_update": "NO ACTION",
612
- "on_delete": "SET NULL"
613
- },
614
- "meta": {
615
- "many_collection": "navigation_items",
616
- "many_field": "page",
617
- "one_collection": "pages",
618
- "one_field": null,
619
- "one_collection_field": null,
620
- "junction_field": null,
621
- "sort_field": null,
622
- "one_deselect_action": "nullify",
623
- "one_allowed_collections": null
624
- }
625
- },
626
- {
627
- "collection": "navigation_items",
628
- "field": "parent",
629
- "related_collection": "navigation_items",
630
- "schema": {
631
- "constraint_name": "navigation_items_parent_foreign",
632
- "table": "navigation_items",
633
- "column": "parent",
634
- "foreign_key_schema": "public",
635
- "foreign_key_table": "navigation_items",
636
- "foreign_key_column": "id",
637
- "on_update": "NO ACTION",
638
- "on_delete": "NO ACTION"
639
- },
640
- "meta": {
641
- "many_collection": "navigation_items",
642
- "many_field": "parent",
643
- "one_collection": "navigation_items",
644
- "one_field": "children",
645
- "one_collection_field": null,
646
- "junction_field": null,
647
- "sort_field": "sort",
648
- "one_deselect_action": "nullify",
649
- "one_allowed_collections": null
650
- }
651
- },
652
- {
653
- "collection": "pages",
654
- "field": "seo",
655
- "related_collection": "seo",
656
- "schema": {
657
- "constraint_name": "pages_seo_foreign",
658
- "table": "pages",
659
- "column": "seo",
660
- "foreign_key_schema": "public",
661
- "foreign_key_table": "seo",
662
- "foreign_key_column": "id",
663
- "on_update": "NO ACTION",
664
- "on_delete": "SET NULL"
665
- },
666
- "meta": {
667
- "many_collection": "pages",
668
- "many_field": "seo",
669
- "one_collection": "seo",
670
- "one_field": null,
671
- "one_collection_field": null,
672
- "junction_field": null,
673
- "sort_field": null,
674
- "one_deselect_action": "nullify",
675
- "one_allowed_collections": null
676
- }
677
- },
678
- {
679
- "collection": "posts",
680
- "field": "category",
681
- "related_collection": "categories",
682
- "schema": {
683
- "constraint_name": "posts_category_foreign",
684
- "table": "posts",
685
- "column": "category",
686
- "foreign_key_schema": "public",
687
- "foreign_key_table": "categories",
688
- "foreign_key_column": "id",
689
- "on_update": "NO ACTION",
690
- "on_delete": "SET NULL"
691
- },
692
- "meta": {
693
- "many_collection": "posts",
694
- "many_field": "category",
695
- "one_collection": "categories",
696
- "one_field": null,
697
- "one_collection_field": null,
698
- "junction_field": null,
699
- "sort_field": null,
700
- "one_deselect_action": "nullify",
701
- "one_allowed_collections": null
702
- }
703
- },
704
- {
705
- "collection": "posts",
706
- "field": "image",
707
- "related_collection": "directus_files",
708
- "schema": {
709
- "constraint_name": "posts_image_foreign",
710
- "table": "posts",
711
- "column": "image",
712
- "foreign_key_schema": "public",
713
- "foreign_key_table": "directus_files",
714
- "foreign_key_column": "id",
715
- "on_update": "NO ACTION",
716
- "on_delete": "SET NULL"
717
- },
718
- "meta": {
719
- "many_collection": "posts",
720
- "many_field": "image",
721
- "one_collection": "directus_files",
722
- "one_field": null,
723
- "one_collection_field": null,
724
- "junction_field": null,
725
- "sort_field": null,
726
- "one_deselect_action": "nullify",
727
- "one_allowed_collections": null
728
- }
729
- },
730
- {
731
- "collection": "posts",
732
- "field": "seo",
733
- "related_collection": "seo",
734
- "schema": {
735
- "constraint_name": "posts_seo_foreign",
736
- "table": "posts",
737
- "column": "seo",
738
- "foreign_key_schema": "public",
739
- "foreign_key_table": "seo",
740
- "foreign_key_column": "id",
741
- "on_update": "NO ACTION",
742
- "on_delete": "SET NULL"
743
- },
744
- "meta": {
745
- "many_collection": "posts",
746
- "many_field": "seo",
747
- "one_collection": "seo",
748
- "one_field": null,
749
- "one_collection_field": null,
750
- "junction_field": null,
751
- "sort_field": null,
752
- "one_deselect_action": "nullify",
753
- "one_allowed_collections": null
754
- }
755
- },
756
- {
757
- "collection": "pages_projects",
758
- "field": "seo",
759
- "related_collection": "seo",
760
- "schema": {
761
- "constraint_name": "projects_settings_seo_foreign",
762
- "table": "pages_projects",
763
- "column": "seo",
764
- "foreign_key_schema": "public",
765
- "foreign_key_table": "seo",
766
- "foreign_key_column": "id",
767
- "on_update": "NO ACTION",
768
- "on_delete": "SET NULL"
769
- },
770
- "meta": {
771
- "many_collection": "pages_projects",
772
- "many_field": "seo",
773
- "one_collection": "seo",
774
- "one_field": null,
775
- "one_collection_field": null,
776
- "junction_field": null,
777
- "sort_field": null,
778
- "one_deselect_action": "nullify",
779
- "one_allowed_collections": null
780
- }
781
- },
782
- {
783
- "collection": "redirects",
784
- "field": "user_created",
785
- "related_collection": "directus_users",
786
- "schema": {
787
- "constraint_name": "redirects_user_created_foreign",
788
- "table": "redirects",
789
- "column": "user_created",
790
- "foreign_key_schema": "public",
791
- "foreign_key_table": "directus_users",
792
- "foreign_key_column": "id",
793
- "on_update": "NO ACTION",
794
- "on_delete": "NO ACTION"
795
- },
796
- "meta": {
797
- "many_collection": "redirects",
798
- "many_field": "user_created",
799
- "one_collection": "directus_users",
800
- "one_field": null,
801
- "one_collection_field": null,
802
- "junction_field": null,
803
- "sort_field": null,
804
- "one_deselect_action": "nullify",
805
- "one_allowed_collections": null
806
- }
807
- },
808
- {
809
- "collection": "redirects",
810
- "field": "user_updated",
811
- "related_collection": "directus_users",
812
- "schema": {
813
- "constraint_name": "redirects_user_updated_foreign",
814
- "table": "redirects",
815
- "column": "user_updated",
816
- "foreign_key_schema": "public",
817
- "foreign_key_table": "directus_users",
818
- "foreign_key_column": "id",
819
- "on_update": "NO ACTION",
820
- "on_delete": "NO ACTION"
821
- },
822
- "meta": {
823
- "many_collection": "redirects",
824
- "many_field": "user_updated",
825
- "one_collection": "directus_users",
826
- "one_field": null,
827
- "one_collection_field": null,
828
- "junction_field": null,
829
- "sort_field": null,
830
- "one_deselect_action": "nullify",
831
- "one_allowed_collections": null
832
- }
833
- },
834
- {
835
- "collection": "team",
836
- "field": "image",
837
- "related_collection": "directus_files",
838
- "schema": {
839
- "constraint_name": "team_image_foreign",
840
- "table": "team",
841
- "column": "image",
842
- "foreign_key_schema": "public",
843
- "foreign_key_table": "directus_files",
844
- "foreign_key_column": "id",
845
- "on_update": "NO ACTION",
846
- "on_delete": "SET NULL"
847
- },
848
- "meta": {
849
- "many_collection": "team",
850
- "many_field": "image",
851
- "one_collection": "directus_files",
852
- "one_field": null,
853
- "one_collection_field": null,
854
- "junction_field": null,
855
- "sort_field": null,
856
- "one_deselect_action": "nullify",
857
- "one_allowed_collections": null
858
- }
859
- },
860
- {
861
- "collection": "team",
862
- "field": "user_created",
863
- "related_collection": "directus_users",
864
- "schema": {
865
- "constraint_name": "team_user_created_foreign",
866
- "table": "team",
867
- "column": "user_created",
868
- "foreign_key_schema": "public",
869
- "foreign_key_table": "directus_users",
870
- "foreign_key_column": "id",
871
- "on_update": "NO ACTION",
872
- "on_delete": "NO ACTION"
873
- },
874
- "meta": {
875
- "many_collection": "team",
876
- "many_field": "user_created",
877
- "one_collection": "directus_users",
878
- "one_field": null,
879
- "one_collection_field": null,
880
- "junction_field": null,
881
- "sort_field": null,
882
- "one_deselect_action": "nullify",
883
- "one_allowed_collections": null
884
- }
885
- },
886
- {
887
- "collection": "team",
888
- "field": "user_updated",
889
- "related_collection": "directus_users",
890
- "schema": {
891
- "constraint_name": "team_user_updated_foreign",
892
- "table": "team",
893
- "column": "user_updated",
894
- "foreign_key_schema": "public",
895
- "foreign_key_table": "directus_users",
896
- "foreign_key_column": "id",
897
- "on_update": "NO ACTION",
898
- "on_delete": "NO ACTION"
899
- },
900
- "meta": {
901
- "many_collection": "team",
902
- "many_field": "user_updated",
903
- "one_collection": "directus_users",
904
- "one_field": null,
905
- "one_collection_field": null,
906
- "junction_field": null,
907
- "sort_field": null,
908
- "one_deselect_action": "nullify",
909
- "one_allowed_collections": null
910
- }
911
- },
912
- {
913
- "collection": "testimonials",
914
- "field": "company_logo",
915
- "related_collection": "directus_files",
916
- "schema": {
917
- "constraint_name": "testimonials_company_logo_foreign",
918
- "table": "testimonials",
919
- "column": "company_logo",
920
- "foreign_key_schema": "public",
921
- "foreign_key_table": "directus_files",
922
- "foreign_key_column": "id",
923
- "on_update": "NO ACTION",
924
- "on_delete": "SET NULL"
925
- },
926
- "meta": {
927
- "many_collection": "testimonials",
928
- "many_field": "company_logo",
929
- "one_collection": "directus_files",
930
- "one_field": null,
931
- "one_collection_field": null,
932
- "junction_field": null,
933
- "sort_field": null,
934
- "one_deselect_action": "nullify",
935
- "one_allowed_collections": null
936
- }
937
- },
938
- {
939
- "collection": "testimonials",
940
- "field": "image",
941
- "related_collection": "directus_files",
942
- "schema": {
943
- "constraint_name": "testimonials_image_foreign",
944
- "table": "testimonials",
945
- "column": "image",
946
- "foreign_key_schema": "public",
947
- "foreign_key_table": "directus_files",
948
- "foreign_key_column": "id",
949
- "on_update": "NO ACTION",
950
- "on_delete": "SET NULL"
951
- },
952
- "meta": {
953
- "many_collection": "testimonials",
954
- "many_field": "image",
955
- "one_collection": "directus_files",
956
- "one_field": null,
957
- "one_collection_field": null,
958
- "junction_field": null,
959
- "sort_field": null,
960
- "one_deselect_action": "nullify",
961
- "one_allowed_collections": null
962
- }
963
- },
964
- {
965
- "collection": "testimonials",
966
- "field": "user_created",
967
- "related_collection": "directus_users",
968
- "schema": {
969
- "constraint_name": "testimonials_user_created_foreign",
970
- "table": "testimonials",
971
- "column": "user_created",
972
- "foreign_key_schema": "public",
973
- "foreign_key_table": "directus_users",
974
- "foreign_key_column": "id",
975
- "on_update": "NO ACTION",
976
- "on_delete": "NO ACTION"
977
- },
978
- "meta": {
979
- "many_collection": "testimonials",
980
- "many_field": "user_created",
981
- "one_collection": "directus_users",
982
- "one_field": null,
983
- "one_collection_field": null,
984
- "junction_field": null,
985
- "sort_field": null,
986
- "one_deselect_action": "nullify",
987
- "one_allowed_collections": null
988
- }
989
- },
990
- {
991
- "collection": "testimonials",
992
- "field": "user_updated",
993
- "related_collection": "directus_users",
994
- "schema": {
995
- "constraint_name": "testimonials_user_updated_foreign",
996
- "table": "testimonials",
997
- "column": "user_updated",
998
- "foreign_key_schema": "public",
999
- "foreign_key_table": "directus_users",
1000
- "foreign_key_column": "id",
1001
- "on_update": "NO ACTION",
1002
- "on_delete": "NO ACTION"
1003
- },
1004
- "meta": {
1005
- "many_collection": "testimonials",
1006
- "many_field": "user_updated",
1007
- "one_collection": "directus_users",
1008
- "one_field": null,
1009
- "one_collection_field": null,
1010
- "junction_field": null,
1011
- "sort_field": null,
1012
- "one_deselect_action": "nullify",
1013
- "one_allowed_collections": null
1014
- }
1015
- },
1016
- {
1017
- "collection": "organizations",
1018
- "field": "user_created",
1019
- "related_collection": "directus_users",
1020
- "schema": {
1021
- "constraint_name": "organizations_user_created_foreign",
1022
- "table": "organizations",
1023
- "column": "user_created",
1024
- "foreign_key_schema": "public",
1025
- "foreign_key_table": "directus_users",
1026
- "foreign_key_column": "id",
1027
- "on_update": "NO ACTION",
1028
- "on_delete": "NO ACTION"
1029
- },
1030
- "meta": {
1031
- "many_collection": "organizations",
1032
- "many_field": "user_created",
1033
- "one_collection": "directus_users",
1034
- "one_field": null,
1035
- "one_collection_field": null,
1036
- "junction_field": null,
1037
- "sort_field": null,
1038
- "one_deselect_action": "nullify",
1039
- "one_allowed_collections": null
1040
- }
1041
- },
1042
- {
1043
- "collection": "organizations",
1044
- "field": "user_updated",
1045
- "related_collection": "directus_users",
1046
- "schema": {
1047
- "constraint_name": "organizations_user_updated_foreign",
1048
- "table": "organizations",
1049
- "column": "user_updated",
1050
- "foreign_key_schema": "public",
1051
- "foreign_key_table": "directus_users",
1052
- "foreign_key_column": "id",
1053
- "on_update": "NO ACTION",
1054
- "on_delete": "NO ACTION"
1055
- },
1056
- "meta": {
1057
- "many_collection": "organizations",
1058
- "many_field": "user_updated",
1059
- "one_collection": "directus_users",
1060
- "one_field": null,
1061
- "one_collection_field": null,
1062
- "junction_field": null,
1063
- "sort_field": null,
1064
- "one_deselect_action": "nullify",
1065
- "one_allowed_collections": null
1066
- }
1067
- },
1068
- {
1069
- "collection": "contacts",
1070
- "field": "user_created",
1071
- "related_collection": "directus_users",
1072
- "schema": {
1073
- "constraint_name": "contacts_user_created_foreign",
1074
- "table": "contacts",
1075
- "column": "user_created",
1076
- "foreign_key_schema": "public",
1077
- "foreign_key_table": "directus_users",
1078
- "foreign_key_column": "id",
1079
- "on_update": "NO ACTION",
1080
- "on_delete": "NO ACTION"
1081
- },
1082
- "meta": {
1083
- "many_collection": "contacts",
1084
- "many_field": "user_created",
1085
- "one_collection": "directus_users",
1086
- "one_field": null,
1087
- "one_collection_field": null,
1088
- "junction_field": null,
1089
- "sort_field": null,
1090
- "one_deselect_action": "nullify",
1091
- "one_allowed_collections": null
1092
- }
1093
- },
1094
- {
1095
- "collection": "contacts",
1096
- "field": "user_updated",
1097
- "related_collection": "directus_users",
1098
- "schema": {
1099
- "constraint_name": "contacts_user_updated_foreign",
1100
- "table": "contacts",
1101
- "column": "user_updated",
1102
- "foreign_key_schema": "public",
1103
- "foreign_key_table": "directus_users",
1104
- "foreign_key_column": "id",
1105
- "on_update": "NO ACTION",
1106
- "on_delete": "NO ACTION"
1107
- },
1108
- "meta": {
1109
- "many_collection": "contacts",
1110
- "many_field": "user_updated",
1111
- "one_collection": "directus_users",
1112
- "one_field": null,
1113
- "one_collection_field": null,
1114
- "junction_field": null,
1115
- "sort_field": null,
1116
- "one_deselect_action": "nullify",
1117
- "one_allowed_collections": null
1118
- }
1119
- },
1120
- {
1121
- "collection": "os_projects",
1122
- "field": "user_created",
1123
- "related_collection": "directus_users",
1124
- "schema": {
1125
- "constraint_name": "os_projects_user_created_foreign",
1126
- "table": "os_projects",
1127
- "column": "user_created",
1128
- "foreign_key_schema": "public",
1129
- "foreign_key_table": "directus_users",
1130
- "foreign_key_column": "id",
1131
- "on_update": "NO ACTION",
1132
- "on_delete": "NO ACTION"
1133
- },
1134
- "meta": {
1135
- "many_collection": "os_projects",
1136
- "many_field": "user_created",
1137
- "one_collection": "directus_users",
1138
- "one_field": null,
1139
- "one_collection_field": null,
1140
- "junction_field": null,
1141
- "sort_field": null,
1142
- "one_deselect_action": "nullify",
1143
- "one_allowed_collections": null
1144
- }
1145
- },
1146
- {
1147
- "collection": "os_projects",
1148
- "field": "user_updated",
1149
- "related_collection": "directus_users",
1150
- "schema": {
1151
- "constraint_name": "os_projects_user_updated_foreign",
1152
- "table": "os_projects",
1153
- "column": "user_updated",
1154
- "foreign_key_schema": "public",
1155
- "foreign_key_table": "directus_users",
1156
- "foreign_key_column": "id",
1157
- "on_update": "NO ACTION",
1158
- "on_delete": "NO ACTION"
1159
- },
1160
- "meta": {
1161
- "many_collection": "os_projects",
1162
- "many_field": "user_updated",
1163
- "one_collection": "directus_users",
1164
- "one_field": null,
1165
- "one_collection_field": null,
1166
- "junction_field": null,
1167
- "sort_field": null,
1168
- "one_deselect_action": "nullify",
1169
- "one_allowed_collections": null
1170
- }
1171
- },
1172
- {
1173
- "collection": "os_tasks",
1174
- "field": "user_created",
1175
- "related_collection": "directus_users",
1176
- "schema": {
1177
- "constraint_name": "os_tasks_user_created_foreign",
1178
- "table": "os_tasks",
1179
- "column": "user_created",
1180
- "foreign_key_schema": "public",
1181
- "foreign_key_table": "directus_users",
1182
- "foreign_key_column": "id",
1183
- "on_update": "NO ACTION",
1184
- "on_delete": "NO ACTION"
1185
- },
1186
- "meta": {
1187
- "many_collection": "os_tasks",
1188
- "many_field": "user_created",
1189
- "one_collection": "directus_users",
1190
- "one_field": null,
1191
- "one_collection_field": null,
1192
- "junction_field": null,
1193
- "sort_field": null,
1194
- "one_deselect_action": "nullify",
1195
- "one_allowed_collections": null
1196
- }
1197
- },
1198
- {
1199
- "collection": "os_tasks",
1200
- "field": "user_updated",
1201
- "related_collection": "directus_users",
1202
- "schema": {
1203
- "constraint_name": "os_tasks_user_updated_foreign",
1204
- "table": "os_tasks",
1205
- "column": "user_updated",
1206
- "foreign_key_schema": "public",
1207
- "foreign_key_table": "directus_users",
1208
- "foreign_key_column": "id",
1209
- "on_update": "NO ACTION",
1210
- "on_delete": "NO ACTION"
1211
- },
1212
- "meta": {
1213
- "many_collection": "os_tasks",
1214
- "many_field": "user_updated",
1215
- "one_collection": "directus_users",
1216
- "one_field": null,
1217
- "one_collection_field": null,
1218
- "junction_field": null,
1219
- "sort_field": null,
1220
- "one_deselect_action": "nullify",
1221
- "one_allowed_collections": null
1222
- }
1223
- },
1224
- {
1225
- "collection": "os_invoices",
1226
- "field": "user_created",
1227
- "related_collection": "directus_users",
1228
- "schema": {
1229
- "constraint_name": "os_invoices_user_created_foreign",
1230
- "table": "os_invoices",
1231
- "column": "user_created",
1232
- "foreign_key_schema": "public",
1233
- "foreign_key_table": "directus_users",
1234
- "foreign_key_column": "id",
1235
- "on_update": "NO ACTION",
1236
- "on_delete": "NO ACTION"
1237
- },
1238
- "meta": {
1239
- "many_collection": "os_invoices",
1240
- "many_field": "user_created",
1241
- "one_collection": "directus_users",
1242
- "one_field": null,
1243
- "one_collection_field": null,
1244
- "junction_field": null,
1245
- "sort_field": null,
1246
- "one_deselect_action": "nullify",
1247
- "one_allowed_collections": null
1248
- }
1249
- },
1250
- {
1251
- "collection": "os_invoices",
1252
- "field": "user_updated",
1253
- "related_collection": "directus_users",
1254
- "schema": {
1255
- "constraint_name": "os_invoices_user_updated_foreign",
1256
- "table": "os_invoices",
1257
- "column": "user_updated",
1258
- "foreign_key_schema": "public",
1259
- "foreign_key_table": "directus_users",
1260
- "foreign_key_column": "id",
1261
- "on_update": "NO ACTION",
1262
- "on_delete": "NO ACTION"
1263
- },
1264
- "meta": {
1265
- "many_collection": "os_invoices",
1266
- "many_field": "user_updated",
1267
- "one_collection": "directus_users",
1268
- "one_field": null,
1269
- "one_collection_field": null,
1270
- "junction_field": null,
1271
- "sort_field": null,
1272
- "one_deselect_action": "nullify",
1273
- "one_allowed_collections": null
1274
- }
1275
- },
1276
- {
1277
- "collection": "os_deals",
1278
- "field": "user_created",
1279
- "related_collection": "directus_users",
1280
- "schema": {
1281
- "constraint_name": "os_deals_user_created_foreign",
1282
- "table": "os_deals",
1283
- "column": "user_created",
1284
- "foreign_key_schema": "public",
1285
- "foreign_key_table": "directus_users",
1286
- "foreign_key_column": "id",
1287
- "on_update": "NO ACTION",
1288
- "on_delete": "NO ACTION"
1289
- },
1290
- "meta": {
1291
- "many_collection": "os_deals",
1292
- "many_field": "user_created",
1293
- "one_collection": "directus_users",
1294
- "one_field": null,
1295
- "one_collection_field": null,
1296
- "junction_field": null,
1297
- "sort_field": null,
1298
- "one_deselect_action": "nullify",
1299
- "one_allowed_collections": null
1300
- }
1301
- },
1302
- {
1303
- "collection": "os_deals",
1304
- "field": "user_updated",
1305
- "related_collection": "directus_users",
1306
- "schema": {
1307
- "constraint_name": "os_deals_user_updated_foreign",
1308
- "table": "os_deals",
1309
- "column": "user_updated",
1310
- "foreign_key_schema": "public",
1311
- "foreign_key_table": "directus_users",
1312
- "foreign_key_column": "id",
1313
- "on_update": "NO ACTION",
1314
- "on_delete": "NO ACTION"
1315
- },
1316
- "meta": {
1317
- "many_collection": "os_deals",
1318
- "many_field": "user_updated",
1319
- "one_collection": "directus_users",
1320
- "one_field": null,
1321
- "one_collection_field": null,
1322
- "junction_field": null,
1323
- "sort_field": null,
1324
- "one_deselect_action": "nullify",
1325
- "one_allowed_collections": null
1326
- }
1327
- },
1328
- {
1329
- "collection": "os_payments",
1330
- "field": "user_created",
1331
- "related_collection": "directus_users",
1332
- "schema": {
1333
- "constraint_name": "os_payments_user_created_foreign",
1334
- "table": "os_payments",
1335
- "column": "user_created",
1336
- "foreign_key_schema": "public",
1337
- "foreign_key_table": "directus_users",
1338
- "foreign_key_column": "id",
1339
- "on_update": "NO ACTION",
1340
- "on_delete": "NO ACTION"
1341
- },
1342
- "meta": {
1343
- "many_collection": "os_payments",
1344
- "many_field": "user_created",
1345
- "one_collection": "directus_users",
1346
- "one_field": null,
1347
- "one_collection_field": null,
1348
- "junction_field": null,
1349
- "sort_field": null,
1350
- "one_deselect_action": "nullify",
1351
- "one_allowed_collections": null
1352
- }
1353
- },
1354
- {
1355
- "collection": "os_payments",
1356
- "field": "user_updated",
1357
- "related_collection": "directus_users",
1358
- "schema": {
1359
- "constraint_name": "os_payments_user_updated_foreign",
1360
- "table": "os_payments",
1361
- "column": "user_updated",
1362
- "foreign_key_schema": "public",
1363
- "foreign_key_table": "directus_users",
1364
- "foreign_key_column": "id",
1365
- "on_update": "NO ACTION",
1366
- "on_delete": "NO ACTION"
1367
- },
1368
- "meta": {
1369
- "many_collection": "os_payments",
1370
- "many_field": "user_updated",
1371
- "one_collection": "directus_users",
1372
- "one_field": null,
1373
- "one_collection_field": null,
1374
- "junction_field": null,
1375
- "sort_field": null,
1376
- "one_deselect_action": "nullify",
1377
- "one_allowed_collections": null
1378
- }
1379
- },
1380
- {
1381
- "collection": "os_expenses",
1382
- "field": "user_created",
1383
- "related_collection": "directus_users",
1384
- "schema": {
1385
- "constraint_name": "os_expenses_user_created_foreign",
1386
- "table": "os_expenses",
1387
- "column": "user_created",
1388
- "foreign_key_schema": "public",
1389
- "foreign_key_table": "directus_users",
1390
- "foreign_key_column": "id",
1391
- "on_update": "NO ACTION",
1392
- "on_delete": "NO ACTION"
1393
- },
1394
- "meta": {
1395
- "many_collection": "os_expenses",
1396
- "many_field": "user_created",
1397
- "one_collection": "directus_users",
1398
- "one_field": null,
1399
- "one_collection_field": null,
1400
- "junction_field": null,
1401
- "sort_field": null,
1402
- "one_deselect_action": "nullify",
1403
- "one_allowed_collections": null
1404
- }
1405
- },
1406
- {
1407
- "collection": "os_expenses",
1408
- "field": "user_updated",
1409
- "related_collection": "directus_users",
1410
- "schema": {
1411
- "constraint_name": "os_expenses_user_updated_foreign",
1412
- "table": "os_expenses",
1413
- "column": "user_updated",
1414
- "foreign_key_schema": "public",
1415
- "foreign_key_table": "directus_users",
1416
- "foreign_key_column": "id",
1417
- "on_update": "NO ACTION",
1418
- "on_delete": "NO ACTION"
1419
- },
1420
- "meta": {
1421
- "many_collection": "os_expenses",
1422
- "many_field": "user_updated",
1423
- "one_collection": "directus_users",
1424
- "one_field": null,
1425
- "one_collection_field": null,
1426
- "junction_field": null,
1427
- "sort_field": null,
1428
- "one_deselect_action": "nullify",
1429
- "one_allowed_collections": null
1430
- }
1431
- },
1432
- {
1433
- "collection": "os_invoice_items",
1434
- "field": "user_updated",
1435
- "related_collection": "directus_users",
1436
- "schema": {
1437
- "constraint_name": "os_invoice_items_user_updated_foreign",
1438
- "table": "os_invoice_items",
1439
- "column": "user_updated",
1440
- "foreign_key_schema": "public",
1441
- "foreign_key_table": "directus_users",
1442
- "foreign_key_column": "id",
1443
- "on_update": "NO ACTION",
1444
- "on_delete": "NO ACTION"
1445
- },
1446
- "meta": {
1447
- "many_collection": "os_invoice_items",
1448
- "many_field": "user_updated",
1449
- "one_collection": "directus_users",
1450
- "one_field": null,
1451
- "one_collection_field": null,
1452
- "junction_field": null,
1453
- "sort_field": null,
1454
- "one_deselect_action": "nullify",
1455
- "one_allowed_collections": null
1456
- }
1457
- },
1458
- {
1459
- "collection": "os_invoice_items",
1460
- "field": "user_created",
1461
- "related_collection": "directus_users",
1462
- "schema": {
1463
- "constraint_name": "os_invoice_items_user_created_foreign",
1464
- "table": "os_invoice_items",
1465
- "column": "user_created",
1466
- "foreign_key_schema": "public",
1467
- "foreign_key_table": "directus_users",
1468
- "foreign_key_column": "id",
1469
- "on_update": "NO ACTION",
1470
- "on_delete": "NO ACTION"
1471
- },
1472
- "meta": {
1473
- "many_collection": "os_invoice_items",
1474
- "many_field": "user_created",
1475
- "one_collection": "directus_users",
1476
- "one_field": null,
1477
- "one_collection_field": null,
1478
- "junction_field": null,
1479
- "sort_field": null,
1480
- "one_deselect_action": "nullify",
1481
- "one_allowed_collections": null
1482
- }
1483
- },
1484
- {
1485
- "collection": "contacts",
1486
- "field": "user",
1487
- "related_collection": "directus_users",
1488
- "schema": {
1489
- "constraint_name": "contacts_user_foreign",
1490
- "table": "contacts",
1491
- "column": "user",
1492
- "foreign_key_schema": "public",
1493
- "foreign_key_table": "directus_users",
1494
- "foreign_key_column": "id",
1495
- "on_update": "NO ACTION",
1496
- "on_delete": "SET NULL"
1497
- },
1498
- "meta": {
1499
- "many_collection": "contacts",
1500
- "many_field": "user",
1501
- "one_collection": "directus_users",
1502
- "one_field": "contacts",
1503
- "one_collection_field": null,
1504
- "junction_field": null,
1505
- "sort_field": null,
1506
- "one_deselect_action": "nullify",
1507
- "one_allowed_collections": null
1508
- }
1509
- },
1510
- {
1511
- "collection": "os_deals",
1512
- "field": "owner",
1513
- "related_collection": "directus_users",
1514
- "schema": {
1515
- "constraint_name": "os_deals_owner_foreign",
1516
- "table": "os_deals",
1517
- "column": "owner",
1518
- "foreign_key_schema": "public",
1519
- "foreign_key_table": "directus_users",
1520
- "foreign_key_column": "id",
1521
- "on_update": "NO ACTION",
1522
- "on_delete": "SET NULL"
1523
- },
1524
- "meta": {
1525
- "many_collection": "os_deals",
1526
- "many_field": "owner",
1527
- "one_collection": "directus_users",
1528
- "one_field": null,
1529
- "one_collection_field": null,
1530
- "junction_field": null,
1531
- "sort_field": null,
1532
- "one_deselect_action": "nullify",
1533
- "one_allowed_collections": null
1534
- }
1535
- },
1536
- {
1537
- "collection": "os_deal_stages",
1538
- "field": "user_created",
1539
- "related_collection": "directus_users",
1540
- "schema": {
1541
- "constraint_name": "os_deal_stages_user_created_foreign",
1542
- "table": "os_deal_stages",
1543
- "column": "user_created",
1544
- "foreign_key_schema": "public",
1545
- "foreign_key_table": "directus_users",
1546
- "foreign_key_column": "id",
1547
- "on_update": "NO ACTION",
1548
- "on_delete": "NO ACTION"
1549
- },
1550
- "meta": {
1551
- "many_collection": "os_deal_stages",
1552
- "many_field": "user_created",
1553
- "one_collection": "directus_users",
1554
- "one_field": null,
1555
- "one_collection_field": null,
1556
- "junction_field": null,
1557
- "sort_field": null,
1558
- "one_deselect_action": "nullify",
1559
- "one_allowed_collections": null
1560
- }
1561
- },
1562
- {
1563
- "collection": "os_deal_stages",
1564
- "field": "user_updated",
1565
- "related_collection": "directus_users",
1566
- "schema": {
1567
- "constraint_name": "os_deal_stages_user_updated_foreign",
1568
- "table": "os_deal_stages",
1569
- "column": "user_updated",
1570
- "foreign_key_schema": "public",
1571
- "foreign_key_table": "directus_users",
1572
- "foreign_key_column": "id",
1573
- "on_update": "NO ACTION",
1574
- "on_delete": "NO ACTION"
1575
- },
1576
- "meta": {
1577
- "many_collection": "os_deal_stages",
1578
- "many_field": "user_updated",
1579
- "one_collection": "directus_users",
1580
- "one_field": null,
1581
- "one_collection_field": null,
1582
- "junction_field": null,
1583
- "sort_field": null,
1584
- "one_deselect_action": "nullify",
1585
- "one_allowed_collections": null
1586
- }
1587
- },
1588
- {
1589
- "collection": "os_deals",
1590
- "field": "organization",
1591
- "related_collection": "organizations",
1592
- "schema": {
1593
- "constraint_name": "os_deals_organization_foreign",
1594
- "table": "os_deals",
1595
- "column": "organization",
1596
- "foreign_key_schema": "public",
1597
- "foreign_key_table": "organizations",
1598
- "foreign_key_column": "id",
1599
- "on_update": "NO ACTION",
1600
- "on_delete": "SET NULL"
1601
- },
1602
- "meta": {
1603
- "many_collection": "os_deals",
1604
- "many_field": "organization",
1605
- "one_collection": "organizations",
1606
- "one_field": null,
1607
- "one_collection_field": null,
1608
- "junction_field": null,
1609
- "sort_field": null,
1610
- "one_deselect_action": "nullify",
1611
- "one_allowed_collections": null
1612
- }
1613
- },
1614
- {
1615
- "collection": "os_deals",
1616
- "field": "deal_stage",
1617
- "related_collection": "os_deal_stages",
1618
- "schema": {
1619
- "constraint_name": "os_deals_deal_stage_foreign",
1620
- "table": "os_deals",
1621
- "column": "deal_stage",
1622
- "foreign_key_schema": "public",
1623
- "foreign_key_table": "os_deal_stages",
1624
- "foreign_key_column": "id",
1625
- "on_update": "NO ACTION",
1626
- "on_delete": "SET NULL"
1627
- },
1628
- "meta": {
1629
- "many_collection": "os_deals",
1630
- "many_field": "deal_stage",
1631
- "one_collection": "os_deal_stages",
1632
- "one_field": null,
1633
- "one_collection_field": null,
1634
- "junction_field": null,
1635
- "sort_field": null,
1636
- "one_deselect_action": "nullify",
1637
- "one_allowed_collections": null
1638
- }
1639
- },
1640
- {
1641
- "collection": "os_project_templates",
1642
- "field": "user_created",
1643
- "related_collection": "directus_users",
1644
- "schema": {
1645
- "constraint_name": "os_project_templates_user_created_foreign",
1646
- "table": "os_project_templates",
1647
- "column": "user_created",
1648
- "foreign_key_schema": "public",
1649
- "foreign_key_table": "directus_users",
1650
- "foreign_key_column": "id",
1651
- "on_update": "NO ACTION",
1652
- "on_delete": "NO ACTION"
1653
- },
1654
- "meta": {
1655
- "many_collection": "os_project_templates",
1656
- "many_field": "user_created",
1657
- "one_collection": "directus_users",
1658
- "one_field": null,
1659
- "one_collection_field": null,
1660
- "junction_field": null,
1661
- "sort_field": null,
1662
- "one_deselect_action": "nullify",
1663
- "one_allowed_collections": null
1664
- }
1665
- },
1666
- {
1667
- "collection": "os_project_templates",
1668
- "field": "user_updated",
1669
- "related_collection": "directus_users",
1670
- "schema": {
1671
- "constraint_name": "os_project_templates_user_updated_foreign",
1672
- "table": "os_project_templates",
1673
- "column": "user_updated",
1674
- "foreign_key_schema": "public",
1675
- "foreign_key_table": "directus_users",
1676
- "foreign_key_column": "id",
1677
- "on_update": "NO ACTION",
1678
- "on_delete": "NO ACTION"
1679
- },
1680
- "meta": {
1681
- "many_collection": "os_project_templates",
1682
- "many_field": "user_updated",
1683
- "one_collection": "directus_users",
1684
- "one_field": null,
1685
- "one_collection_field": null,
1686
- "junction_field": null,
1687
- "sort_field": null,
1688
- "one_deselect_action": "nullify",
1689
- "one_allowed_collections": null
1690
- }
1691
- },
1692
- {
1693
- "collection": "os_expenses",
1694
- "field": "file",
1695
- "related_collection": "directus_files",
1696
- "schema": {
1697
- "constraint_name": "os_expenses_file_foreign",
1698
- "table": "os_expenses",
1699
- "column": "file",
1700
- "foreign_key_schema": "public",
1701
- "foreign_key_table": "directus_files",
1702
- "foreign_key_column": "id",
1703
- "on_update": "NO ACTION",
1704
- "on_delete": "SET NULL"
1705
- },
1706
- "meta": {
1707
- "many_collection": "os_expenses",
1708
- "many_field": "file",
1709
- "one_collection": "directus_files",
1710
- "one_field": null,
1711
- "one_collection_field": null,
1712
- "junction_field": null,
1713
- "sort_field": null,
1714
- "one_deselect_action": "nullify",
1715
- "one_allowed_collections": null
1716
- }
1717
- },
1718
- {
1719
- "collection": "os_expenses",
1720
- "field": "project",
1721
- "related_collection": "os_projects",
1722
- "schema": {
1723
- "constraint_name": "os_expenses_project_foreign",
1724
- "table": "os_expenses",
1725
- "column": "project",
1726
- "foreign_key_schema": "public",
1727
- "foreign_key_table": "os_projects",
1728
- "foreign_key_column": "id",
1729
- "on_update": "NO ACTION",
1730
- "on_delete": "SET NULL"
1731
- },
1732
- "meta": {
1733
- "many_collection": "os_expenses",
1734
- "many_field": "project",
1735
- "one_collection": "os_projects",
1736
- "one_field": "expenses",
1737
- "one_collection_field": null,
1738
- "junction_field": null,
1739
- "sort_field": null,
1740
- "one_deselect_action": "nullify",
1741
- "one_allowed_collections": null
1742
- }
1743
- },
1744
- {
1745
- "collection": "os_tasks",
1746
- "field": "assigned_to",
1747
- "related_collection": "directus_users",
1748
- "schema": {
1749
- "constraint_name": "os_tasks_assigned_to_foreign",
1750
- "table": "os_tasks",
1751
- "column": "assigned_to",
1752
- "foreign_key_schema": "public",
1753
- "foreign_key_table": "directus_users",
1754
- "foreign_key_column": "id",
1755
- "on_update": "NO ACTION",
1756
- "on_delete": "SET NULL"
1757
- },
1758
- "meta": {
1759
- "many_collection": "os_tasks",
1760
- "many_field": "assigned_to",
1761
- "one_collection": "directus_users",
1762
- "one_field": null,
1763
- "one_collection_field": null,
1764
- "junction_field": null,
1765
- "sort_field": null,
1766
- "one_deselect_action": "nullify",
1767
- "one_allowed_collections": null
1768
- }
1769
- },
1770
- {
1771
- "collection": "organizations",
1772
- "field": "logo",
1773
- "related_collection": "directus_files",
1774
- "schema": {
1775
- "constraint_name": "organizations_logo_foreign",
1776
- "table": "organizations",
1777
- "column": "logo",
1778
- "foreign_key_schema": "public",
1779
- "foreign_key_table": "directus_files",
1780
- "foreign_key_column": "id",
1781
- "on_update": "NO ACTION",
1782
- "on_delete": "SET NULL"
1783
- },
1784
- "meta": {
1785
- "many_collection": "organizations",
1786
- "many_field": "logo",
1787
- "one_collection": "directus_files",
1788
- "one_field": null,
1789
- "one_collection_field": null,
1790
- "junction_field": null,
1791
- "sort_field": null,
1792
- "one_deselect_action": "nullify",
1793
- "one_allowed_collections": null
1794
- }
1795
- },
1796
- {
1797
- "collection": "os_proposals",
1798
- "field": "user_created",
1799
- "related_collection": "directus_users",
1800
- "schema": {
1801
- "constraint_name": "os_proposals_user_created_foreign",
1802
- "table": "os_proposals",
1803
- "column": "user_created",
1804
- "foreign_key_schema": "public",
1805
- "foreign_key_table": "directus_users",
1806
- "foreign_key_column": "id",
1807
- "on_update": "NO ACTION",
1808
- "on_delete": "NO ACTION"
1809
- },
1810
- "meta": {
1811
- "many_collection": "os_proposals",
1812
- "many_field": "user_created",
1813
- "one_collection": "directus_users",
1814
- "one_field": null,
1815
- "one_collection_field": null,
1816
- "junction_field": null,
1817
- "sort_field": null,
1818
- "one_deselect_action": "nullify",
1819
- "one_allowed_collections": null
1820
- }
1821
- },
1822
- {
1823
- "collection": "os_proposals",
1824
- "field": "user_updated",
1825
- "related_collection": "directus_users",
1826
- "schema": {
1827
- "constraint_name": "os_proposals_user_updated_foreign",
1828
- "table": "os_proposals",
1829
- "column": "user_updated",
1830
- "foreign_key_schema": "public",
1831
- "foreign_key_table": "directus_users",
1832
- "foreign_key_column": "id",
1833
- "on_update": "NO ACTION",
1834
- "on_delete": "NO ACTION"
1835
- },
1836
- "meta": {
1837
- "many_collection": "os_proposals",
1838
- "many_field": "user_updated",
1839
- "one_collection": "directus_users",
1840
- "one_field": null,
1841
- "one_collection_field": null,
1842
- "junction_field": null,
1843
- "sort_field": null,
1844
- "one_deselect_action": "nullify",
1845
- "one_allowed_collections": null
1846
- }
1847
- },
1848
- {
1849
- "collection": "os_invoices",
1850
- "field": "organization",
1851
- "related_collection": "organizations",
1852
- "schema": {
1853
- "constraint_name": "os_invoices_organization_foreign",
1854
- "table": "os_invoices",
1855
- "column": "organization",
1856
- "foreign_key_schema": "public",
1857
- "foreign_key_table": "organizations",
1858
- "foreign_key_column": "id",
1859
- "on_update": "NO ACTION",
1860
- "on_delete": "SET NULL"
1861
- },
1862
- "meta": {
1863
- "many_collection": "os_invoices",
1864
- "many_field": "organization",
1865
- "one_collection": "organizations",
1866
- "one_field": null,
1867
- "one_collection_field": null,
1868
- "junction_field": null,
1869
- "sort_field": null,
1870
- "one_deselect_action": "nullify",
1871
- "one_allowed_collections": null
1872
- }
1873
- },
1874
- {
1875
- "collection": "os_invoices",
1876
- "field": "contact",
1877
- "related_collection": "contacts",
1878
- "schema": {
1879
- "constraint_name": "os_invoices_contact_foreign",
1880
- "table": "os_invoices",
1881
- "column": "contact",
1882
- "foreign_key_schema": "public",
1883
- "foreign_key_table": "contacts",
1884
- "foreign_key_column": "id",
1885
- "on_update": "NO ACTION",
1886
- "on_delete": "SET NULL"
1887
- },
1888
- "meta": {
1889
- "many_collection": "os_invoices",
1890
- "many_field": "contact",
1891
- "one_collection": "contacts",
1892
- "one_field": null,
1893
- "one_collection_field": null,
1894
- "junction_field": null,
1895
- "sort_field": null,
1896
- "one_deselect_action": "nullify",
1897
- "one_allowed_collections": null
1898
- }
1899
- },
1900
- {
1901
- "collection": "os_tax_rates",
1902
- "field": "user_created",
1903
- "related_collection": "directus_users",
1904
- "schema": {
1905
- "constraint_name": "os_tax_rates_user_created_foreign",
1906
- "table": "os_tax_rates",
1907
- "column": "user_created",
1908
- "foreign_key_schema": "public",
1909
- "foreign_key_table": "directus_users",
1910
- "foreign_key_column": "id",
1911
- "on_update": "NO ACTION",
1912
- "on_delete": "NO ACTION"
1913
- },
1914
- "meta": {
1915
- "many_collection": "os_tax_rates",
1916
- "many_field": "user_created",
1917
- "one_collection": "directus_users",
1918
- "one_field": null,
1919
- "one_collection_field": null,
1920
- "junction_field": null,
1921
- "sort_field": null,
1922
- "one_deselect_action": "nullify",
1923
- "one_allowed_collections": null
1924
- }
1925
- },
1926
- {
1927
- "collection": "os_tax_rates",
1928
- "field": "user_updated",
1929
- "related_collection": "directus_users",
1930
- "schema": {
1931
- "constraint_name": "os_tax_rates_user_updated_foreign",
1932
- "table": "os_tax_rates",
1933
- "column": "user_updated",
1934
- "foreign_key_schema": "public",
1935
- "foreign_key_table": "directus_users",
1936
- "foreign_key_column": "id",
1937
- "on_update": "NO ACTION",
1938
- "on_delete": "NO ACTION"
1939
- },
1940
- "meta": {
1941
- "many_collection": "os_tax_rates",
1942
- "many_field": "user_updated",
1943
- "one_collection": "directus_users",
1944
- "one_field": null,
1945
- "one_collection_field": null,
1946
- "junction_field": null,
1947
- "sort_field": null,
1948
- "one_deselect_action": "nullify",
1949
- "one_allowed_collections": null
1950
- }
1951
- },
1952
- {
1953
- "collection": "os_invoice_items",
1954
- "field": "tax_rate",
1955
- "related_collection": "os_tax_rates",
1956
- "schema": {
1957
- "constraint_name": "os_invoice_items_tax_rate_foreign",
1958
- "table": "os_invoice_items",
1959
- "column": "tax_rate",
1960
- "foreign_key_schema": "public",
1961
- "foreign_key_table": "os_tax_rates",
1962
- "foreign_key_column": "id",
1963
- "on_update": "NO ACTION",
1964
- "on_delete": "SET NULL"
1965
- },
1966
- "meta": {
1967
- "many_collection": "os_invoice_items",
1968
- "many_field": "tax_rate",
1969
- "one_collection": "os_tax_rates",
1970
- "one_field": null,
1971
- "one_collection_field": null,
1972
- "junction_field": null,
1973
- "sort_field": null,
1974
- "one_deselect_action": "nullify",
1975
- "one_allowed_collections": null
1976
- }
1977
- },
1978
- {
1979
- "collection": "os_activities",
1980
- "field": "user_created",
1981
- "related_collection": "directus_users",
1982
- "schema": {
1983
- "constraint_name": "os_activities_user_created_foreign",
1984
- "table": "os_activities",
1985
- "column": "user_created",
1986
- "foreign_key_schema": "public",
1987
- "foreign_key_table": "directus_users",
1988
- "foreign_key_column": "id",
1989
- "on_update": "NO ACTION",
1990
- "on_delete": "NO ACTION"
1991
- },
1992
- "meta": {
1993
- "many_collection": "os_activities",
1994
- "many_field": "user_created",
1995
- "one_collection": "directus_users",
1996
- "one_field": null,
1997
- "one_collection_field": null,
1998
- "junction_field": null,
1999
- "sort_field": null,
2000
- "one_deselect_action": "nullify",
2001
- "one_allowed_collections": null
2002
- }
2003
- },
2004
- {
2005
- "collection": "os_activities",
2006
- "field": "user_updated",
2007
- "related_collection": "directus_users",
2008
- "schema": {
2009
- "constraint_name": "os_activities_user_updated_foreign",
2010
- "table": "os_activities",
2011
- "column": "user_updated",
2012
- "foreign_key_schema": "public",
2013
- "foreign_key_table": "directus_users",
2014
- "foreign_key_column": "id",
2015
- "on_update": "NO ACTION",
2016
- "on_delete": "NO ACTION"
2017
- },
2018
- "meta": {
2019
- "many_collection": "os_activities",
2020
- "many_field": "user_updated",
2021
- "one_collection": "directus_users",
2022
- "one_field": null,
2023
- "one_collection_field": null,
2024
- "junction_field": null,
2025
- "sort_field": null,
2026
- "one_deselect_action": "nullify",
2027
- "one_allowed_collections": null
2028
- }
2029
- },
2030
- {
2031
- "collection": "os_activities",
2032
- "field": "deal",
2033
- "related_collection": "os_deals",
2034
- "schema": {
2035
- "constraint_name": "os_activities_deal_foreign",
2036
- "table": "os_activities",
2037
- "column": "deal",
2038
- "foreign_key_schema": "public",
2039
- "foreign_key_table": "os_deals",
2040
- "foreign_key_column": "id",
2041
- "on_update": "NO ACTION",
2042
- "on_delete": "SET NULL"
2043
- },
2044
- "meta": {
2045
- "many_collection": "os_activities",
2046
- "many_field": "deal",
2047
- "one_collection": "os_deals",
2048
- "one_field": "activities",
2049
- "one_collection_field": null,
2050
- "junction_field": null,
2051
- "sort_field": null,
2052
- "one_deselect_action": "nullify",
2053
- "one_allowed_collections": null
2054
- }
2055
- },
2056
- {
2057
- "collection": "os_activities",
2058
- "field": "organization",
2059
- "related_collection": "organizations",
2060
- "schema": {
2061
- "constraint_name": "os_activities_organization_foreign",
2062
- "table": "os_activities",
2063
- "column": "organization",
2064
- "foreign_key_schema": "public",
2065
- "foreign_key_table": "organizations",
2066
- "foreign_key_column": "id",
2067
- "on_update": "NO ACTION",
2068
- "on_delete": "SET NULL"
2069
- },
2070
- "meta": {
2071
- "many_collection": "os_activities",
2072
- "many_field": "organization",
2073
- "one_collection": "organizations",
2074
- "one_field": null,
2075
- "one_collection_field": null,
2076
- "junction_field": null,
2077
- "sort_field": null,
2078
- "one_deselect_action": "nullify",
2079
- "one_allowed_collections": null
2080
- }
2081
- },
2082
- {
2083
- "collection": "os_projects",
2084
- "field": "organization",
2085
- "related_collection": "organizations",
2086
- "schema": {
2087
- "constraint_name": "os_projects_organization_foreign",
2088
- "table": "os_projects",
2089
- "column": "organization",
2090
- "foreign_key_schema": "public",
2091
- "foreign_key_table": "organizations",
2092
- "foreign_key_column": "id",
2093
- "on_update": "NO ACTION",
2094
- "on_delete": "SET NULL"
2095
- },
2096
- "meta": {
2097
- "many_collection": "os_projects",
2098
- "many_field": "organization",
2099
- "one_collection": "organizations",
2100
- "one_field": null,
2101
- "one_collection_field": null,
2102
- "junction_field": null,
2103
- "sort_field": null,
2104
- "one_deselect_action": "nullify",
2105
- "one_allowed_collections": null
2106
- }
2107
- },
2108
- {
2109
- "collection": "os_proposals",
2110
- "field": "organization",
2111
- "related_collection": "organizations",
2112
- "schema": {
2113
- "constraint_name": "os_proposals_organization_foreign",
2114
- "table": "os_proposals",
2115
- "column": "organization",
2116
- "foreign_key_schema": "public",
2117
- "foreign_key_table": "organizations",
2118
- "foreign_key_column": "id",
2119
- "on_update": "NO ACTION",
2120
- "on_delete": "SET NULL"
2121
- },
2122
- "meta": {
2123
- "many_collection": "os_proposals",
2124
- "many_field": "organization",
2125
- "one_collection": "organizations",
2126
- "one_field": null,
2127
- "one_collection_field": null,
2128
- "junction_field": null,
2129
- "sort_field": null,
2130
- "one_deselect_action": "nullify",
2131
- "one_allowed_collections": null
2132
- }
2133
- },
2134
- {
2135
- "collection": "os_invoices",
2136
- "field": "project",
2137
- "related_collection": "os_projects",
2138
- "schema": {
2139
- "constraint_name": "os_invoices_project_foreign",
2140
- "table": "os_invoices",
2141
- "column": "project",
2142
- "foreign_key_schema": "public",
2143
- "foreign_key_table": "os_projects",
2144
- "foreign_key_column": "id",
2145
- "on_update": "NO ACTION",
2146
- "on_delete": "SET NULL"
2147
- },
2148
- "meta": {
2149
- "many_collection": "os_invoices",
2150
- "many_field": "project",
2151
- "one_collection": "os_projects",
2152
- "one_field": "invoices",
2153
- "one_collection_field": null,
2154
- "junction_field": null,
2155
- "sort_field": null,
2156
- "one_deselect_action": "nullify",
2157
- "one_allowed_collections": null
2158
- }
2159
- },
2160
- {
2161
- "collection": "organization_addresses",
2162
- "field": "user_updated",
2163
- "related_collection": "directus_users",
2164
- "schema": {
2165
- "constraint_name": "organization_addresses_user_updated_foreign",
2166
- "table": "organization_addresses",
2167
- "column": "user_updated",
2168
- "foreign_key_schema": "public",
2169
- "foreign_key_table": "directus_users",
2170
- "foreign_key_column": "id",
2171
- "on_update": "NO ACTION",
2172
- "on_delete": "NO ACTION"
2173
- },
2174
- "meta": {
2175
- "many_collection": "organization_addresses",
2176
- "many_field": "user_updated",
2177
- "one_collection": "directus_users",
2178
- "one_field": null,
2179
- "one_collection_field": null,
2180
- "junction_field": null,
2181
- "sort_field": null,
2182
- "one_deselect_action": "nullify",
2183
- "one_allowed_collections": null
2184
- }
2185
- },
2186
- {
2187
- "collection": "organization_addresses",
2188
- "field": "user_created",
2189
- "related_collection": "directus_users",
2190
- "schema": {
2191
- "constraint_name": "organization_addresses_user_created_foreign",
2192
- "table": "organization_addresses",
2193
- "column": "user_created",
2194
- "foreign_key_schema": "public",
2195
- "foreign_key_table": "directus_users",
2196
- "foreign_key_column": "id",
2197
- "on_update": "NO ACTION",
2198
- "on_delete": "NO ACTION"
2199
- },
2200
- "meta": {
2201
- "many_collection": "organization_addresses",
2202
- "many_field": "user_created",
2203
- "one_collection": "directus_users",
2204
- "one_field": null,
2205
- "one_collection_field": null,
2206
- "junction_field": null,
2207
- "sort_field": null,
2208
- "one_deselect_action": "nullify",
2209
- "one_allowed_collections": null
2210
- }
2211
- },
2212
- {
2213
- "collection": "os_payment_terms",
2214
- "field": "user_created",
2215
- "related_collection": "directus_users",
2216
- "schema": {
2217
- "constraint_name": "os_payment_terms_user_created_foreign",
2218
- "table": "os_payment_terms",
2219
- "column": "user_created",
2220
- "foreign_key_schema": "public",
2221
- "foreign_key_table": "directus_users",
2222
- "foreign_key_column": "id",
2223
- "on_update": "NO ACTION",
2224
- "on_delete": "NO ACTION"
2225
- },
2226
- "meta": {
2227
- "many_collection": "os_payment_terms",
2228
- "many_field": "user_created",
2229
- "one_collection": "directus_users",
2230
- "one_field": null,
2231
- "one_collection_field": null,
2232
- "junction_field": null,
2233
- "sort_field": null,
2234
- "one_deselect_action": "nullify",
2235
- "one_allowed_collections": null
2236
- }
2237
- },
2238
- {
2239
- "collection": "os_payment_terms",
2240
- "field": "user_updated",
2241
- "related_collection": "directus_users",
2242
- "schema": {
2243
- "constraint_name": "os_payment_terms_user_updated_foreign",
2244
- "table": "os_payment_terms",
2245
- "column": "user_updated",
2246
- "foreign_key_schema": "public",
2247
- "foreign_key_table": "directus_users",
2248
- "foreign_key_column": "id",
2249
- "on_update": "NO ACTION",
2250
- "on_delete": "NO ACTION"
2251
- },
2252
- "meta": {
2253
- "many_collection": "os_payment_terms",
2254
- "many_field": "user_updated",
2255
- "one_collection": "directus_users",
2256
- "one_field": null,
2257
- "one_collection_field": null,
2258
- "junction_field": null,
2259
- "sort_field": null,
2260
- "one_deselect_action": "nullify",
2261
- "one_allowed_collections": null
2262
- }
2263
- },
2264
- {
2265
- "collection": "os_projects",
2266
- "field": "owner",
2267
- "related_collection": "directus_users",
2268
- "schema": {
2269
- "constraint_name": "os_projects_owner_foreign",
2270
- "table": "os_projects",
2271
- "column": "owner",
2272
- "foreign_key_schema": "public",
2273
- "foreign_key_table": "directus_users",
2274
- "foreign_key_column": "id",
2275
- "on_update": "NO ACTION",
2276
- "on_delete": "SET NULL"
2277
- },
2278
- "meta": {
2279
- "many_collection": "os_projects",
2280
- "many_field": "owner",
2281
- "one_collection": "directus_users",
2282
- "one_field": null,
2283
- "one_collection_field": null,
2284
- "junction_field": null,
2285
- "sort_field": null,
2286
- "one_deselect_action": "nullify",
2287
- "one_allowed_collections": null
2288
- }
2289
- },
2290
- {
2291
- "collection": "os_activities",
2292
- "field": "assigned_to",
2293
- "related_collection": "directus_users",
2294
- "schema": {
2295
- "constraint_name": "os_activities_assigned_to_foreign",
2296
- "table": "os_activities",
2297
- "column": "assigned_to",
2298
- "foreign_key_schema": "public",
2299
- "foreign_key_table": "directus_users",
2300
- "foreign_key_column": "id",
2301
- "on_update": "NO ACTION",
2302
- "on_delete": "SET NULL"
2303
- },
2304
- "meta": {
2305
- "many_collection": "os_activities",
2306
- "many_field": "assigned_to",
2307
- "one_collection": "directus_users",
2308
- "one_field": null,
2309
- "one_collection_field": null,
2310
- "junction_field": null,
2311
- "sort_field": null,
2312
- "one_deselect_action": "nullify",
2313
- "one_allowed_collections": null
2314
- }
2315
- },
2316
- {
2317
- "collection": "os_expenses",
2318
- "field": "invoice_item",
2319
- "related_collection": "os_invoice_items",
2320
- "schema": {
2321
- "constraint_name": "os_expenses_invoice_item_foreign",
2322
- "table": "os_expenses",
2323
- "column": "invoice_item",
2324
- "foreign_key_schema": "public",
2325
- "foreign_key_table": "os_invoice_items",
2326
- "foreign_key_column": "id",
2327
- "on_update": "NO ACTION",
2328
- "on_delete": "NO ACTION"
2329
- },
2330
- "meta": {
2331
- "many_collection": "os_expenses",
2332
- "many_field": "invoice_item",
2333
- "one_collection": "os_invoice_items",
2334
- "one_field": null,
2335
- "one_collection_field": null,
2336
- "junction_field": null,
2337
- "sort_field": null,
2338
- "one_deselect_action": "nullify",
2339
- "one_allowed_collections": null
2340
- }
2341
- },
2342
- {
2343
- "collection": "organizations",
2344
- "field": "payment_terms",
2345
- "related_collection": "os_payment_terms",
2346
- "schema": {
2347
- "constraint_name": "organizations_payment_terms_foreign",
2348
- "table": "organizations",
2349
- "column": "payment_terms",
2350
- "foreign_key_schema": "public",
2351
- "foreign_key_table": "os_payment_terms",
2352
- "foreign_key_column": "id",
2353
- "on_update": "NO ACTION",
2354
- "on_delete": "SET NULL"
2355
- },
2356
- "meta": {
2357
- "many_collection": "organizations",
2358
- "many_field": "payment_terms",
2359
- "one_collection": "os_payment_terms",
2360
- "one_field": null,
2361
- "one_collection_field": null,
2362
- "junction_field": null,
2363
- "sort_field": null,
2364
- "one_deselect_action": "nullify",
2365
- "one_allowed_collections": null
2366
- }
2367
- },
2368
- {
2369
- "collection": "os_payments",
2370
- "field": "organization",
2371
- "related_collection": "organizations",
2372
- "schema": {
2373
- "constraint_name": "os_payments_organization_foreign",
2374
- "table": "os_payments",
2375
- "column": "organization",
2376
- "foreign_key_schema": "public",
2377
- "foreign_key_table": "organizations",
2378
- "foreign_key_column": "id",
2379
- "on_update": "NO ACTION",
2380
- "on_delete": "SET NULL"
2381
- },
2382
- "meta": {
2383
- "many_collection": "os_payments",
2384
- "many_field": "organization",
2385
- "one_collection": "organizations",
2386
- "one_field": null,
2387
- "one_collection_field": null,
2388
- "junction_field": null,
2389
- "sort_field": null,
2390
- "one_deselect_action": "nullify",
2391
- "one_allowed_collections": null
2392
- }
2393
- },
2394
- {
2395
- "collection": "os_payments",
2396
- "field": "contact",
2397
- "related_collection": "contacts",
2398
- "schema": {
2399
- "constraint_name": "os_payments_contact_foreign",
2400
- "table": "os_payments",
2401
- "column": "contact",
2402
- "foreign_key_schema": "public",
2403
- "foreign_key_table": "contacts",
2404
- "foreign_key_column": "id",
2405
- "on_update": "NO ACTION",
2406
- "on_delete": "SET NULL"
2407
- },
2408
- "meta": {
2409
- "many_collection": "os_payments",
2410
- "many_field": "contact",
2411
- "one_collection": "contacts",
2412
- "one_field": null,
2413
- "one_collection_field": null,
2414
- "junction_field": null,
2415
- "sort_field": null,
2416
- "one_deselect_action": "nullify",
2417
- "one_allowed_collections": null
2418
- }
2419
- },
2420
- {
2421
- "collection": "os_email_templates",
2422
- "field": "user_updated",
2423
- "related_collection": "directus_users",
2424
- "schema": {
2425
- "constraint_name": "os_email_templates_user_updated_foreign",
2426
- "table": "os_email_templates",
2427
- "column": "user_updated",
2428
- "foreign_key_schema": "public",
2429
- "foreign_key_table": "directus_users",
2430
- "foreign_key_column": "id",
2431
- "on_update": "NO ACTION",
2432
- "on_delete": "NO ACTION"
2433
- },
2434
- "meta": {
2435
- "many_collection": "os_email_templates",
2436
- "many_field": "user_updated",
2437
- "one_collection": "directus_users",
2438
- "one_field": null,
2439
- "one_collection_field": null,
2440
- "junction_field": null,
2441
- "sort_field": null,
2442
- "one_deselect_action": "nullify",
2443
- "one_allowed_collections": null
2444
- }
2445
- },
2446
- {
2447
- "collection": "os_email_templates",
2448
- "field": "user_created",
2449
- "related_collection": "directus_users",
2450
- "schema": {
2451
- "constraint_name": "os_email_templates_user_created_foreign",
2452
- "table": "os_email_templates",
2453
- "column": "user_created",
2454
- "foreign_key_schema": "public",
2455
- "foreign_key_table": "directus_users",
2456
- "foreign_key_column": "id",
2457
- "on_update": "NO ACTION",
2458
- "on_delete": "NO ACTION"
2459
- },
2460
- "meta": {
2461
- "many_collection": "os_email_templates",
2462
- "many_field": "user_created",
2463
- "one_collection": "directus_users",
2464
- "one_field": null,
2465
- "one_collection_field": null,
2466
- "junction_field": null,
2467
- "sort_field": null,
2468
- "one_deselect_action": "nullify",
2469
- "one_allowed_collections": null
2470
- }
2471
- },
2472
- {
2473
- "collection": "organizations",
2474
- "field": "owner",
2475
- "related_collection": "directus_users",
2476
- "schema": {
2477
- "constraint_name": "organizations_owner_foreign",
2478
- "table": "organizations",
2479
- "column": "owner",
2480
- "foreign_key_schema": "public",
2481
- "foreign_key_table": "directus_users",
2482
- "foreign_key_column": "id",
2483
- "on_update": "NO ACTION",
2484
- "on_delete": "SET NULL"
2485
- },
2486
- "meta": {
2487
- "many_collection": "organizations",
2488
- "many_field": "owner",
2489
- "one_collection": "directus_users",
2490
- "one_field": null,
2491
- "one_collection_field": null,
2492
- "junction_field": null,
2493
- "sort_field": null,
2494
- "one_deselect_action": "nullify",
2495
- "one_allowed_collections": null
2496
- }
2497
- },
2498
- {
2499
- "collection": "os_payments",
2500
- "field": "invoice",
2501
- "related_collection": "os_invoices",
2502
- "schema": {
2503
- "constraint_name": "os_payments_invoice_foreign",
2504
- "table": "os_payments",
2505
- "column": "invoice",
2506
- "foreign_key_schema": "public",
2507
- "foreign_key_table": "os_invoices",
2508
- "foreign_key_column": "id",
2509
- "on_update": "NO ACTION",
2510
- "on_delete": "SET NULL"
2511
- },
2512
- "meta": {
2513
- "many_collection": "os_payments",
2514
- "many_field": "invoice",
2515
- "one_collection": "os_invoices",
2516
- "one_field": "payments",
2517
- "one_collection_field": null,
2518
- "junction_field": null,
2519
- "sort_field": null,
2520
- "one_deselect_action": "nullify",
2521
- "one_allowed_collections": null
2522
- }
2523
- },
2524
- {
2525
- "collection": "os_tasks",
2526
- "field": "project",
2527
- "related_collection": "os_projects",
2528
- "schema": {
2529
- "constraint_name": "os_tasks_project_foreign",
2530
- "table": "os_tasks",
2531
- "column": "project",
2532
- "foreign_key_schema": "public",
2533
- "foreign_key_table": "os_projects",
2534
- "foreign_key_column": "id",
2535
- "on_update": "NO ACTION",
2536
- "on_delete": "CASCADE"
2537
- },
2538
- "meta": {
2539
- "many_collection": "os_tasks",
2540
- "many_field": "project",
2541
- "one_collection": "os_projects",
2542
- "one_field": "tasks",
2543
- "one_collection_field": null,
2544
- "junction_field": null,
2545
- "sort_field": "sort",
2546
- "one_deselect_action": "nullify",
2547
- "one_allowed_collections": null
2548
- }
2549
- },
2550
- {
2551
- "collection": "os_proposals",
2552
- "field": "deal",
2553
- "related_collection": "os_deals",
2554
- "schema": {
2555
- "constraint_name": "os_proposals_deal_foreign",
2556
- "table": "os_proposals",
2557
- "column": "deal",
2558
- "foreign_key_schema": "public",
2559
- "foreign_key_table": "os_deals",
2560
- "foreign_key_column": "id",
2561
- "on_update": "NO ACTION",
2562
- "on_delete": "SET NULL"
2563
- },
2564
- "meta": {
2565
- "many_collection": "os_proposals",
2566
- "many_field": "deal",
2567
- "one_collection": "os_deals",
2568
- "one_field": "proposals",
2569
- "one_collection_field": null,
2570
- "junction_field": null,
2571
- "sort_field": null,
2572
- "one_deselect_action": "nullify",
2573
- "one_allowed_collections": null
2574
- }
2575
- },
2576
- {
2577
- "collection": "os_proposal_blocks",
2578
- "field": "user_created",
2579
- "related_collection": "directus_users",
2580
- "schema": {
2581
- "constraint_name": "os_proposal_blocks_user_created_foreign",
2582
- "table": "os_proposal_blocks",
2583
- "column": "user_created",
2584
- "foreign_key_schema": "public",
2585
- "foreign_key_table": "directus_users",
2586
- "foreign_key_column": "id",
2587
- "on_update": "NO ACTION",
2588
- "on_delete": "NO ACTION"
2589
- },
2590
- "meta": {
2591
- "many_collection": "os_proposal_blocks",
2592
- "many_field": "user_created",
2593
- "one_collection": "directus_users",
2594
- "one_field": null,
2595
- "one_collection_field": null,
2596
- "junction_field": null,
2597
- "sort_field": null,
2598
- "one_deselect_action": "nullify",
2599
- "one_allowed_collections": null
2600
- }
2601
- },
2602
- {
2603
- "collection": "os_proposal_blocks",
2604
- "field": "user_updated",
2605
- "related_collection": "directus_users",
2606
- "schema": {
2607
- "constraint_name": "os_proposal_blocks_user_updated_foreign",
2608
- "table": "os_proposal_blocks",
2609
- "column": "user_updated",
2610
- "foreign_key_schema": "public",
2611
- "foreign_key_table": "directus_users",
2612
- "foreign_key_column": "id",
2613
- "on_update": "NO ACTION",
2614
- "on_delete": "NO ACTION"
2615
- },
2616
- "meta": {
2617
- "many_collection": "os_proposal_blocks",
2618
- "many_field": "user_updated",
2619
- "one_collection": "directus_users",
2620
- "one_field": null,
2621
- "one_collection_field": null,
2622
- "junction_field": null,
2623
- "sort_field": null,
2624
- "one_deselect_action": "nullify",
2625
- "one_allowed_collections": null
2626
- }
2627
- },
2628
- {
2629
- "collection": "os_proposal_blocks",
2630
- "field": "os_proposals_id",
2631
- "related_collection": "os_proposals",
2632
- "schema": {
2633
- "constraint_name": "os_proposal_blocks_os_proposals_id_foreign",
2634
- "table": "os_proposal_blocks",
2635
- "column": "os_proposals_id",
2636
- "foreign_key_schema": "public",
2637
- "foreign_key_table": "os_proposals",
2638
- "foreign_key_column": "id",
2639
- "on_update": "NO ACTION",
2640
- "on_delete": "SET NULL"
2641
- },
2642
- "meta": {
2643
- "many_collection": "os_proposal_blocks",
2644
- "many_field": "os_proposals_id",
2645
- "one_collection": "os_proposals",
2646
- "one_field": "blocks",
2647
- "one_collection_field": null,
2648
- "junction_field": "item",
2649
- "sort_field": "sort",
2650
- "one_deselect_action": "nullify",
2651
- "one_allowed_collections": null
2652
- }
2653
- },
2654
- {
2655
- "collection": "block_logocloud_logos",
2656
- "field": "directus_files_id",
2657
- "related_collection": "directus_files",
2658
- "schema": {
2659
- "constraint_name": "block_logocloud_logos_directus_files_id_foreign",
2660
- "table": "block_logocloud_logos",
2661
- "column": "directus_files_id",
2662
- "foreign_key_schema": "public",
2663
- "foreign_key_table": "directus_files",
2664
- "foreign_key_column": "id",
2665
- "on_update": "NO ACTION",
2666
- "on_delete": "SET NULL"
2667
- },
2668
- "meta": {
2669
- "many_collection": "block_logocloud_logos",
2670
- "many_field": "directus_files_id",
2671
- "one_collection": "directus_files",
2672
- "one_field": null,
2673
- "one_collection_field": null,
2674
- "junction_field": "block_logocloud_id",
2675
- "sort_field": null,
2676
- "one_deselect_action": "nullify",
2677
- "one_allowed_collections": null
2678
- }
2679
- },
2680
- {
2681
- "collection": "block_logocloud_logos",
2682
- "field": "block_logocloud_id",
2683
- "related_collection": "block_logocloud",
2684
- "schema": {
2685
- "constraint_name": "block_logocloud_logos_block_logocloud_id_foreign",
2686
- "table": "block_logocloud_logos",
2687
- "column": "block_logocloud_id",
2688
- "foreign_key_schema": "public",
2689
- "foreign_key_table": "block_logocloud",
2690
- "foreign_key_column": "id",
2691
- "on_update": "NO ACTION",
2692
- "on_delete": "SET NULL"
2693
- },
2694
- "meta": {
2695
- "many_collection": "block_logocloud_logos",
2696
- "many_field": "block_logocloud_id",
2697
- "one_collection": "block_logocloud",
2698
- "one_field": "logos",
2699
- "one_collection_field": null,
2700
- "junction_field": "directus_files_id",
2701
- "sort_field": "sort",
2702
- "one_deselect_action": "nullify",
2703
- "one_allowed_collections": null
2704
- }
2705
- },
2706
- {
2707
- "collection": "os_proposal_approvals",
2708
- "field": "user_created",
2709
- "related_collection": "directus_users",
2710
- "schema": {
2711
- "constraint_name": "os_proposal_approvals_user_created_foreign",
2712
- "table": "os_proposal_approvals",
2713
- "column": "user_created",
2714
- "foreign_key_schema": "public",
2715
- "foreign_key_table": "directus_users",
2716
- "foreign_key_column": "id",
2717
- "on_update": "NO ACTION",
2718
- "on_delete": "NO ACTION"
2719
- },
2720
- "meta": {
2721
- "many_collection": "os_proposal_approvals",
2722
- "many_field": "user_created",
2723
- "one_collection": "directus_users",
2724
- "one_field": null,
2725
- "one_collection_field": null,
2726
- "junction_field": null,
2727
- "sort_field": null,
2728
- "one_deselect_action": "nullify",
2729
- "one_allowed_collections": null
2730
- }
2731
- },
2732
- {
2733
- "collection": "os_proposal_approvals",
2734
- "field": "user_updated",
2735
- "related_collection": "directus_users",
2736
- "schema": {
2737
- "constraint_name": "os_proposal_approvals_user_updated_foreign",
2738
- "table": "os_proposal_approvals",
2739
- "column": "user_updated",
2740
- "foreign_key_schema": "public",
2741
- "foreign_key_table": "directus_users",
2742
- "foreign_key_column": "id",
2743
- "on_update": "NO ACTION",
2744
- "on_delete": "NO ACTION"
2745
- },
2746
- "meta": {
2747
- "many_collection": "os_proposal_approvals",
2748
- "many_field": "user_updated",
2749
- "one_collection": "directus_users",
2750
- "one_field": null,
2751
- "one_collection_field": null,
2752
- "junction_field": null,
2753
- "sort_field": null,
2754
- "one_deselect_action": "nullify",
2755
- "one_allowed_collections": null
2756
- }
2757
- },
2758
- {
2759
- "collection": "block_step_items",
2760
- "field": "image",
2761
- "related_collection": "directus_files",
2762
- "schema": {
2763
- "constraint_name": "block_step_items_image_foreign",
2764
- "table": "block_step_items",
2765
- "column": "image",
2766
- "foreign_key_schema": "public",
2767
- "foreign_key_table": "directus_files",
2768
- "foreign_key_column": "id",
2769
- "on_update": "NO ACTION",
2770
- "on_delete": "SET NULL"
2771
- },
2772
- "meta": {
2773
- "many_collection": "block_step_items",
2774
- "many_field": "image",
2775
- "one_collection": "directus_files",
2776
- "one_field": null,
2777
- "one_collection_field": null,
2778
- "junction_field": null,
2779
- "sort_field": null,
2780
- "one_deselect_action": "nullify",
2781
- "one_allowed_collections": null
2782
- }
2783
- },
2784
- {
2785
- "collection": "block_step_items",
2786
- "field": "block_steps",
2787
- "related_collection": "block_steps",
2788
- "schema": {
2789
- "constraint_name": "block_step_items_block_steps_foreign",
2790
- "table": "block_step_items",
2791
- "column": "block_steps",
2792
- "foreign_key_schema": "public",
2793
- "foreign_key_table": "block_steps",
2794
- "foreign_key_column": "id",
2795
- "on_update": "NO ACTION",
2796
- "on_delete": "SET NULL"
2797
- },
2798
- "meta": {
2799
- "many_collection": "block_step_items",
2800
- "many_field": "block_steps",
2801
- "one_collection": "block_steps",
2802
- "one_field": "steps",
2803
- "one_collection_field": null,
2804
- "junction_field": null,
2805
- "sort_field": "sort",
2806
- "one_deselect_action": "nullify",
2807
- "one_allowed_collections": null
2808
- }
2809
- },
2810
- {
2811
- "collection": "os_proposal_approvals",
2812
- "field": "signature_image",
2813
- "related_collection": "directus_files",
2814
- "schema": {
2815
- "constraint_name": "os_proposal_approvals_signature_image_foreign",
2816
- "table": "os_proposal_approvals",
2817
- "column": "signature_image",
2818
- "foreign_key_schema": "public",
2819
- "foreign_key_table": "directus_files",
2820
- "foreign_key_column": "id",
2821
- "on_update": "NO ACTION",
2822
- "on_delete": "SET NULL"
2823
- },
2824
- "meta": {
2825
- "many_collection": "os_proposal_approvals",
2826
- "many_field": "signature_image",
2827
- "one_collection": "directus_files",
2828
- "one_field": null,
2829
- "one_collection_field": null,
2830
- "junction_field": null,
2831
- "sort_field": null,
2832
- "one_deselect_action": "nullify",
2833
- "one_allowed_collections": null
2834
- }
2835
- },
2836
- {
2837
- "collection": "os_proposal_approvals",
2838
- "field": "contact",
2839
- "related_collection": "contacts",
2840
- "schema": {
2841
- "constraint_name": "os_proposal_approvals_contact_foreign",
2842
- "table": "os_proposal_approvals",
2843
- "column": "contact",
2844
- "foreign_key_schema": "public",
2845
- "foreign_key_table": "contacts",
2846
- "foreign_key_column": "id",
2847
- "on_update": "NO ACTION",
2848
- "on_delete": "SET NULL"
2849
- },
2850
- "meta": {
2851
- "many_collection": "os_proposal_approvals",
2852
- "many_field": "contact",
2853
- "one_collection": "contacts",
2854
- "one_field": null,
2855
- "one_collection_field": null,
2856
- "junction_field": null,
2857
- "sort_field": null,
2858
- "one_deselect_action": "nullify",
2859
- "one_allowed_collections": null
2860
- }
2861
- },
2862
- {
2863
- "collection": "os_items",
2864
- "field": "user_created",
2865
- "related_collection": "directus_users",
2866
- "schema": {
2867
- "constraint_name": "os_items_user_created_foreign",
2868
- "table": "os_items",
2869
- "column": "user_created",
2870
- "foreign_key_schema": "public",
2871
- "foreign_key_table": "directus_users",
2872
- "foreign_key_column": "id",
2873
- "on_update": "NO ACTION",
2874
- "on_delete": "NO ACTION"
2875
- },
2876
- "meta": {
2877
- "many_collection": "os_items",
2878
- "many_field": "user_created",
2879
- "one_collection": "directus_users",
2880
- "one_field": null,
2881
- "one_collection_field": null,
2882
- "junction_field": null,
2883
- "sort_field": null,
2884
- "one_deselect_action": "nullify",
2885
- "one_allowed_collections": null
2886
- }
2887
- },
2888
- {
2889
- "collection": "os_items",
2890
- "field": "user_updated",
2891
- "related_collection": "directus_users",
2892
- "schema": {
2893
- "constraint_name": "os_items_user_updated_foreign",
2894
- "table": "os_items",
2895
- "column": "user_updated",
2896
- "foreign_key_schema": "public",
2897
- "foreign_key_table": "directus_users",
2898
- "foreign_key_column": "id",
2899
- "on_update": "NO ACTION",
2900
- "on_delete": "NO ACTION"
2901
- },
2902
- "meta": {
2903
- "many_collection": "os_items",
2904
- "many_field": "user_updated",
2905
- "one_collection": "directus_users",
2906
- "one_field": null,
2907
- "one_collection_field": null,
2908
- "junction_field": null,
2909
- "sort_field": null,
2910
- "one_deselect_action": "nullify",
2911
- "one_allowed_collections": null
2912
- }
2913
- },
2914
- {
2915
- "collection": "os_items",
2916
- "field": "default_tax_rate",
2917
- "related_collection": "os_tax_rates",
2918
- "schema": {
2919
- "constraint_name": "os_items_default_tax_rate_foreign",
2920
- "table": "os_items",
2921
- "column": "default_tax_rate",
2922
- "foreign_key_schema": "public",
2923
- "foreign_key_table": "os_tax_rates",
2924
- "foreign_key_column": "id",
2925
- "on_update": "NO ACTION",
2926
- "on_delete": "SET NULL"
2927
- },
2928
- "meta": {
2929
- "many_collection": "os_items",
2930
- "many_field": "default_tax_rate",
2931
- "one_collection": "os_tax_rates",
2932
- "one_field": null,
2933
- "one_collection_field": null,
2934
- "junction_field": null,
2935
- "sort_field": null,
2936
- "one_deselect_action": "nullify",
2937
- "one_allowed_collections": null
2938
- }
2939
- },
2940
- {
2941
- "collection": "os_invoice_items",
2942
- "field": "billable_expense",
2943
- "related_collection": "os_expenses",
2944
- "schema": {
2945
- "constraint_name": "os_invoice_items_billable_expense_foreign",
2946
- "table": "os_invoice_items",
2947
- "column": "billable_expense",
2948
- "foreign_key_schema": "public",
2949
- "foreign_key_table": "os_expenses",
2950
- "foreign_key_column": "id",
2951
- "on_update": "NO ACTION",
2952
- "on_delete": "SET NULL"
2953
- },
2954
- "meta": {
2955
- "many_collection": "os_invoice_items",
2956
- "many_field": "billable_expense",
2957
- "one_collection": "os_expenses",
2958
- "one_field": null,
2959
- "one_collection_field": null,
2960
- "junction_field": null,
2961
- "sort_field": null,
2962
- "one_deselect_action": "nullify",
2963
- "one_allowed_collections": null
2964
- }
2965
- },
2966
- {
2967
- "collection": "os_tasks",
2968
- "field": "form",
2969
- "related_collection": "forms",
2970
- "schema": {
2971
- "constraint_name": "os_tasks_form_foreign",
2972
- "table": "os_tasks",
2973
- "column": "form",
2974
- "foreign_key_schema": "public",
2975
- "foreign_key_table": "forms",
2976
- "foreign_key_column": "id",
2977
- "on_update": "NO ACTION",
2978
- "on_delete": "SET NULL"
2979
- },
2980
- "meta": {
2981
- "many_collection": "os_tasks",
2982
- "many_field": "form",
2983
- "one_collection": "forms",
2984
- "one_field": null,
2985
- "one_collection_field": null,
2986
- "junction_field": null,
2987
- "sort_field": null,
2988
- "one_deselect_action": "nullify",
2989
- "one_allowed_collections": null
2990
- }
2991
- },
2992
- {
2993
- "collection": "inbox",
2994
- "field": "project",
2995
- "related_collection": "os_projects",
2996
- "schema": {
2997
- "constraint_name": "inbox_project_foreign",
2998
- "table": "inbox",
2999
- "column": "project",
3000
- "foreign_key_schema": "public",
3001
- "foreign_key_table": "os_projects",
3002
- "foreign_key_column": "id",
3003
- "on_update": "NO ACTION",
3004
- "on_delete": "SET NULL"
3005
- },
3006
- "meta": {
3007
- "many_collection": "inbox",
3008
- "many_field": "project",
3009
- "one_collection": "os_projects",
3010
- "one_field": null,
3011
- "one_collection_field": null,
3012
- "junction_field": null,
3013
- "sort_field": null,
3014
- "one_deselect_action": "nullify",
3015
- "one_allowed_collections": null
3016
- }
3017
- },
3018
- {
3019
- "collection": "inbox",
3020
- "field": "task",
3021
- "related_collection": "os_tasks",
3022
- "schema": {
3023
- "constraint_name": "inbox_task_foreign",
3024
- "table": "inbox",
3025
- "column": "task",
3026
- "foreign_key_schema": "public",
3027
- "foreign_key_table": "os_tasks",
3028
- "foreign_key_column": "id",
3029
- "on_update": "NO ACTION",
3030
- "on_delete": "SET NULL"
3031
- },
3032
- "meta": {
3033
- "many_collection": "inbox",
3034
- "many_field": "task",
3035
- "one_collection": "os_tasks",
3036
- "one_field": null,
3037
- "one_collection_field": null,
3038
- "junction_field": null,
3039
- "sort_field": null,
3040
- "one_deselect_action": "nullify",
3041
- "one_allowed_collections": null
3042
- }
3043
- },
3044
- {
3045
- "collection": "conversations",
3046
- "field": "user_created",
3047
- "related_collection": "directus_users",
3048
- "schema": {
3049
- "constraint_name": "conversations_user_created_foreign",
3050
- "table": "conversations",
3051
- "column": "user_created",
3052
- "foreign_key_schema": "public",
3053
- "foreign_key_table": "directus_users",
3054
- "foreign_key_column": "id",
3055
- "on_update": "NO ACTION",
3056
- "on_delete": "SET NULL"
3057
- },
3058
- "meta": {
3059
- "many_collection": "conversations",
3060
- "many_field": "user_created",
3061
- "one_collection": "directus_users",
3062
- "one_field": null,
3063
- "one_collection_field": null,
3064
- "junction_field": null,
3065
- "sort_field": null,
3066
- "one_deselect_action": "nullify",
3067
- "one_allowed_collections": null
3068
- }
3069
- },
3070
- {
3071
- "collection": "conversations",
3072
- "field": "user_updated",
3073
- "related_collection": "directus_users",
3074
- "schema": {
3075
- "constraint_name": "conversations_user_updated_foreign",
3076
- "table": "conversations",
3077
- "column": "user_updated",
3078
- "foreign_key_schema": "public",
3079
- "foreign_key_table": "directus_users",
3080
- "foreign_key_column": "id",
3081
- "on_update": "NO ACTION",
3082
- "on_delete": "SET NULL"
3083
- },
3084
- "meta": {
3085
- "many_collection": "conversations",
3086
- "many_field": "user_updated",
3087
- "one_collection": "directus_users",
3088
- "one_field": null,
3089
- "one_collection_field": null,
3090
- "junction_field": null,
3091
- "sort_field": null,
3092
- "one_deselect_action": "nullify",
3093
- "one_allowed_collections": null
3094
- }
3095
- },
3096
- {
3097
- "collection": "page_blocks",
3098
- "field": "user_updated",
3099
- "related_collection": "directus_users",
3100
- "schema": {
3101
- "constraint_name": "page_blocks_user_updated_foreign",
3102
- "table": "page_blocks",
3103
- "column": "user_updated",
3104
- "foreign_key_schema": "public",
3105
- "foreign_key_table": "directus_users",
3106
- "foreign_key_column": "id",
3107
- "on_update": "NO ACTION",
3108
- "on_delete": "NO ACTION"
3109
- },
3110
- "meta": {
3111
- "many_collection": "page_blocks",
3112
- "many_field": "user_updated",
3113
- "one_collection": "directus_users",
3114
- "one_field": null,
3115
- "one_collection_field": null,
3116
- "junction_field": null,
3117
- "sort_field": null,
3118
- "one_deselect_action": "nullify",
3119
- "one_allowed_collections": null
3120
- }
3121
- },
3122
- {
3123
- "collection": "page_blocks",
3124
- "field": "user_created",
3125
- "related_collection": "directus_users",
3126
- "schema": {
3127
- "constraint_name": "page_blocks_user_created_foreign",
3128
- "table": "page_blocks",
3129
- "column": "user_created",
3130
- "foreign_key_schema": "public",
3131
- "foreign_key_table": "directus_users",
3132
- "foreign_key_column": "id",
3133
- "on_update": "NO ACTION",
3134
- "on_delete": "NO ACTION"
3135
- },
3136
- "meta": {
3137
- "many_collection": "page_blocks",
3138
- "many_field": "user_created",
3139
- "one_collection": "directus_users",
3140
- "one_field": null,
3141
- "one_collection_field": null,
3142
- "junction_field": null,
3143
- "sort_field": null,
3144
- "one_deselect_action": "nullify",
3145
- "one_allowed_collections": null
3146
- }
3147
- },
3148
- {
3149
- "collection": "page_blocks",
3150
- "field": "pages_id",
3151
- "related_collection": "pages",
3152
- "schema": {
3153
- "constraint_name": "page_blocks_pages_id_foreign",
3154
- "table": "page_blocks",
3155
- "column": "pages_id",
3156
- "foreign_key_schema": "public",
3157
- "foreign_key_table": "pages",
3158
- "foreign_key_column": "id",
3159
- "on_update": "NO ACTION",
3160
- "on_delete": "SET NULL"
3161
- },
3162
- "meta": {
3163
- "many_collection": "page_blocks",
3164
- "many_field": "pages_id",
3165
- "one_collection": "pages",
3166
- "one_field": "blocks",
3167
- "one_collection_field": null,
3168
- "junction_field": "item",
3169
- "sort_field": "sort",
3170
- "one_deselect_action": "nullify",
3171
- "one_allowed_collections": null
3172
- }
3173
- },
3174
- {
3175
- "collection": "block_button_group",
3176
- "field": "user_created",
3177
- "related_collection": "directus_users",
3178
- "schema": {
3179
- "constraint_name": "block_button_group_user_created_foreign",
3180
- "table": "block_button_group",
3181
- "column": "user_created",
3182
- "foreign_key_schema": "public",
3183
- "foreign_key_table": "directus_users",
3184
- "foreign_key_column": "id",
3185
- "on_update": "NO ACTION",
3186
- "on_delete": "NO ACTION"
3187
- },
3188
- "meta": {
3189
- "many_collection": "block_button_group",
3190
- "many_field": "user_created",
3191
- "one_collection": "directus_users",
3192
- "one_field": null,
3193
- "one_collection_field": null,
3194
- "junction_field": null,
3195
- "sort_field": null,
3196
- "one_deselect_action": "nullify",
3197
- "one_allowed_collections": null
3198
- }
3199
- },
3200
- {
3201
- "collection": "block_button_group",
3202
- "field": "user_updated",
3203
- "related_collection": "directus_users",
3204
- "schema": {
3205
- "constraint_name": "block_button_group_user_updated_foreign",
3206
- "table": "block_button_group",
3207
- "column": "user_updated",
3208
- "foreign_key_schema": "public",
3209
- "foreign_key_table": "directus_users",
3210
- "foreign_key_column": "id",
3211
- "on_update": "NO ACTION",
3212
- "on_delete": "NO ACTION"
3213
- },
3214
- "meta": {
3215
- "many_collection": "block_button_group",
3216
- "many_field": "user_updated",
3217
- "one_collection": "directus_users",
3218
- "one_field": null,
3219
- "one_collection_field": null,
3220
- "junction_field": null,
3221
- "sort_field": null,
3222
- "one_deselect_action": "nullify",
3223
- "one_allowed_collections": null
3224
- }
3225
- },
3226
- {
3227
- "collection": "block_button",
3228
- "field": "user_created",
3229
- "related_collection": "directus_users",
3230
- "schema": {
3231
- "constraint_name": "block_button_user_created_foreign",
3232
- "table": "block_button",
3233
- "column": "user_created",
3234
- "foreign_key_schema": "public",
3235
- "foreign_key_table": "directus_users",
3236
- "foreign_key_column": "id",
3237
- "on_update": "NO ACTION",
3238
- "on_delete": "NO ACTION"
3239
- },
3240
- "meta": {
3241
- "many_collection": "block_button",
3242
- "many_field": "user_created",
3243
- "one_collection": "directus_users",
3244
- "one_field": null,
3245
- "one_collection_field": null,
3246
- "junction_field": null,
3247
- "sort_field": null,
3248
- "one_deselect_action": "nullify",
3249
- "one_allowed_collections": null
3250
- }
3251
- },
3252
- {
3253
- "collection": "block_button",
3254
- "field": "user_updated",
3255
- "related_collection": "directus_users",
3256
- "schema": {
3257
- "constraint_name": "block_button_user_updated_foreign",
3258
- "table": "block_button",
3259
- "column": "user_updated",
3260
- "foreign_key_schema": "public",
3261
- "foreign_key_table": "directus_users",
3262
- "foreign_key_column": "id",
3263
- "on_update": "NO ACTION",
3264
- "on_delete": "NO ACTION"
3265
- },
3266
- "meta": {
3267
- "many_collection": "block_button",
3268
- "many_field": "user_updated",
3269
- "one_collection": "directus_users",
3270
- "one_field": null,
3271
- "one_collection_field": null,
3272
- "junction_field": null,
3273
- "sort_field": null,
3274
- "one_deselect_action": "nullify",
3275
- "one_allowed_collections": null
3276
- }
3277
- },
3278
- {
3279
- "collection": "block_testimonial_slider_items",
3280
- "field": "user_created",
3281
- "related_collection": "directus_users",
3282
- "schema": {
3283
- "constraint_name": "block_testimonial_slider_items_user_created_foreign",
3284
- "table": "block_testimonial_slider_items",
3285
- "column": "user_created",
3286
- "foreign_key_schema": "public",
3287
- "foreign_key_table": "directus_users",
3288
- "foreign_key_column": "id",
3289
- "on_update": "NO ACTION",
3290
- "on_delete": "NO ACTION"
3291
- },
3292
- "meta": {
3293
- "many_collection": "block_testimonial_slider_items",
3294
- "many_field": "user_created",
3295
- "one_collection": "directus_users",
3296
- "one_field": null,
3297
- "one_collection_field": null,
3298
- "junction_field": null,
3299
- "sort_field": null,
3300
- "one_deselect_action": "nullify",
3301
- "one_allowed_collections": null
3302
- }
3303
- },
3304
- {
3305
- "collection": "block_testimonial_slider_items",
3306
- "field": "user_updated",
3307
- "related_collection": "directus_users",
3308
- "schema": {
3309
- "constraint_name": "block_testimonial_slider_items_user_updated_foreign",
3310
- "table": "block_testimonial_slider_items",
3311
- "column": "user_updated",
3312
- "foreign_key_schema": "public",
3313
- "foreign_key_table": "directus_users",
3314
- "foreign_key_column": "id",
3315
- "on_update": "NO ACTION",
3316
- "on_delete": "NO ACTION"
3317
- },
3318
- "meta": {
3319
- "many_collection": "block_testimonial_slider_items",
3320
- "many_field": "user_updated",
3321
- "one_collection": "directus_users",
3322
- "one_field": null,
3323
- "one_collection_field": null,
3324
- "junction_field": null,
3325
- "sort_field": null,
3326
- "one_deselect_action": "nullify",
3327
- "one_allowed_collections": null
3328
- }
3329
- },
3330
- {
3331
- "collection": "block_columns_rows",
3332
- "field": "user_created",
3333
- "related_collection": "directus_users",
3334
- "schema": {
3335
- "constraint_name": "block_columns_rows_user_created_foreign",
3336
- "table": "block_columns_rows",
3337
- "column": "user_created",
3338
- "foreign_key_schema": "public",
3339
- "foreign_key_table": "directus_users",
3340
- "foreign_key_column": "id",
3341
- "on_update": "NO ACTION",
3342
- "on_delete": "NO ACTION"
3343
- },
3344
- "meta": {
3345
- "many_collection": "block_columns_rows",
3346
- "many_field": "user_created",
3347
- "one_collection": "directus_users",
3348
- "one_field": null,
3349
- "one_collection_field": null,
3350
- "junction_field": null,
3351
- "sort_field": null,
3352
- "one_deselect_action": "nullify",
3353
- "one_allowed_collections": null
3354
- }
3355
- },
3356
- {
3357
- "collection": "block_columns_rows",
3358
- "field": "user_updated",
3359
- "related_collection": "directus_users",
3360
- "schema": {
3361
- "constraint_name": "block_columns_rows_user_updated_foreign",
3362
- "table": "block_columns_rows",
3363
- "column": "user_updated",
3364
- "foreign_key_schema": "public",
3365
- "foreign_key_table": "directus_users",
3366
- "foreign_key_column": "id",
3367
- "on_update": "NO ACTION",
3368
- "on_delete": "NO ACTION"
3369
- },
3370
- "meta": {
3371
- "many_collection": "block_columns_rows",
3372
- "many_field": "user_updated",
3373
- "one_collection": "directus_users",
3374
- "one_field": null,
3375
- "one_collection_field": null,
3376
- "junction_field": null,
3377
- "sort_field": null,
3378
- "one_deselect_action": "nullify",
3379
- "one_allowed_collections": null
3380
- }
3381
- },
3382
- {
3383
- "collection": "block_gallery_files",
3384
- "field": "user_created",
3385
- "related_collection": "directus_users",
3386
- "schema": {
3387
- "constraint_name": "block_gallery_files_user_created_foreign",
3388
- "table": "block_gallery_files",
3389
- "column": "user_created",
3390
- "foreign_key_schema": "public",
3391
- "foreign_key_table": "directus_users",
3392
- "foreign_key_column": "id",
3393
- "on_update": "NO ACTION",
3394
- "on_delete": "NO ACTION"
3395
- },
3396
- "meta": {
3397
- "many_collection": "block_gallery_files",
3398
- "many_field": "user_created",
3399
- "one_collection": "directus_users",
3400
- "one_field": null,
3401
- "one_collection_field": null,
3402
- "junction_field": null,
3403
- "sort_field": null,
3404
- "one_deselect_action": "nullify",
3405
- "one_allowed_collections": null
3406
- }
3407
- },
3408
- {
3409
- "collection": "block_gallery_files",
3410
- "field": "user_updated",
3411
- "related_collection": "directus_users",
3412
- "schema": {
3413
- "constraint_name": "block_gallery_files_user_updated_foreign",
3414
- "table": "block_gallery_files",
3415
- "column": "user_updated",
3416
- "foreign_key_schema": "public",
3417
- "foreign_key_table": "directus_users",
3418
- "foreign_key_column": "id",
3419
- "on_update": "NO ACTION",
3420
- "on_delete": "NO ACTION"
3421
- },
3422
- "meta": {
3423
- "many_collection": "block_gallery_files",
3424
- "many_field": "user_updated",
3425
- "one_collection": "directus_users",
3426
- "one_field": null,
3427
- "one_collection_field": null,
3428
- "junction_field": null,
3429
- "sort_field": null,
3430
- "one_deselect_action": "nullify",
3431
- "one_allowed_collections": null
3432
- }
3433
- },
3434
- {
3435
- "collection": "block_columns_rows",
3436
- "field": "block_columns",
3437
- "related_collection": "block_columns",
3438
- "schema": {
3439
- "constraint_name": "block_columns_rows_block_columns_foreign",
3440
- "table": "block_columns_rows",
3441
- "column": "block_columns",
3442
- "foreign_key_schema": "public",
3443
- "foreign_key_table": "block_columns",
3444
- "foreign_key_column": "id",
3445
- "on_update": "NO ACTION",
3446
- "on_delete": "NO ACTION"
3447
- },
3448
- "meta": {
3449
- "many_collection": "block_columns_rows",
3450
- "many_field": "block_columns",
3451
- "one_collection": "block_columns",
3452
- "one_field": "rows",
3453
- "one_collection_field": null,
3454
- "junction_field": null,
3455
- "sort_field": "sort",
3456
- "one_deselect_action": "nullify",
3457
- "one_allowed_collections": null
3458
- }
3459
- },
3460
- {
3461
- "collection": "block_columns_rows",
3462
- "field": "image",
3463
- "related_collection": "directus_files",
3464
- "schema": {
3465
- "constraint_name": "block_columns_rows_image_foreign",
3466
- "table": "block_columns_rows",
3467
- "column": "image",
3468
- "foreign_key_schema": "public",
3469
- "foreign_key_table": "directus_files",
3470
- "foreign_key_column": "id",
3471
- "on_update": "NO ACTION",
3472
- "on_delete": "SET NULL"
3473
- },
3474
- "meta": {
3475
- "many_collection": "block_columns_rows",
3476
- "many_field": "image",
3477
- "one_collection": "directus_files",
3478
- "one_field": null,
3479
- "one_collection_field": null,
3480
- "junction_field": null,
3481
- "sort_field": null,
3482
- "one_deselect_action": "nullify",
3483
- "one_allowed_collections": null
3484
- }
3485
- },
3486
- {
3487
- "collection": "block_gallery_files",
3488
- "field": "directus_files_id",
3489
- "related_collection": "directus_files",
3490
- "schema": {
3491
- "constraint_name": "block_gallery_files_directus_files_id_foreign",
3492
- "table": "block_gallery_files",
3493
- "column": "directus_files_id",
3494
- "foreign_key_schema": "public",
3495
- "foreign_key_table": "directus_files",
3496
- "foreign_key_column": "id",
3497
- "on_update": "NO ACTION",
3498
- "on_delete": "SET NULL"
3499
- },
3500
- "meta": {
3501
- "many_collection": "block_gallery_files",
3502
- "many_field": "directus_files_id",
3503
- "one_collection": "directus_files",
3504
- "one_field": null,
3505
- "one_collection_field": null,
3506
- "junction_field": "block_gallery_id",
3507
- "sort_field": null,
3508
- "one_deselect_action": "nullify",
3509
- "one_allowed_collections": null
3510
- }
3511
- },
3512
- {
3513
- "collection": "block_gallery_files",
3514
- "field": "block_gallery_id",
3515
- "related_collection": "block_gallery",
3516
- "schema": {
3517
- "constraint_name": "block_gallery_files_block_gallery_id_foreign",
3518
- "table": "block_gallery_files",
3519
- "column": "block_gallery_id",
3520
- "foreign_key_schema": "public",
3521
- "foreign_key_table": "block_gallery",
3522
- "foreign_key_column": "id",
3523
- "on_update": "NO ACTION",
3524
- "on_delete": "SET NULL"
3525
- },
3526
- "meta": {
3527
- "many_collection": "block_gallery_files",
3528
- "many_field": "block_gallery_id",
3529
- "one_collection": "block_gallery",
3530
- "one_field": "gallery_items",
3531
- "one_collection_field": null,
3532
- "junction_field": "directus_files_id",
3533
- "sort_field": "sort",
3534
- "one_deselect_action": "nullify",
3535
- "one_allowed_collections": null
3536
- }
3537
- },
3538
- {
3539
- "collection": "block_testimonial_slider_items",
3540
- "field": "testimonials_id",
3541
- "related_collection": "testimonials",
3542
- "schema": {
3543
- "constraint_name": "block_testimonial_slider_items_testimonials_id_foreign",
3544
- "table": "block_testimonial_slider_items",
3545
- "column": "testimonials_id",
3546
- "foreign_key_schema": "public",
3547
- "foreign_key_table": "testimonials",
3548
- "foreign_key_column": "id",
3549
- "on_update": "NO ACTION",
3550
- "on_delete": "SET NULL"
3551
- },
3552
- "meta": {
3553
- "many_collection": "block_testimonial_slider_items",
3554
- "many_field": "testimonials_id",
3555
- "one_collection": "testimonials",
3556
- "one_field": null,
3557
- "one_collection_field": null,
3558
- "junction_field": "block_testimonial_slider_id",
3559
- "sort_field": null,
3560
- "one_deselect_action": "nullify",
3561
- "one_allowed_collections": null
3562
- }
3563
- },
3564
- {
3565
- "collection": "block_testimonial_slider_items",
3566
- "field": "block_testimonial_slider_id",
3567
- "related_collection": "block_testimonials",
3568
- "schema": {
3569
- "constraint_name": "block_testimonial_slider_items_block_testi__4af36ccf_foreign",
3570
- "table": "block_testimonial_slider_items",
3571
- "column": "block_testimonial_slider_id",
3572
- "foreign_key_schema": "public",
3573
- "foreign_key_table": "block_testimonials",
3574
- "foreign_key_column": "id",
3575
- "on_update": "NO ACTION",
3576
- "on_delete": "SET NULL"
3577
- },
3578
- "meta": {
3579
- "many_collection": "block_testimonial_slider_items",
3580
- "many_field": "block_testimonial_slider_id",
3581
- "one_collection": "block_testimonials",
3582
- "one_field": "testimonials",
3583
- "one_collection_field": null,
3584
- "junction_field": "testimonials_id",
3585
- "sort_field": "sort",
3586
- "one_deselect_action": "nullify",
3587
- "one_allowed_collections": null
3588
- }
3589
- },
3590
- {
3591
- "collection": "globals",
3592
- "field": "logo_on_dark_bg",
3593
- "related_collection": "directus_files",
3594
- "schema": {
3595
- "constraint_name": "globals_logo_on_dark_bg_foreign",
3596
- "table": "globals",
3597
- "column": "logo_on_dark_bg",
3598
- "foreign_key_schema": "public",
3599
- "foreign_key_table": "directus_files",
3600
- "foreign_key_column": "id",
3601
- "on_update": "NO ACTION",
3602
- "on_delete": "SET NULL"
3603
- },
3604
- "meta": {
3605
- "many_collection": "globals",
3606
- "many_field": "logo_on_dark_bg",
3607
- "one_collection": "directus_files",
3608
- "one_field": null,
3609
- "one_collection_field": null,
3610
- "junction_field": null,
3611
- "sort_field": null,
3612
- "one_deselect_action": "nullify",
3613
- "one_allowed_collections": null
3614
- }
3615
- },
3616
- {
3617
- "collection": "globals",
3618
- "field": "logo_on_light_bg",
3619
- "related_collection": "directus_files",
3620
- "schema": {
3621
- "constraint_name": "globals_logo_on_light_bg_foreign",
3622
- "table": "globals",
3623
- "column": "logo_on_light_bg",
3624
- "foreign_key_schema": "public",
3625
- "foreign_key_table": "directus_files",
3626
- "foreign_key_column": "id",
3627
- "on_update": "NO ACTION",
3628
- "on_delete": "SET NULL"
3629
- },
3630
- "meta": {
3631
- "many_collection": "globals",
3632
- "many_field": "logo_on_light_bg",
3633
- "one_collection": "directus_files",
3634
- "one_field": null,
3635
- "one_collection_field": null,
3636
- "junction_field": null,
3637
- "sort_field": null,
3638
- "one_deselect_action": "nullify",
3639
- "one_allowed_collections": null
3640
- }
3641
- },
3642
- {
3643
- "collection": "os_project_updates",
3644
- "field": "user_created",
3645
- "related_collection": "directus_users",
3646
- "schema": {
3647
- "constraint_name": "os_project_updates_user_created_foreign",
3648
- "table": "os_project_updates",
3649
- "column": "user_created",
3650
- "foreign_key_schema": "public",
3651
- "foreign_key_table": "directus_users",
3652
- "foreign_key_column": "id",
3653
- "on_update": "NO ACTION",
3654
- "on_delete": "NO ACTION"
3655
- },
3656
- "meta": {
3657
- "many_collection": "os_project_updates",
3658
- "many_field": "user_created",
3659
- "one_collection": "directus_users",
3660
- "one_field": null,
3661
- "one_collection_field": null,
3662
- "junction_field": null,
3663
- "sort_field": null,
3664
- "one_deselect_action": "nullify",
3665
- "one_allowed_collections": null
3666
- }
3667
- },
3668
- {
3669
- "collection": "os_project_updates",
3670
- "field": "user_updated",
3671
- "related_collection": "directus_users",
3672
- "schema": {
3673
- "constraint_name": "os_project_updates_user_updated_foreign",
3674
- "table": "os_project_updates",
3675
- "column": "user_updated",
3676
- "foreign_key_schema": "public",
3677
- "foreign_key_table": "directus_users",
3678
- "foreign_key_column": "id",
3679
- "on_update": "NO ACTION",
3680
- "on_delete": "NO ACTION"
3681
- },
3682
- "meta": {
3683
- "many_collection": "os_project_updates",
3684
- "many_field": "user_updated",
3685
- "one_collection": "directus_users",
3686
- "one_field": null,
3687
- "one_collection_field": null,
3688
- "junction_field": null,
3689
- "sort_field": null,
3690
- "one_deselect_action": "nullify",
3691
- "one_allowed_collections": null
3692
- }
3693
- },
3694
- {
3695
- "collection": "os_project_updates",
3696
- "field": "project",
3697
- "related_collection": "os_projects",
3698
- "schema": {
3699
- "constraint_name": "os_project_updates_project_foreign",
3700
- "table": "os_project_updates",
3701
- "column": "project",
3702
- "foreign_key_schema": "public",
3703
- "foreign_key_table": "os_projects",
3704
- "foreign_key_column": "id",
3705
- "on_update": "NO ACTION",
3706
- "on_delete": "SET NULL"
3707
- },
3708
- "meta": {
3709
- "many_collection": "os_project_updates",
3710
- "many_field": "project",
3711
- "one_collection": "os_projects",
3712
- "one_field": "updates",
3713
- "one_collection_field": null,
3714
- "junction_field": null,
3715
- "sort_field": null,
3716
- "one_deselect_action": "nullify",
3717
- "one_allowed_collections": null
3718
- }
3719
- },
3720
- {
3721
- "collection": "os_settings",
3722
- "field": "organization_folder_root",
3723
- "related_collection": "directus_folders",
3724
- "schema": {
3725
- "constraint_name": "os_settings_organization_folder_root_foreign",
3726
- "table": "os_settings",
3727
- "column": "organization_folder_root",
3728
- "foreign_key_schema": "public",
3729
- "foreign_key_table": "directus_folders",
3730
- "foreign_key_column": "id",
3731
- "on_update": "NO ACTION",
3732
- "on_delete": "SET NULL"
3733
- },
3734
- "meta": {
3735
- "many_collection": "os_settings",
3736
- "many_field": "organization_folder_root",
3737
- "one_collection": "directus_folders",
3738
- "one_field": null,
3739
- "one_collection_field": null,
3740
- "junction_field": null,
3741
- "sort_field": null,
3742
- "one_deselect_action": "nullify",
3743
- "one_allowed_collections": null
3744
- }
3745
- },
3746
- {
3747
- "collection": "organizations",
3748
- "field": "folder",
3749
- "related_collection": "directus_folders",
3750
- "schema": {
3751
- "constraint_name": "organizations_folder_foreign",
3752
- "table": "organizations",
3753
- "column": "folder",
3754
- "foreign_key_schema": "public",
3755
- "foreign_key_table": "directus_folders",
3756
- "foreign_key_column": "id",
3757
- "on_update": "NO ACTION",
3758
- "on_delete": "SET NULL"
3759
- },
3760
- "meta": {
3761
- "many_collection": "organizations",
3762
- "many_field": "folder",
3763
- "one_collection": "directus_folders",
3764
- "one_field": "organizations",
3765
- "one_collection_field": null,
3766
- "junction_field": null,
3767
- "sort_field": null,
3768
- "one_deselect_action": "nullify",
3769
- "one_allowed_collections": null
3770
- }
3771
- },
3772
- {
3773
- "collection": "posts",
3774
- "field": "author",
3775
- "related_collection": "team",
3776
- "schema": {
3777
- "constraint_name": "posts_author_foreign",
3778
- "table": "posts",
3779
- "column": "author",
3780
- "foreign_key_schema": "public",
3781
- "foreign_key_table": "team",
3782
- "foreign_key_column": "id",
3783
- "on_update": "NO ACTION",
3784
- "on_delete": "SET NULL"
3785
- },
3786
- "meta": {
3787
- "many_collection": "posts",
3788
- "many_field": "author",
3789
- "one_collection": "team",
3790
- "one_field": "posts",
3791
- "one_collection_field": null,
3792
- "junction_field": null,
3793
- "sort_field": null,
3794
- "one_deselect_action": "nullify",
3795
- "one_allowed_collections": null
3796
- }
3797
- },
3798
- {
3799
- "collection": "messages",
3800
- "field": "conversation",
3801
- "related_collection": "conversations",
3802
- "schema": {
3803
- "constraint_name": "messages_conversation_foreign",
3804
- "table": "messages",
3805
- "column": "conversation",
3806
- "foreign_key_schema": "public",
3807
- "foreign_key_table": "conversations",
3808
- "foreign_key_column": "id",
3809
- "on_update": "NO ACTION",
3810
- "on_delete": "CASCADE"
3811
- },
3812
- "meta": {
3813
- "many_collection": "messages",
3814
- "many_field": "conversation",
3815
- "one_collection": "conversations",
3816
- "one_field": "messages",
3817
- "one_collection_field": null,
3818
- "junction_field": null,
3819
- "sort_field": null,
3820
- "one_deselect_action": "nullify",
3821
- "one_allowed_collections": null
3822
- }
3823
- },
3824
- {
3825
- "collection": "organizations_contacts",
3826
- "field": "organizations_id",
3827
- "related_collection": "organizations",
3828
- "schema": {
3829
- "constraint_name": "organizations_contacts_organizations_id_foreign",
3830
- "table": "organizations_contacts",
3831
- "column": "organizations_id",
3832
- "foreign_key_schema": "public",
3833
- "foreign_key_table": "organizations",
3834
- "foreign_key_column": "id",
3835
- "on_update": "NO ACTION",
3836
- "on_delete": "CASCADE"
3837
- },
3838
- "meta": {
3839
- "many_collection": "organizations_contacts",
3840
- "many_field": "organizations_id",
3841
- "one_collection": "organizations",
3842
- "one_field": "contacts",
3843
- "one_collection_field": null,
3844
- "junction_field": "contacts_id",
3845
- "sort_field": null,
3846
- "one_deselect_action": "nullify",
3847
- "one_allowed_collections": null
3848
- }
3849
- },
3850
- {
3851
- "collection": "organization_addresses",
3852
- "field": "organization",
3853
- "related_collection": "organizations",
3854
- "schema": {
3855
- "constraint_name": "organization_addresses_organization_foreign",
3856
- "table": "organization_addresses",
3857
- "column": "organization",
3858
- "foreign_key_schema": "public",
3859
- "foreign_key_table": "organizations",
3860
- "foreign_key_column": "id",
3861
- "on_update": "NO ACTION",
3862
- "on_delete": "CASCADE"
3863
- },
3864
- "meta": {
3865
- "many_collection": "organization_addresses",
3866
- "many_field": "organization",
3867
- "one_collection": "organizations",
3868
- "one_field": "addresses",
3869
- "one_collection_field": null,
3870
- "junction_field": null,
3871
- "sort_field": "sort",
3872
- "one_deselect_action": "nullify",
3873
- "one_allowed_collections": null
3874
- }
3875
- },
3876
- {
3877
- "collection": "os_deal_contacts",
3878
- "field": "contacts_id",
3879
- "related_collection": "contacts",
3880
- "schema": {
3881
- "constraint_name": "os_deal_contacts_contacts_id_foreign",
3882
- "table": "os_deal_contacts",
3883
- "column": "contacts_id",
3884
- "foreign_key_schema": "public",
3885
- "foreign_key_table": "contacts",
3886
- "foreign_key_column": "id",
3887
- "on_update": "NO ACTION",
3888
- "on_delete": "CASCADE"
3889
- },
3890
- "meta": {
3891
- "many_collection": "os_deal_contacts",
3892
- "many_field": "contacts_id",
3893
- "one_collection": "contacts",
3894
- "one_field": "deals",
3895
- "one_collection_field": null,
3896
- "junction_field": "os_deals_id",
3897
- "sort_field": null,
3898
- "one_deselect_action": "delete",
3899
- "one_allowed_collections": null
3900
- }
3901
- },
3902
- {
3903
- "collection": "os_deal_contacts",
3904
- "field": "os_deals_id",
3905
- "related_collection": "os_deals",
3906
- "schema": {
3907
- "constraint_name": "os_deal_contacts_os_deals_id_foreign",
3908
- "table": "os_deal_contacts",
3909
- "column": "os_deals_id",
3910
- "foreign_key_schema": "public",
3911
- "foreign_key_table": "os_deals",
3912
- "foreign_key_column": "id",
3913
- "on_update": "NO ACTION",
3914
- "on_delete": "CASCADE"
3915
- },
3916
- "meta": {
3917
- "many_collection": "os_deal_contacts",
3918
- "many_field": "os_deals_id",
3919
- "one_collection": "os_deals",
3920
- "one_field": "contacts",
3921
- "one_collection_field": null,
3922
- "junction_field": "contacts_id",
3923
- "sort_field": "sort",
3924
- "one_deselect_action": "delete",
3925
- "one_allowed_collections": null
3926
- }
3927
- },
3928
- {
3929
- "collection": "os_activity_contacts",
3930
- "field": "os_activities_id",
3931
- "related_collection": "os_activities",
3932
- "schema": {
3933
- "constraint_name": "os_activity_contacts_os_activities_id_foreign",
3934
- "table": "os_activity_contacts",
3935
- "column": "os_activities_id",
3936
- "foreign_key_schema": "public",
3937
- "foreign_key_table": "os_activities",
3938
- "foreign_key_column": "id",
3939
- "on_update": "NO ACTION",
3940
- "on_delete": "CASCADE"
3941
- },
3942
- "meta": {
3943
- "many_collection": "os_activity_contacts",
3944
- "many_field": "os_activities_id",
3945
- "one_collection": "os_activities",
3946
- "one_field": "contacts",
3947
- "one_collection_field": null,
3948
- "junction_field": "contacts_id",
3949
- "sort_field": null,
3950
- "one_deselect_action": "delete",
3951
- "one_allowed_collections": null
3952
- }
3953
- },
3954
- {
3955
- "collection": "os_proposal_contacts",
3956
- "field": "contacts_id",
3957
- "related_collection": "contacts",
3958
- "schema": {
3959
- "constraint_name": "os_proposal_contacts_contacts_id_foreign",
3960
- "table": "os_proposal_contacts",
3961
- "column": "contacts_id",
3962
- "foreign_key_schema": "public",
3963
- "foreign_key_table": "contacts",
3964
- "foreign_key_column": "id",
3965
- "on_update": "NO ACTION",
3966
- "on_delete": "CASCADE"
3967
- },
3968
- "meta": {
3969
- "many_collection": "os_proposal_contacts",
3970
- "many_field": "contacts_id",
3971
- "one_collection": "contacts",
3972
- "one_field": null,
3973
- "one_collection_field": null,
3974
- "junction_field": "os_proposals_id",
3975
- "sort_field": null,
3976
- "one_deselect_action": "nullify",
3977
- "one_allowed_collections": null
3978
- }
3979
- },
3980
- {
3981
- "collection": "os_proposal_contacts",
3982
- "field": "os_proposals_id",
3983
- "related_collection": "os_proposals",
3984
- "schema": {
3985
- "constraint_name": "os_proposal_contacts_os_proposals_id_foreign",
3986
- "table": "os_proposal_contacts",
3987
- "column": "os_proposals_id",
3988
- "foreign_key_schema": "public",
3989
- "foreign_key_table": "os_proposals",
3990
- "foreign_key_column": "id",
3991
- "on_update": "NO ACTION",
3992
- "on_delete": "CASCADE"
3993
- },
3994
- "meta": {
3995
- "many_collection": "os_proposal_contacts",
3996
- "many_field": "os_proposals_id",
3997
- "one_collection": "os_proposals",
3998
- "one_field": "contacts",
3999
- "one_collection_field": null,
4000
- "junction_field": "contacts_id",
4001
- "sort_field": "sort",
4002
- "one_deselect_action": "delete",
4003
- "one_allowed_collections": null
4004
- }
4005
- },
4006
- {
4007
- "collection": "os_proposal_approvals",
4008
- "field": "proposal",
4009
- "related_collection": "os_proposals",
4010
- "schema": {
4011
- "constraint_name": "os_proposal_approvals_proposal_foreign",
4012
- "table": "os_proposal_approvals",
4013
- "column": "proposal",
4014
- "foreign_key_schema": "public",
4015
- "foreign_key_table": "os_proposals",
4016
- "foreign_key_column": "id",
4017
- "on_update": "NO ACTION",
4018
- "on_delete": "CASCADE"
4019
- },
4020
- "meta": {
4021
- "many_collection": "os_proposal_approvals",
4022
- "many_field": "proposal",
4023
- "one_collection": "os_proposals",
4024
- "one_field": "approvals",
4025
- "one_collection_field": null,
4026
- "junction_field": null,
4027
- "sort_field": null,
4028
- "one_deselect_action": "delete",
4029
- "one_allowed_collections": null
4030
- }
4031
- },
4032
- {
4033
- "collection": "os_project_contacts",
4034
- "field": "contacts_id",
4035
- "related_collection": "contacts",
4036
- "schema": {
4037
- "constraint_name": "os_project_contacts_contacts_id_foreign",
4038
- "table": "os_project_contacts",
4039
- "column": "contacts_id",
4040
- "foreign_key_schema": "public",
4041
- "foreign_key_table": "contacts",
4042
- "foreign_key_column": "id",
4043
- "on_update": "NO ACTION",
4044
- "on_delete": "CASCADE"
4045
- },
4046
- "meta": {
4047
- "many_collection": "os_project_contacts",
4048
- "many_field": "contacts_id",
4049
- "one_collection": "contacts",
4050
- "one_field": null,
4051
- "one_collection_field": null,
4052
- "junction_field": "os_projects_id",
4053
- "sort_field": null,
4054
- "one_deselect_action": "nullify",
4055
- "one_allowed_collections": null
4056
- }
4057
- },
4058
- {
4059
- "collection": "os_project_contacts",
4060
- "field": "os_projects_id",
4061
- "related_collection": "os_projects",
4062
- "schema": {
4063
- "constraint_name": "os_project_contacts_os_projects_id_foreign",
4064
- "table": "os_project_contacts",
4065
- "column": "os_projects_id",
4066
- "foreign_key_schema": "public",
4067
- "foreign_key_table": "os_projects",
4068
- "foreign_key_column": "id",
4069
- "on_update": "NO ACTION",
4070
- "on_delete": "CASCADE"
4071
- },
4072
- "meta": {
4073
- "many_collection": "os_project_contacts",
4074
- "many_field": "os_projects_id",
4075
- "one_collection": "os_projects",
4076
- "one_field": "contacts",
4077
- "one_collection_field": null,
4078
- "junction_field": "contacts_id",
4079
- "sort_field": "sort",
4080
- "one_deselect_action": "delete",
4081
- "one_allowed_collections": null
4082
- }
4083
- },
4084
- {
4085
- "collection": "os_task_files",
4086
- "field": "directus_files_id",
4087
- "related_collection": "directus_files",
4088
- "schema": {
4089
- "constraint_name": "os_task_files_directus_files_id_foreign",
4090
- "table": "os_task_files",
4091
- "column": "directus_files_id",
4092
- "foreign_key_schema": "public",
4093
- "foreign_key_table": "directus_files",
4094
- "foreign_key_column": "id",
4095
- "on_update": "NO ACTION",
4096
- "on_delete": "CASCADE"
4097
- },
4098
- "meta": {
4099
- "many_collection": "os_task_files",
4100
- "many_field": "directus_files_id",
4101
- "one_collection": "directus_files",
4102
- "one_field": null,
4103
- "one_collection_field": null,
4104
- "junction_field": "os_tasks_id",
4105
- "sort_field": null,
4106
- "one_deselect_action": "nullify",
4107
- "one_allowed_collections": null
4108
- }
4109
- },
4110
- {
4111
- "collection": "os_task_files",
4112
- "field": "os_tasks_id",
4113
- "related_collection": "os_tasks",
4114
- "schema": {
4115
- "constraint_name": "os_task_files_os_tasks_id_foreign",
4116
- "table": "os_task_files",
4117
- "column": "os_tasks_id",
4118
- "foreign_key_schema": "public",
4119
- "foreign_key_table": "os_tasks",
4120
- "foreign_key_column": "id",
4121
- "on_update": "NO ACTION",
4122
- "on_delete": "CASCADE"
4123
- },
4124
- "meta": {
4125
- "many_collection": "os_task_files",
4126
- "many_field": "os_tasks_id",
4127
- "one_collection": "os_tasks",
4128
- "one_field": "files",
4129
- "one_collection_field": null,
4130
- "junction_field": "directus_files_id",
4131
- "sort_field": "sort",
4132
- "one_deselect_action": "delete",
4133
- "one_allowed_collections": null
4134
- }
4135
- },
4136
- {
4137
- "collection": "organizations_contacts",
4138
- "field": "contacts_id",
4139
- "related_collection": "contacts",
4140
- "schema": {
4141
- "constraint_name": "organizations_contacts_contacts_id_foreign",
4142
- "table": "organizations_contacts",
4143
- "column": "contacts_id",
4144
- "foreign_key_schema": "public",
4145
- "foreign_key_table": "contacts",
4146
- "foreign_key_column": "id",
4147
- "on_update": "NO ACTION",
4148
- "on_delete": "CASCADE"
4149
- },
4150
- "meta": {
4151
- "many_collection": "organizations_contacts",
4152
- "many_field": "contacts_id",
4153
- "one_collection": "contacts",
4154
- "one_field": "organizations",
4155
- "one_collection_field": null,
4156
- "junction_field": "organizations_id",
4157
- "sort_field": "sort",
4158
- "one_deselect_action": "delete",
4159
- "one_allowed_collections": null
4160
- }
4161
- },
4162
- {
4163
- "collection": "os_activity_contacts",
4164
- "field": "contacts_id",
4165
- "related_collection": "contacts",
4166
- "schema": {
4167
- "constraint_name": "os_activity_contacts_contacts_id_foreign",
4168
- "table": "os_activity_contacts",
4169
- "column": "contacts_id",
4170
- "foreign_key_schema": "public",
4171
- "foreign_key_table": "contacts",
4172
- "foreign_key_column": "id",
4173
- "on_update": "NO ACTION",
4174
- "on_delete": "CASCADE"
4175
- },
4176
- "meta": {
4177
- "many_collection": "os_activity_contacts",
4178
- "many_field": "contacts_id",
4179
- "one_collection": "contacts",
4180
- "one_field": "activities",
4181
- "one_collection_field": null,
4182
- "junction_field": "os_activities_id",
4183
- "sort_field": null,
4184
- "one_deselect_action": "delete",
4185
- "one_allowed_collections": null
4186
- }
4187
- },
4188
- {
4189
- "collection": "os_invoice_items",
4190
- "field": "invoice",
4191
- "related_collection": "os_invoices",
4192
- "schema": {
4193
- "constraint_name": "os_invoice_items_invoice_foreign",
4194
- "table": "os_invoice_items",
4195
- "column": "invoice",
4196
- "foreign_key_schema": "public",
4197
- "foreign_key_table": "os_invoices",
4198
- "foreign_key_column": "id",
4199
- "on_update": "NO ACTION",
4200
- "on_delete": "CASCADE"
4201
- },
4202
- "meta": {
4203
- "many_collection": "os_invoice_items",
4204
- "many_field": "invoice",
4205
- "one_collection": "os_invoices",
4206
- "one_field": "line_items",
4207
- "one_collection_field": null,
4208
- "junction_field": null,
4209
- "sort_field": "line_item_number",
4210
- "one_deselect_action": "nullify",
4211
- "one_allowed_collections": null
4212
- }
4213
- },
4214
- {
4215
- "collection": "os_invoice_items",
4216
- "field": "item",
4217
- "related_collection": "os_items",
4218
- "schema": {
4219
- "constraint_name": "os_invoice_items_item_foreign",
4220
- "table": "os_invoice_items",
4221
- "column": "item",
4222
- "foreign_key_schema": "public",
4223
- "foreign_key_table": "os_items",
4224
- "foreign_key_column": "id",
4225
- "on_update": "NO ACTION",
4226
- "on_delete": "NO ACTION"
4227
- },
4228
- "meta": {
4229
- "many_collection": "os_invoice_items",
4230
- "many_field": "item",
4231
- "one_collection": "os_items",
4232
- "one_field": null,
4233
- "one_collection_field": null,
4234
- "junction_field": null,
4235
- "sort_field": null,
4236
- "one_deselect_action": "nullify",
4237
- "one_allowed_collections": null
4238
- }
4239
- },
4240
- {
4241
- "collection": "block_hero",
4242
- "field": "button_group",
4243
- "related_collection": "block_button_group",
4244
- "schema": {
4245
- "constraint_name": "block_hero_button_group_foreign",
4246
- "table": "block_hero",
4247
- "column": "button_group",
4248
- "foreign_key_schema": "public",
4249
- "foreign_key_table": "block_button_group",
4250
- "foreign_key_column": "id",
4251
- "on_update": "NO ACTION",
4252
- "on_delete": "SET NULL"
4253
- },
4254
- "meta": {
4255
- "many_collection": "block_hero",
4256
- "many_field": "button_group",
4257
- "one_collection": "block_button_group",
4258
- "one_field": null,
4259
- "one_collection_field": null,
4260
- "junction_field": null,
4261
- "sort_field": null,
4262
- "one_deselect_action": "nullify",
4263
- "one_allowed_collections": null
4264
- }
4265
- },
4266
- {
4267
- "collection": "block_cta",
4268
- "field": "button_group",
4269
- "related_collection": "block_button_group",
4270
- "schema": {
4271
- "constraint_name": "block_cta_button_group_foreign",
4272
- "table": "block_cta",
4273
- "column": "button_group",
4274
- "foreign_key_schema": "public",
4275
- "foreign_key_table": "block_button_group",
4276
- "foreign_key_column": "id",
4277
- "on_update": "NO ACTION",
4278
- "on_delete": "SET NULL"
4279
- },
4280
- "meta": {
4281
- "many_collection": "block_cta",
4282
- "many_field": "button_group",
4283
- "one_collection": "block_button_group",
4284
- "one_field": null,
4285
- "one_collection_field": null,
4286
- "junction_field": null,
4287
- "sort_field": null,
4288
- "one_deselect_action": "nullify",
4289
- "one_allowed_collections": null
4290
- }
4291
- },
4292
- {
4293
- "collection": "block_button",
4294
- "field": "page",
4295
- "related_collection": "pages",
4296
- "schema": {
4297
- "constraint_name": "block_button_page_foreign",
4298
- "table": "block_button",
4299
- "column": "page",
4300
- "foreign_key_schema": "public",
4301
- "foreign_key_table": "pages",
4302
- "foreign_key_column": "id",
4303
- "on_update": "NO ACTION",
4304
- "on_delete": "SET NULL"
4305
- },
4306
- "meta": {
4307
- "many_collection": "block_button",
4308
- "many_field": "page",
4309
- "one_collection": "pages",
4310
- "one_field": null,
4311
- "one_collection_field": null,
4312
- "junction_field": null,
4313
- "sort_field": null,
4314
- "one_deselect_action": "nullify",
4315
- "one_allowed_collections": null
4316
- }
4317
- },
4318
- {
4319
- "collection": "block_button",
4320
- "field": "post",
4321
- "related_collection": "posts",
4322
- "schema": {
4323
- "constraint_name": "block_button_post_foreign",
4324
- "table": "block_button",
4325
- "column": "post",
4326
- "foreign_key_schema": "public",
4327
- "foreign_key_table": "posts",
4328
- "foreign_key_column": "id",
4329
- "on_update": "NO ACTION",
4330
- "on_delete": "SET NULL"
4331
- },
4332
- "meta": {
4333
- "many_collection": "block_button",
4334
- "many_field": "post",
4335
- "one_collection": "posts",
4336
- "one_field": null,
4337
- "one_collection_field": null,
4338
- "junction_field": null,
4339
- "sort_field": null,
4340
- "one_deselect_action": "nullify",
4341
- "one_allowed_collections": null
4342
- }
4343
- },
4344
- {
4345
- "collection": "block_columns_rows",
4346
- "field": "button_group",
4347
- "related_collection": "block_button_group",
4348
- "schema": {
4349
- "constraint_name": "block_columns_rows_button_group_foreign",
4350
- "table": "block_columns_rows",
4351
- "column": "button_group",
4352
- "foreign_key_schema": "public",
4353
- "foreign_key_table": "block_button_group",
4354
- "foreign_key_column": "id",
4355
- "on_update": "NO ACTION",
4356
- "on_delete": "SET NULL"
4357
- },
4358
- "meta": {
4359
- "many_collection": "block_columns_rows",
4360
- "many_field": "button_group",
4361
- "one_collection": "block_button_group",
4362
- "one_field": null,
4363
- "one_collection_field": null,
4364
- "junction_field": null,
4365
- "sort_field": null,
4366
- "one_deselect_action": "nullify",
4367
- "one_allowed_collections": null
4368
- }
4369
- },
4370
- {
4371
- "collection": "block_button",
4372
- "field": "button_group",
4373
- "related_collection": "block_button_group",
4374
- "schema": {
4375
- "constraint_name": "block_button_button_group_foreign",
4376
- "table": "block_button",
4377
- "column": "button_group",
4378
- "foreign_key_schema": "public",
4379
- "foreign_key_table": "block_button_group",
4380
- "foreign_key_column": "id",
4381
- "on_update": "NO ACTION",
4382
- "on_delete": "SET NULL"
4383
- },
4384
- "meta": {
4385
- "many_collection": "block_button",
4386
- "many_field": "button_group",
4387
- "one_collection": "block_button_group",
4388
- "one_field": "buttons",
4389
- "one_collection_field": null,
4390
- "junction_field": null,
4391
- "sort_field": "sort",
4392
- "one_deselect_action": "nullify",
4393
- "one_allowed_collections": null
4394
- }
4395
- },
4396
- {
4397
- "collection": "os_expenses",
4398
- "field": "user_submitted",
4399
- "related_collection": "directus_users",
4400
- "schema": {
4401
- "constraint_name": "os_expenses_user_submitted_foreign",
4402
- "table": "os_expenses",
4403
- "column": "user_submitted",
4404
- "foreign_key_schema": "public",
4405
- "foreign_key_table": "directus_users",
4406
- "foreign_key_column": "id",
4407
- "on_update": "NO ACTION",
4408
- "on_delete": "SET NULL"
4409
- },
4410
- "meta": {
4411
- "many_collection": "os_expenses",
4412
- "many_field": "user_submitted",
4413
- "one_collection": "directus_users",
4414
- "one_field": null,
4415
- "one_collection_field": null,
4416
- "junction_field": null,
4417
- "sort_field": null,
4418
- "one_deselect_action": "nullify",
4419
- "one_allowed_collections": null
4420
- }
4421
- },
4422
- {
4423
- "collection": "block_step_items",
4424
- "field": "button_group",
4425
- "related_collection": "block_button_group",
4426
- "schema": {
4427
- "constraint_name": "block_step_items_button_group_foreign",
4428
- "table": "block_step_items",
4429
- "column": "button_group",
4430
- "foreign_key_schema": "public",
4431
- "foreign_key_table": "block_button_group",
4432
- "foreign_key_column": "id",
4433
- "on_update": "NO ACTION",
4434
- "on_delete": "SET NULL"
4435
- },
4436
- "meta": {
4437
- "many_collection": "block_step_items",
4438
- "many_field": "button_group",
4439
- "one_collection": "block_button_group",
4440
- "one_field": null,
4441
- "one_collection_field": null,
4442
- "junction_field": null,
4443
- "sort_field": null,
4444
- "one_deselect_action": "nullify",
4445
- "one_allowed_collections": null
4446
- }
4447
- },
4448
- {
4449
- "collection": "post_gallery_items",
4450
- "field": "directus_files_id",
4451
- "related_collection": "directus_files",
4452
- "schema": {
4453
- "constraint_name": "post_gallery_items_directus_files_id_foreign",
4454
- "table": "post_gallery_items",
4455
- "column": "directus_files_id",
4456
- "foreign_key_schema": "public",
4457
- "foreign_key_table": "directus_files",
4458
- "foreign_key_column": "id",
4459
- "on_update": "NO ACTION",
4460
- "on_delete": "SET NULL"
4461
- },
4462
- "meta": {
4463
- "many_collection": "post_gallery_items",
4464
- "many_field": "directus_files_id",
4465
- "one_collection": "directus_files",
4466
- "one_field": null,
4467
- "one_collection_field": null,
4468
- "junction_field": "posts_id",
4469
- "sort_field": null,
4470
- "one_deselect_action": "nullify",
4471
- "one_allowed_collections": null
4472
- }
4473
- },
4474
- {
4475
- "collection": "post_gallery_items",
4476
- "field": "posts_id",
4477
- "related_collection": "posts",
4478
- "schema": {
4479
- "constraint_name": "post_gallery_items_posts_id_foreign",
4480
- "table": "post_gallery_items",
4481
- "column": "posts_id",
4482
- "foreign_key_schema": "public",
4483
- "foreign_key_table": "posts",
4484
- "foreign_key_column": "id",
4485
- "on_update": "NO ACTION",
4486
- "on_delete": "SET NULL"
4487
- },
4488
- "meta": {
4489
- "many_collection": "post_gallery_items",
4490
- "many_field": "posts_id",
4491
- "one_collection": "posts",
4492
- "one_field": "gallery",
4493
- "one_collection_field": null,
4494
- "junction_field": "directus_files_id",
4495
- "sort_field": "sort",
4496
- "one_deselect_action": "nullify",
4497
- "one_allowed_collections": null
4498
- }
4499
- },
4500
- {
4501
- "collection": "conversations",
4502
- "field": "organization",
4503
- "related_collection": "organizations",
4504
- "schema": {
4505
- "constraint_name": "conversations_organization_foreign",
4506
- "table": "conversations",
4507
- "column": "organization",
4508
- "foreign_key_schema": "public",
4509
- "foreign_key_table": "organizations",
4510
- "foreign_key_column": "id",
4511
- "on_update": "NO ACTION",
4512
- "on_delete": "SET NULL"
4513
- },
4514
- "meta": {
4515
- "many_collection": "conversations",
4516
- "many_field": "organization",
4517
- "one_collection": "organizations",
4518
- "one_field": null,
4519
- "one_collection_field": null,
4520
- "junction_field": null,
4521
- "sort_field": null,
4522
- "one_deselect_action": "nullify",
4523
- "one_allowed_collections": null
4524
- }
4525
- },
4526
- {
4527
- "collection": "os_proposal_blocks",
4528
- "field": "item",
4529
- "related_collection": null,
4530
- "schema": null,
4531
- "meta": {
4532
- "many_collection": "os_proposal_blocks",
4533
- "many_field": "item",
4534
- "one_collection": null,
4535
- "one_field": null,
4536
- "one_collection_field": "collection",
4537
- "junction_field": "os_proposals_id",
4538
- "sort_field": null,
4539
- "one_deselect_action": "nullify",
4540
- "one_allowed_collections": [
4541
- "block_quote",
4542
- "block_richtext",
4543
- "block_steps",
4544
- "block_team",
4545
- "block_video",
4546
- "block_faqs",
4547
- "block_logocloud",
4548
- "block_divider"
4549
- ]
4550
- }
4551
- },
4552
- {
4553
- "collection": "page_blocks",
4554
- "field": "item",
4555
- "related_collection": null,
4556
- "schema": null,
4557
- "meta": {
4558
- "many_collection": "page_blocks",
4559
- "many_field": "item",
4560
- "one_collection": null,
4561
- "one_field": null,
4562
- "one_collection_field": "collection",
4563
- "junction_field": "pages_id",
4564
- "sort_field": null,
4565
- "one_deselect_action": "nullify",
4566
- "one_allowed_collections": [
4567
- "block_columns",
4568
- "block_cta",
4569
- "block_divider",
4570
- "block_faqs",
4571
- "block_form",
4572
- "block_gallery",
4573
- "block_hero",
4574
- "block_html",
4575
- "block_logocloud",
4576
- "block_quote",
4577
- "block_richtext",
4578
- "block_steps",
4579
- "block_team",
4580
- "block_testimonials",
4581
- "block_video"
4582
- ]
4583
- }
4584
- }
4585
- ]