暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

GestioneManutenzioni.skipper 121KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569
  1. <?xml version="1.0"?>
  2. <skipper version="3.2.25.1702" mvc="Laravel" orm="Laravel" name="GestioneManutenzioni" uuid="3072e02c-7554-4faa-a6bb-1bdf47958cd4">
  3. <orm-attributes>
  4. <attribute name="migrations-path">database/migrations</attribute>
  5. </orm-attributes>
  6. <module name="\Application module" local-name="Application module" namespace="\App\Models" local-namespace="App\Models" export-format="Laravel" export-path="." uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72">
  7. <entity name="\App\Models\Reparto" local-name="Reparto" namespace="\App\Models" uuid="058bee4e-7265-4143-bcd4-1154fea3ae6a">
  8. <field name="id" type="bigInteger" required="true" unique="true" primary="true" unsigned="true" auto-increment="true" uuid="b6834b4a-786a-4aac-9d8c-0a0b397e7400"/>
  9. <field name="label" type="string" uuid="ce6ca041-dd2e-441a-ac2f-8adb64a7bc57"/>
  10. <field name="descrizione" type="string" uuid="c0ee910e-53bf-4d27-b36d-92051722a97b"/>
  11. <field name="is_attivo" type="boolean" default="1" uuid="fd2c04e8-d5c7-43af-a02c-9db3ba2a7e9a"/>
  12. <field name="email" type="string" uuid="e752721c-7d0c-440c-862f-679024eede6c"/>
  13. <field name="telefono" type="string" uuid="a734212f-5e84-474c-afd4-825075f821e0"/>
  14. <field name="token" type="string" uuid="d099b0a9-9334-4dc9-a5cf-71302f34cd81"/>
  15. <field name="created_at" type="timestamp" uuid="6576279c-eeb4-4bb2-8f44-310c9d87082d"/>
  16. <field name="updated_at" type="timestamp" uuid="a200a38a-92db-489d-a2d3-909eddce6097"/>
  17. <orm-attributes>
  18. <attribute name="fillableAll">as-fillable-all</attribute>
  19. <attribute name="table">reparto</attribute>
  20. </orm-attributes>
  21. </entity>
  22. <entity name="\App\Models\User" local-name="User" namespace="\App\Models" uuid="56185713-1439-4bd9-81df-6d5339d066ce">
  23. <field name="id" type="bigInteger" required="true" unique="true" primary="true" unsigned="true" auto-increment="true" uuid="0a6f5cb1-6847-45b2-9241-8ab815e1c380"/>
  24. <field name="nome" type="string" uuid="7146ddab-7bf0-4c4a-9cb9-0a80eedba7fd"/>
  25. <field name="cognome" type="string" uuid="5d3e9adc-9d0e-4b7c-abef-2b50ec57333c"/>
  26. <field name="email" type="string" uuid="097ab2c7-9646-43ff-bc82-8cc0c277d909"/>
  27. <field name="telefono" type="string" uuid="2cb16ee6-fd81-4981-95be-d88191274a0d"/>
  28. <field name="password" type="string" uuid="ca5b3607-4149-4aa9-9fe9-ed3f9ea4b79b"/>
  29. <field name="email_verified_at" type="timestamp" uuid="e9cfc935-4b99-4bc8-be16-c582001b7cf4"/>
  30. <field name="remember_token" type="string" uuid="43a000b7-9f98-4fbd-a88d-c6ea908cb2cc"/>
  31. <field name="api_token" type="string" uuid="e1c61394-f57e-4941-aeb7-04fb368733cd"/>
  32. <field name="two_factor_secret" type="text" uuid="9f263de8-d827-4458-abac-08dc31740853"/>
  33. <field name="two_factor_recovery_codes" type="text" uuid="07ddc14d-0638-4998-9c0f-61e6b4c275ef"/>
  34. <field name="two_factor_confirmed_at" type="timestamp" uuid="7e1530aa-7374-4465-af8d-0aed05196cf6"/>
  35. <field name="is_gruppo" type="boolean" default="0" uuid="704eb3e5-b120-4303-b675-f3b7e051b24d"/>
  36. <field name="label_gruppo" type="string" uuid="b575155d-c744-4622-92bb-d28a36710267"/>
  37. <field name="componenti_gruppo" type="json" uuid="c26ef028-e3f3-4dfe-b949-397da060e974"/>
  38. <field name="azienda" type="string" uuid="108999d1-18e4-46b1-bf33-2fe5145e8f3d"/>
  39. <field name="created_at" type="timestamp" uuid="40919a29-47f6-4516-9c3d-917ed2c9afe6"/>
  40. <field name="updated_at" type="timestamp" uuid="ef88ffd6-4374-4238-99c9-9cc9596a093e"/>
  41. <orm-attributes>
  42. <attribute name="table">users</attribute>
  43. <attribute name="fillableAll">as-fillable-all</attribute>
  44. <attribute name="extends">\Illuminate\Foundation\Auth\User</attribute>
  45. </orm-attributes>
  46. </entity>
  47. <entity name="\App\Models\Segnalazione" local-name="Segnalazione" namespace="\App\Models" uuid="b21d156e-828b-49fe-87a8-659eb8411896">
  48. <field name="id" type="bigInteger" required="true" unique="true" primary="true" unsigned="true" auto-increment="true" uuid="d15505d1-a284-4cf1-94b0-70d0f5788243"/>
  49. <field name="reparto_id" type="bigInteger" unsigned="true" uuid="1b21c2c5-a7df-400e-b816-995effdbf0e1"/>
  50. <field name="luogo_id" type="bigInteger" unsigned="true" uuid="a9f8ce22-0257-42cf-b6f3-de7a1132eea4"/>
  51. <field name="user_id" description="a chi &#xE8; assegnata la segnalazione" type="bigInteger" unsigned="true" uuid="9157dc7c-305b-4227-8b05-3992650c5cfc"/>
  52. <field name="titolo" type="string" uuid="93e92649-f52f-4db5-baad-a4abf8e20f62"/>
  53. <field name="riferimento" type="string" uuid="5c615a4a-fd54-4e7b-9e40-64ed05f233c5"/>
  54. <field name="descrizione" type="text" uuid="1122f731-6f02-4eb8-b50a-f3a18a3c7eee"/>
  55. <field name="email" type="string" uuid="d5523b54-3097-4cab-b7b9-1cda0923a39a"/>
  56. <field name="telefono" type="string" uuid="7c80e559-2407-4396-8e87-81881e471d79"/>
  57. <field name="stato" type="string" uuid="86938116-9b87-4051-bc45-3009fe9cbf83"/>
  58. <field name="priorita" type="string" uuid="47ea6f64-0734-42ae-9374-bfe268ac2fca"/>
  59. <field name="tipo" type="string" uuid="16f71b45-d45e-490a-9985-f19bed3c4d1c"/>
  60. <field name="token" type="string" uuid="e5bd4274-35d3-4bff-9643-31c0b84ef421"/>
  61. <field name="created_at" type="timestamp" uuid="d0040cc6-db11-4587-beed-bf4313681d57"/>
  62. <field name="updated_at" type="timestamp" uuid="3a3d74a0-b87a-40b2-aa1d-691d9ff66856"/>
  63. <orm-attributes>
  64. <attribute name="fillableAll">as-fillable-all</attribute>
  65. <attribute name="table">segnalazione</attribute>
  66. </orm-attributes>
  67. </entity>
  68. <association from="\App\Models\Segnalazione" to="\App\Models\Reparto" caption="Reparto Segnalaziones" owner-alias="segnalazioni" inverse-alias="reparto" many-owner="true" many-inverse="false" uuid="c27e4a3f-ddeb-4fe9-9783-283dc197038a">
  69. <association-field from="reparto_id" to="id" uuid="a0156e92-ea23-4c15-acb5-9ad2ba5af0ba"/>
  70. <orm-attributes>
  71. <attribute name="onDelete">set null</attribute>
  72. </orm-attributes>
  73. </association>
  74. <association from="\App\Models\Segnalazione" to="\App\Models\Luogo" caption="Luogo Segnalaziones" owner-alias="segnalazioni" inverse-alias="luogo" many-owner="true" many-inverse="false" uuid="d2f24672-cfe1-40be-a2d2-df8c61b7bee9">
  75. <association-field from="luogo_id" to="id" uuid="28295fce-e696-46e5-b19a-340557fd8109"/>
  76. <orm-attributes>
  77. <attribute name="onDelete">set null</attribute>
  78. </orm-attributes>
  79. </association>
  80. <association from="\App\Models\Segnalazione" to="\App\Models\User" caption="User Segnalaziones" owner-alias="segnalazioni" inverse-alias="user" many-owner="true" many-inverse="false" uuid="2fa65d03-8ddb-413f-8064-798860928786">
  81. <association-field from="user_id" to="id" uuid="d432694a-89df-447e-801d-24b276e2ac8c"/>
  82. <orm-attributes>
  83. <attribute name="onDelete">set null</attribute>
  84. </orm-attributes>
  85. </association>
  86. <entity name="\App\Models\Luogo" local-name="Luogo" namespace="\App\Models" uuid="fc304991-f5a9-4ae0-94e9-6f4a1016d1d0">
  87. <field name="id" type="bigInteger" required="true" unique="true" primary="true" unsigned="true" auto-increment="true" uuid="0650ead8-f468-428d-8328-abf72d705f81"/>
  88. <field name="reparto_id" type="bigInteger" unsigned="true" uuid="6ebc6247-693a-45cd-9cf7-e6ae5540bc57"/>
  89. <field name="label" type="string" uuid="cb4593a6-330e-45d8-bd24-6f27fed6d50f"/>
  90. <field name="descrizione" type="string" uuid="9f449dc9-ca55-4072-ac5a-625d529d5f5e"/>
  91. <field name="is_attivo" type="boolean" default="1" uuid="ab52f60c-8f57-40bd-9443-ac893445bc0a"/>
  92. <field name="created_at" type="timestamp" uuid="39787a56-8a76-4fd5-ba6d-3bf699c26f6c"/>
  93. <field name="updated_at" type="timestamp" uuid="146935b0-d70f-4c88-919c-10a605a0528b"/>
  94. <orm-attributes>
  95. <attribute name="fillableAll">as-fillable-all</attribute>
  96. <attribute name="table">luogo</attribute>
  97. </orm-attributes>
  98. </entity>
  99. <association from="\App\Models\Luogo" to="\App\Models\Reparto" caption="Reparto Luogos" owner-alias="luoghi" inverse-alias="reparto" many-owner="true" many-inverse="false" uuid="938fb821-3bf1-41ce-9a31-b8e4bc7525ff">
  100. <association-field from="reparto_id" to="id" uuid="77740dcb-72dc-474b-a5a5-1c3606334a62"/>
  101. <orm-attributes>
  102. <attribute name="onDelete">cascade</attribute>
  103. </orm-attributes>
  104. </association>
  105. <entity name="\App\Models\ConfiguraSegnalazione" local-name="ConfiguraSegnalazione" namespace="\App\Models" uuid="8819ca52-ae65-43e3-8aa4-a9d99d228284">
  106. <field name="id" type="bigInteger" required="true" unique="true" primary="true" unsigned="true" auto-increment="true" uuid="b82082e0-0b90-471d-9698-545b58e84b5a"/>
  107. <field name="label" type="string" uuid="c0b1bbac-3561-4290-8d26-0f80e005ddf9"/>
  108. <field name="descrizione" type="text" uuid="27bba23a-4ee0-47bf-bb70-b7029dbacd8a"/>
  109. <field name="gruppo" type="string" uuid="59cd917a-97b3-4227-badc-ee7604c971f7"/>
  110. <field name="key" type="string" uuid="436d6a3f-fc22-4fe5-a91f-e2c393ed7780"/>
  111. <field name="value" type="string" uuid="6122590b-dc17-4bf2-8497-c5b17bacaacd"/>
  112. <field name="type" type="string" uuid="b7ab3e5d-4482-483b-8cea-a26de1feda03"/>
  113. <field name="order" type="integer" uuid="e4996d7f-4473-478d-8fea-5936deb136bd"/>
  114. <field name="icona" type="string" uuid="b9635a0a-85b2-467a-b2dc-89cd63ee0c4d"/>
  115. <field name="colore" type="string" uuid="c6811c53-5d36-454d-b43f-5df0157e39c2"/>
  116. <field name="created_at" type="timestamp" uuid="00cd7459-b3a0-482c-83a4-7568de2c7124"/>
  117. <field name="updated_at" type="timestamp" uuid="93b12b98-06a8-4563-9e4d-553b532d39db"/>
  118. <orm-attributes>
  119. <attribute name="fillableAll">as-fillable-all</attribute>
  120. <attribute name="table">configura_segnalazione</attribute>
  121. </orm-attributes>
  122. </entity>
  123. <entity name="\App\Models\Annotazione" local-name="Annotazione" namespace="\App\Models" uuid="43c9733c-5074-4c8d-9cb1-33867510c2fc">
  124. <field name="id" type="bigInteger" required="true" unique="true" primary="true" unsigned="true" auto-increment="true" uuid="0437cbe3-b2c4-4fa6-8c9c-7df74e17a5e2"/>
  125. <field name="segnalazione_id" type="bigInteger" unsigned="true" uuid="a55daaa7-8ba7-4bb0-83dd-dcfdb8036968"/>
  126. <field name="user_id" type="bigInteger" unsigned="true" uuid="734b6cb6-58f7-4a2b-b27d-ab8dc46cf714"/>
  127. <field name="text" type="text" uuid="f748b6d3-a6af-40b0-a522-4447364a2948"/>
  128. <field name="tempo_minuti" type="integer" default="0" uuid="b3f34db1-e2e5-4426-a960-51eb2d8ca0b1"/>
  129. <field name="tempo_data" type="dateTime" uuid="f305a718-29d3-4bd5-8da9-619db3671251">
  130. <orm-attributes>
  131. <attribute name="cast">datetime</attribute>
  132. <attribute name="castFormat">d/m/Y H:i</attribute>
  133. </orm-attributes>
  134. </field>
  135. <field name="costo" type="decimal" size="10" uuid="330f67c6-9da7-4130-8907-9c1339a62723">
  136. <orm-attributes>
  137. <attribute name="decimal">2</attribute>
  138. </orm-attributes>
  139. </field>
  140. <field name="costo_descrizione" type="text" uuid="2d89a9fb-9229-412e-b6df-9b35a19f14a5"/>
  141. <field name="riservata" type="boolean" default="1" uuid="c48733ff-ec02-4aa0-be7c-25be727c3c1e"/>
  142. <field name="riferimento" type="string" uuid="dca8d620-9b45-4a1f-96e4-0d76392ac410"/>
  143. <field name="email" type="string" uuid="e2ca0f54-426d-4977-b729-fd007dee6f64"/>
  144. <field name="telefono" type="string" uuid="7b367191-cdfd-465f-8efe-ba0922fa32ff"/>
  145. <field name="created_at" type="timestamp" uuid="d0ae0044-ec8e-4aee-8cb5-84d5a663c57a"/>
  146. <field name="updated_at" type="timestamp" uuid="80c6b3cc-d201-4972-8b42-e25cbee8b615"/>
  147. <orm-attributes>
  148. <attribute name="fillableAll">as-fillable-all</attribute>
  149. <attribute name="table">annotazione</attribute>
  150. </orm-attributes>
  151. </entity>
  152. <association from="\App\Models\Annotazione" to="\App\Models\Segnalazione" caption="Segnalazione Annotaziones" owner-alias="annotazioni" inverse-alias="segnalazione" many-owner="true" many-inverse="false" uuid="9d4fa7d0-23be-4bb2-99bd-67797c3244c0">
  153. <association-field from="segnalazione_id" to="id" uuid="76a290ad-9338-4ae7-a168-dd924d4c0b9f"/>
  154. <orm-attributes>
  155. <attribute name="onDelete">cascade</attribute>
  156. </orm-attributes>
  157. </association>
  158. <association from="\App\Models\Annotazione" to="\App\Models\User" caption="User Annotaziones" owner-alias="annotazioni" inverse-alias="user" many-owner="true" many-inverse="false" uuid="f5d31adf-5971-42f7-90bf-41571fe64218">
  159. <association-field from="user_id" to="id" uuid="1fb9c039-f291-4e4e-ac2f-c31f14db295b"/>
  160. <orm-attributes>
  161. <attribute name="onDelete">set null</attribute>
  162. </orm-attributes>
  163. </association>
  164. <entity name="\App\Models\AllegatoAnnotazione" local-name="AllegatoAnnotazione" namespace="\App\Models" uuid="be8b5d1d-91da-4d7b-a50e-415ef90e5669">
  165. <field name="id" type="bigInteger" required="true" unique="true" primary="true" unsigned="true" auto-increment="true" uuid="30f3fa1d-7834-42da-bbfc-3a60ddad4034"/>
  166. <field name="annotazione_id" type="bigInteger" unsigned="true" uuid="d48cb9c0-3907-4472-88a5-44774d686d37"/>
  167. <field name="nome" type="string" uuid="96220dc4-79f3-4e79-8024-cd4a976f443a"/>
  168. <field name="descrizione" type="string" uuid="97adca03-8802-4042-8f00-ff79b3910b0d"/>
  169. <field name="path_file" type="string" uuid="14d15c1e-3bfe-45b8-8d74-5ddd222ff3b5"/>
  170. <field name="created_at" type="timestamp" uuid="aa099fda-2af1-4c9e-8e79-3020bff7acde"/>
  171. <field name="updated_at" type="timestamp" uuid="65bce51b-82df-4a22-a870-38aa7dc6e304"/>
  172. <orm-attributes>
  173. <attribute name="fillableAll">as-fillable-all</attribute>
  174. <attribute name="table">allegato_annotazione</attribute>
  175. </orm-attributes>
  176. </entity>
  177. <association from="\App\Models\AllegatoAnnotazione" to="\App\Models\Annotazione" caption="Annotazione AllegatoAnnotaziones" owner-alias="allegatiAnnotazione" inverse-alias="annotazione" many-owner="true" many-inverse="false" uuid="719929c1-e0fe-4feb-950a-ba417c35a60c">
  178. <association-field from="annotazione_id" to="id" uuid="c74b78f8-307e-4473-a96d-263d5f8908d2"/>
  179. <orm-attributes>
  180. <attribute name="onDelete">cascade</attribute>
  181. </orm-attributes>
  182. </association>
  183. <entity name="\App\Models\Provincia" local-name="Provincia" namespace="\App\Models" uuid="f1331b94-8ccf-4328-bc32-bffdc732572e">
  184. <field name="id" type="bigInteger" required="true" unique="true" primary="true" unsigned="true" auto-increment="true" uuid="e489d50b-7a4e-4869-b62a-6e552e4a1140"/>
  185. <field name="nazione_id" type="bigInteger" unsigned="true" uuid="a51b37ab-f251-4222-b5cd-09de8f6032ea"/>
  186. <field name="nome" type="string" uuid="673adc64-b483-4df0-b282-74322004a246"/>
  187. <field name="sigla" type="string" uuid="640d52fb-d124-4ee8-a184-52f855e4153b"/>
  188. <field name="created_at" type="timestamp" uuid="7f7a24b6-229f-4acf-aef3-0ec512768d24"/>
  189. <field name="updated_at" type="timestamp" uuid="62d0de6c-f896-491b-99db-1840ede2d1fa"/>
  190. <orm-attributes>
  191. <attribute name="table">provincia</attribute>
  192. <attribute name="fillableAll">as-fillable-all</attribute>
  193. </orm-attributes>
  194. </entity>
  195. <association from="\App\Models\Provincia" to="\App\Models\Nazione" caption="Nazione Provincias" owner-alias="provincie" inverse-alias="nazione" many-owner="true" many-inverse="false" uuid="345b5351-9f8a-4d02-9192-1bb27645761d">
  196. <association-field from="nazione_id" to="id" uuid="8f51c513-0361-4147-b7ac-26b56c42011d"/>
  197. <orm-attributes>
  198. <attribute name="onDelete">set null</attribute>
  199. </orm-attributes>
  200. </association>
  201. <entity name="\App\Models\Nazione" local-name="Nazione" namespace="\App\Models" uuid="6128d2f6-88d0-472b-bc71-0a9f49370847">
  202. <field name="id" type="bigInteger" required="true" unique="true" primary="true" unsigned="true" auto-increment="true" uuid="67af633f-42c4-416d-ab1f-6b1c8a36dd82"/>
  203. <field name="nome" type="string" uuid="c98ab5d4-058e-46c3-ae49-5cf78478c8e0"/>
  204. <field name="sigla" type="string" uuid="7ed5c802-64fb-4bba-aca9-0de4a1d1b099"/>
  205. <field name="created_at" type="timestamp" uuid="b7cb1d70-b9a6-441a-aacd-7cd963cbc371"/>
  206. <field name="updated_at" type="timestamp" uuid="b40e30e1-a742-4297-932c-e28291e0a8e4"/>
  207. <orm-attributes>
  208. <attribute name="fillableAll">as-fillable-all</attribute>
  209. <attribute name="table">nazione</attribute>
  210. </orm-attributes>
  211. </entity>
  212. <entity name="\App\Models\Comune" local-name="Comune" namespace="\App\Models" uuid="2ef4e619-ebea-457a-8613-05b3dfb6c7fa">
  213. <field name="id" type="bigInteger" required="true" unique="true" primary="true" unsigned="true" auto-increment="true" uuid="656af606-c65b-4b92-bac2-4e8a23d286e4"/>
  214. <field name="provincia_id" type="bigInteger" unsigned="true" uuid="e52e1b52-9dd3-4f50-ade3-a01755961201"/>
  215. <field name="nazione_id" type="bigInteger" unsigned="true" uuid="366b0dc8-c30b-4649-a1a2-3819e803595b"/>
  216. <field name="nome" type="string" uuid="02c5a258-0c72-47fc-8a1f-0b0af6c37e38"/>
  217. <field name="codice_catastale" type="string" uuid="efc61454-f98b-49aa-98f2-3e6014129b09"/>
  218. <field name="created_at" type="timestamp" uuid="8f5ae8e3-acaf-40ea-8eba-3139d76454a7"/>
  219. <field name="updated_at" type="timestamp" uuid="e603d21d-ddb5-46bd-929f-94a78dc0c5f5"/>
  220. <orm-attributes>
  221. <attribute name="table">comune</attribute>
  222. <attribute name="fillableAll">as-fillable-all</attribute>
  223. </orm-attributes>
  224. </entity>
  225. <association from="\App\Models\Comune" to="\App\Models\Provincia" caption="Provincia Comunes" owner-alias="comuni" inverse-alias="provincia" many-owner="true" many-inverse="false" uuid="4399e41c-477e-44d7-91db-b1cd4614f294">
  226. <association-field from="provincia_id" to="id" uuid="bb143e14-84bd-4e4a-bc86-6045f340856b"/>
  227. </association>
  228. <association from="\App\Models\Comune" to="\App\Models\Nazione" caption="Nazione Comunes" owner-alias="comuni" inverse-alias="nazione" many-owner="true" many-inverse="false" uuid="299d534d-b5ef-411c-b66b-f4adaaa3b4f1">
  229. <association-field from="nazione_id" to="id" uuid="3bf703ca-9546-4b79-85c0-8febb961d821"/>
  230. <orm-attributes>
  231. <attribute name="onDelete">set null</attribute>
  232. </orm-attributes>
  233. </association>
  234. <entity name="\App\Models\Config" local-name="Config" namespace="\App\Models" uuid="dd24c9ce-a45f-4d90-b374-ede2efe2e25b">
  235. <field name="key" type="string" required="true" unique="true" primary="true" uuid="badce0d4-64dd-43b2-be60-820ff13951fa"/>
  236. <field name="group" type="string" uuid="8ab75bd9-b755-4637-a230-9e2d5de6ac55"/>
  237. <field name="display_name" type="string" uuid="4210e393-7c3b-4982-8bee-30238073d5bc"/>
  238. <field name="value" type="longText" uuid="e9019a5d-d4b6-4bf5-a014-7963da6341f8"/>
  239. <field name="order" type="integer" uuid="9e54a33a-8637-4273-8027-e0aecc53eeb6"/>
  240. <field name="type" type="string" uuid="e04ce407-d9d0-4c74-9a8d-721deeb63c3c"/>
  241. <field name="created_at" type="timestamp" uuid="fb7f6e10-5782-4506-9258-4b6185860d71"/>
  242. <field name="updated_at" type="timestamp" uuid="370dbe57-9a63-4af4-ad81-b7c7647c273c"/>
  243. <orm-attributes>
  244. <attribute name="table">config</attribute>
  245. <attribute name="fillableAll">as-fillable-all</attribute>
  246. </orm-attributes>
  247. </entity>
  248. <entity name="\App\Models\ConfigNotifiche" local-name="ConfigNotifiche" namespace="\App\Models" uuid="23c0457c-f9c0-4210-9b12-1c8fa92cd788">
  249. <field name="id" type="bigInteger" required="true" unique="true" primary="true" unsigned="true" auto-increment="true" uuid="ace37544-4c55-4ca9-8144-2da585fae3d6"/>
  250. <field name="event" type="string" uuid="7ad720b4-ab7e-43a5-b29a-4f434a3d886b"/>
  251. <field name="users" type="json" uuid="973a3230-ede5-4efd-9cfb-84e1c19876b9"/>
  252. <field name="is_attivo" type="boolean" default="1" uuid="72f71f81-6a3e-4ad9-8950-fe2a8542d25c"/>
  253. <field name="created_at" type="timestamp" uuid="2917737f-d22e-4bcb-b966-ebf834a6d20e"/>
  254. <field name="updated_at" type="timestamp" uuid="573df29f-6ff9-4ffc-897e-c72069ab4200"/>
  255. <orm-attributes>
  256. <attribute name="fillableAll">as-fillable-all</attribute>
  257. <attribute name="table">config_notifiche</attribute>
  258. </orm-attributes>
  259. </entity>
  260. <migrations version="1.0">
  261. <revision uuid="ab1173d8-a6c2-4056-ba45-af79b3a2ba38" date="2026-01-19 15:07:29.088163" exportable="true">
  262. <element action="add" uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="module">
  263. <property name="export-format" value="Laravel"/>
  264. <property name="export-path" value="."/>
  265. <property name="local-name" value="Application module"/>
  266. <property name="local-namespace" value="App\Models"/>
  267. <property name="name" value="\Application module"/>
  268. <property name="namespace" value="\App\Models"/>
  269. </element>
  270. <element action="add" uuid="058bee4e-7265-4143-bcd4-1154fea3ae6a" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="entity">
  271. <property name="fillableAll" value="as-fillable-all"/>
  272. <property name="local-name" value="Reparto"/>
  273. <property name="name" value="\App\Models\Reparto"/>
  274. <property name="namespace" value="\App\Models"/>
  275. <property name="table" value="reparto"/>
  276. </element>
  277. <element action="add" uuid="56185713-1439-4bd9-81df-6d5339d066ce" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="entity">
  278. <property name="extends" value="\Illuminate\Foundation\Auth\User"/>
  279. <property name="fillableAll" value="as-fillable-all"/>
  280. <property name="local-name" value="User"/>
  281. <property name="name" value="\App\Models\User"/>
  282. <property name="namespace" value="\App\Models"/>
  283. <property name="table" value="users"/>
  284. </element>
  285. <element action="add" uuid="b21d156e-828b-49fe-87a8-659eb8411896" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="entity">
  286. <property name="fillableAll" value="as-fillable-all"/>
  287. <property name="local-name" value="Segnalazione"/>
  288. <property name="name" value="\App\Models\Segnalazione"/>
  289. <property name="namespace" value="\App\Models"/>
  290. <property name="table" value="segnalazione"/>
  291. </element>
  292. <element action="add" uuid="fc304991-f5a9-4ae0-94e9-6f4a1016d1d0" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="entity">
  293. <property name="fillableAll" value="as-fillable-all"/>
  294. <property name="local-name" value="Luogo"/>
  295. <property name="name" value="\App\Models\Luogo"/>
  296. <property name="namespace" value="\App\Models"/>
  297. <property name="table" value="luogo"/>
  298. </element>
  299. <element action="add" uuid="8819ca52-ae65-43e3-8aa4-a9d99d228284" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="entity">
  300. <property name="fillableAll" value="as-fillable-all"/>
  301. <property name="local-name" value="ConfiguraSegnalazione"/>
  302. <property name="name" value="\App\Models\ConfiguraSegnalazione"/>
  303. <property name="namespace" value="\App\Models"/>
  304. <property name="table" value="configura_segnalazione"/>
  305. </element>
  306. <element action="add" uuid="43c9733c-5074-4c8d-9cb1-33867510c2fc" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="entity">
  307. <property name="fillableAll" value="as-fillable-all"/>
  308. <property name="local-name" value="Annotazione"/>
  309. <property name="name" value="\App\Models\Annotazione"/>
  310. <property name="namespace" value="\App\Models"/>
  311. <property name="table" value="annotazione"/>
  312. </element>
  313. <element action="add" uuid="e8840811-594b-4f30-aede-b6f870cb3522" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="entity">
  314. <property name="fillableAll" value="as-fillable-all"/>
  315. <property name="local-name" value="AllegatoSegnalazione"/>
  316. <property name="name" value="\App\Models\AllegatoSegnalazione"/>
  317. <property name="namespace" value="\App\Models"/>
  318. <property name="table" value="allegati_segnalazione"/>
  319. </element>
  320. <element action="add" uuid="be8b5d1d-91da-4d7b-a50e-415ef90e5669" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="entity">
  321. <property name="fillableAll" value="as-fillable-all"/>
  322. <property name="local-name" value="AllegatoAnnotazione"/>
  323. <property name="name" value="\App\Models\AllegatoAnnotazione"/>
  324. <property name="namespace" value="\App\Models"/>
  325. <property name="table" value="allegato_annotazione"/>
  326. </element>
  327. <element action="add" uuid="a65c0700-a1f7-48ed-9917-b4595da5540e" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="entity">
  328. <property name="fillableAll" value="as-fillable-all"/>
  329. <property name="local-name" value="Manutentore"/>
  330. <property name="name" value="\App\Models\Manutentore"/>
  331. <property name="namespace" value="\App\Models"/>
  332. <property name="table" value="manutentore"/>
  333. </element>
  334. <element action="add" uuid="b6834b4a-786a-4aac-9d8c-0a0b397e7400" parent-uuid="058bee4e-7265-4143-bcd4-1154fea3ae6a" type="field">
  335. <property name="auto-increment" value="true"/>
  336. <property name="name" value="id"/>
  337. <property name="primary" value="true"/>
  338. <property name="required" value="true"/>
  339. <property name="type" value="bigInteger"/>
  340. <property name="unique" value="true"/>
  341. <property name="unsigned" value="true"/>
  342. </element>
  343. <element action="add" uuid="ce6ca041-dd2e-441a-ac2f-8adb64a7bc57" parent-uuid="058bee4e-7265-4143-bcd4-1154fea3ae6a" sibling-uuid="b6834b4a-786a-4aac-9d8c-0a0b397e7400" type="field">
  344. <property name="name" value="label"/>
  345. <property name="type" value="string"/>
  346. </element>
  347. <element action="add" uuid="c0ee910e-53bf-4d27-b36d-92051722a97b" parent-uuid="058bee4e-7265-4143-bcd4-1154fea3ae6a" sibling-uuid="ce6ca041-dd2e-441a-ac2f-8adb64a7bc57" type="field">
  348. <property name="name" value="descrizione"/>
  349. <property name="type" value="string"/>
  350. </element>
  351. <element action="add" uuid="55cc15fc-44f2-4d6f-8f4e-6f08e9c26484" parent-uuid="058bee4e-7265-4143-bcd4-1154fea3ae6a" sibling-uuid="c0ee910e-53bf-4d27-b36d-92051722a97b" type="field">
  352. <property name="name" value="istruzioni"/>
  353. <property name="type" value="string"/>
  354. </element>
  355. <element action="add" uuid="e752721c-7d0c-440c-862f-679024eede6c" parent-uuid="058bee4e-7265-4143-bcd4-1154fea3ae6a" sibling-uuid="55cc15fc-44f2-4d6f-8f4e-6f08e9c26484" type="field">
  356. <property name="name" value="email"/>
  357. <property name="type" value="string"/>
  358. </element>
  359. <element action="add" uuid="a734212f-5e84-474c-afd4-825075f821e0" parent-uuid="058bee4e-7265-4143-bcd4-1154fea3ae6a" sibling-uuid="e752721c-7d0c-440c-862f-679024eede6c" type="field">
  360. <property name="name" value="telefono"/>
  361. <property name="type" value="string"/>
  362. </element>
  363. <element action="add" uuid="d099b0a9-9334-4dc9-a5cf-71302f34cd81" parent-uuid="058bee4e-7265-4143-bcd4-1154fea3ae6a" sibling-uuid="a734212f-5e84-474c-afd4-825075f821e0" type="field">
  364. <property name="name" value="token"/>
  365. <property name="type" value="string"/>
  366. </element>
  367. <element action="add" uuid="6576279c-eeb4-4bb2-8f44-310c9d87082d" parent-uuid="058bee4e-7265-4143-bcd4-1154fea3ae6a" sibling-uuid="d099b0a9-9334-4dc9-a5cf-71302f34cd81" type="field">
  368. <property name="name" value="created_at"/>
  369. <property name="type" value="timestamp"/>
  370. </element>
  371. <element action="add" uuid="a200a38a-92db-489d-a2d3-909eddce6097" parent-uuid="058bee4e-7265-4143-bcd4-1154fea3ae6a" sibling-uuid="6576279c-eeb4-4bb2-8f44-310c9d87082d" type="field">
  372. <property name="name" value="updated_at"/>
  373. <property name="type" value="timestamp"/>
  374. </element>
  375. <element action="add" uuid="0a6f5cb1-6847-45b2-9241-8ab815e1c380" parent-uuid="56185713-1439-4bd9-81df-6d5339d066ce" type="field">
  376. <property name="auto-increment" value="true"/>
  377. <property name="name" value="id"/>
  378. <property name="primary" value="true"/>
  379. <property name="required" value="true"/>
  380. <property name="type" value="bigInteger"/>
  381. <property name="unique" value="true"/>
  382. <property name="unsigned" value="true"/>
  383. </element>
  384. <element action="add" uuid="7146ddab-7bf0-4c4a-9cb9-0a80eedba7fd" parent-uuid="56185713-1439-4bd9-81df-6d5339d066ce" sibling-uuid="0a6f5cb1-6847-45b2-9241-8ab815e1c380" type="field">
  385. <property name="name" value="nome"/>
  386. <property name="type" value="string"/>
  387. </element>
  388. <element action="add" uuid="5d3e9adc-9d0e-4b7c-abef-2b50ec57333c" parent-uuid="56185713-1439-4bd9-81df-6d5339d066ce" sibling-uuid="7146ddab-7bf0-4c4a-9cb9-0a80eedba7fd" type="field">
  389. <property name="name" value="cognome"/>
  390. <property name="type" value="string"/>
  391. </element>
  392. <element action="add" uuid="097ab2c7-9646-43ff-bc82-8cc0c277d909" parent-uuid="56185713-1439-4bd9-81df-6d5339d066ce" sibling-uuid="5d3e9adc-9d0e-4b7c-abef-2b50ec57333c" type="field">
  393. <property name="name" value="email"/>
  394. <property name="type" value="string"/>
  395. <property name="unique" value="true"/>
  396. </element>
  397. <element action="add" uuid="ca5b3607-4149-4aa9-9fe9-ed3f9ea4b79b" parent-uuid="56185713-1439-4bd9-81df-6d5339d066ce" sibling-uuid="097ab2c7-9646-43ff-bc82-8cc0c277d909" type="field">
  398. <property name="name" value="password"/>
  399. <property name="type" value="string"/>
  400. </element>
  401. <element action="add" uuid="e9cfc935-4b99-4bc8-be16-c582001b7cf4" parent-uuid="56185713-1439-4bd9-81df-6d5339d066ce" sibling-uuid="ca5b3607-4149-4aa9-9fe9-ed3f9ea4b79b" type="field">
  402. <property name="name" value="email_verified_at"/>
  403. <property name="type" value="timestamp"/>
  404. </element>
  405. <element action="add" uuid="43a000b7-9f98-4fbd-a88d-c6ea908cb2cc" parent-uuid="56185713-1439-4bd9-81df-6d5339d066ce" sibling-uuid="e9cfc935-4b99-4bc8-be16-c582001b7cf4" type="field">
  406. <property name="name" value="remember_token"/>
  407. <property name="type" value="string"/>
  408. </element>
  409. <element action="add" uuid="e1c61394-f57e-4941-aeb7-04fb368733cd" parent-uuid="56185713-1439-4bd9-81df-6d5339d066ce" sibling-uuid="43a000b7-9f98-4fbd-a88d-c6ea908cb2cc" type="field">
  410. <property name="name" value="api_token"/>
  411. <property name="type" value="string"/>
  412. </element>
  413. <element action="add" uuid="9f263de8-d827-4458-abac-08dc31740853" parent-uuid="56185713-1439-4bd9-81df-6d5339d066ce" sibling-uuid="e1c61394-f57e-4941-aeb7-04fb368733cd" type="field">
  414. <property name="name" value="two_factor_secret"/>
  415. <property name="type" value="text"/>
  416. </element>
  417. <element action="add" uuid="07ddc14d-0638-4998-9c0f-61e6b4c275ef" parent-uuid="56185713-1439-4bd9-81df-6d5339d066ce" sibling-uuid="9f263de8-d827-4458-abac-08dc31740853" type="field">
  418. <property name="name" value="two_factor_recovery_codes"/>
  419. <property name="type" value="text"/>
  420. </element>
  421. <element action="add" uuid="7e1530aa-7374-4465-af8d-0aed05196cf6" parent-uuid="56185713-1439-4bd9-81df-6d5339d066ce" sibling-uuid="07ddc14d-0638-4998-9c0f-61e6b4c275ef" type="field">
  422. <property name="name" value="two_factor_confirmed_at"/>
  423. <property name="type" value="timestamp"/>
  424. </element>
  425. <element action="add" uuid="40919a29-47f6-4516-9c3d-917ed2c9afe6" parent-uuid="56185713-1439-4bd9-81df-6d5339d066ce" sibling-uuid="7e1530aa-7374-4465-af8d-0aed05196cf6" type="field">
  426. <property name="name" value="created_at"/>
  427. <property name="type" value="timestamp"/>
  428. </element>
  429. <element action="add" uuid="ef88ffd6-4374-4238-99c9-9cc9596a093e" parent-uuid="56185713-1439-4bd9-81df-6d5339d066ce" sibling-uuid="40919a29-47f6-4516-9c3d-917ed2c9afe6" type="field">
  430. <property name="name" value="updated_at"/>
  431. <property name="type" value="timestamp"/>
  432. </element>
  433. <element action="add" uuid="d15505d1-a284-4cf1-94b0-70d0f5788243" parent-uuid="b21d156e-828b-49fe-87a8-659eb8411896" type="field">
  434. <property name="auto-increment" value="true"/>
  435. <property name="name" value="id"/>
  436. <property name="primary" value="true"/>
  437. <property name="required" value="true"/>
  438. <property name="type" value="bigInteger"/>
  439. <property name="unique" value="true"/>
  440. <property name="unsigned" value="true"/>
  441. </element>
  442. <element action="add" uuid="1b21c2c5-a7df-400e-b816-995effdbf0e1" parent-uuid="b21d156e-828b-49fe-87a8-659eb8411896" sibling-uuid="d15505d1-a284-4cf1-94b0-70d0f5788243" type="field">
  443. <property name="name" value="reparto_id"/>
  444. <property name="type" value="bigInteger"/>
  445. <property name="unsigned" value="true"/>
  446. </element>
  447. <element action="add" uuid="a9f8ce22-0257-42cf-b6f3-de7a1132eea4" parent-uuid="b21d156e-828b-49fe-87a8-659eb8411896" sibling-uuid="1b21c2c5-a7df-400e-b816-995effdbf0e1" type="field">
  448. <property name="name" value="luogo_id"/>
  449. <property name="type" value="bigInteger"/>
  450. <property name="unsigned" value="true"/>
  451. </element>
  452. <element action="add" uuid="93e92649-f52f-4db5-baad-a4abf8e20f62" parent-uuid="b21d156e-828b-49fe-87a8-659eb8411896" sibling-uuid="a9f8ce22-0257-42cf-b6f3-de7a1132eea4" type="field">
  453. <property name="name" value="titolo"/>
  454. <property name="type" value="string"/>
  455. </element>
  456. <element action="add" uuid="1122f731-6f02-4eb8-b50a-f3a18a3c7eee" parent-uuid="b21d156e-828b-49fe-87a8-659eb8411896" sibling-uuid="93e92649-f52f-4db5-baad-a4abf8e20f62" type="field">
  457. <property name="name" value="descrizione"/>
  458. <property name="type" value="text"/>
  459. </element>
  460. <element action="add" uuid="d5523b54-3097-4cab-b7b9-1cda0923a39a" parent-uuid="b21d156e-828b-49fe-87a8-659eb8411896" sibling-uuid="1122f731-6f02-4eb8-b50a-f3a18a3c7eee" type="field">
  461. <property name="name" value="email"/>
  462. <property name="type" value="string"/>
  463. </element>
  464. <element action="add" uuid="7c80e559-2407-4396-8e87-81881e471d79" parent-uuid="b21d156e-828b-49fe-87a8-659eb8411896" sibling-uuid="d5523b54-3097-4cab-b7b9-1cda0923a39a" type="field">
  465. <property name="name" value="telefono"/>
  466. <property name="type" value="string"/>
  467. </element>
  468. <element action="add" uuid="86938116-9b87-4051-bc45-3009fe9cbf83" parent-uuid="b21d156e-828b-49fe-87a8-659eb8411896" sibling-uuid="7c80e559-2407-4396-8e87-81881e471d79" type="field">
  469. <property name="name" value="stato"/>
  470. <property name="type" value="string"/>
  471. </element>
  472. <element action="add" uuid="47ea6f64-0734-42ae-9374-bfe268ac2fca" parent-uuid="b21d156e-828b-49fe-87a8-659eb8411896" sibling-uuid="86938116-9b87-4051-bc45-3009fe9cbf83" type="field">
  473. <property name="name" value="priorita"/>
  474. <property name="type" value="string"/>
  475. </element>
  476. <element action="add" uuid="16f71b45-d45e-490a-9985-f19bed3c4d1c" parent-uuid="b21d156e-828b-49fe-87a8-659eb8411896" sibling-uuid="47ea6f64-0734-42ae-9374-bfe268ac2fca" type="field">
  477. <property name="name" value="tipo"/>
  478. <property name="type" value="string"/>
  479. </element>
  480. <element action="add" uuid="d0040cc6-db11-4587-beed-bf4313681d57" parent-uuid="b21d156e-828b-49fe-87a8-659eb8411896" sibling-uuid="16f71b45-d45e-490a-9985-f19bed3c4d1c" type="field">
  481. <property name="name" value="created_at"/>
  482. <property name="type" value="timestamp"/>
  483. </element>
  484. <element action="add" uuid="3a3d74a0-b87a-40b2-aa1d-691d9ff66856" parent-uuid="b21d156e-828b-49fe-87a8-659eb8411896" sibling-uuid="d0040cc6-db11-4587-beed-bf4313681d57" type="field">
  485. <property name="name" value="updated_at"/>
  486. <property name="type" value="timestamp"/>
  487. </element>
  488. <element action="add" uuid="0650ead8-f468-428d-8328-abf72d705f81" parent-uuid="fc304991-f5a9-4ae0-94e9-6f4a1016d1d0" type="field">
  489. <property name="auto-increment" value="true"/>
  490. <property name="name" value="id"/>
  491. <property name="primary" value="true"/>
  492. <property name="required" value="true"/>
  493. <property name="type" value="bigInteger"/>
  494. <property name="unique" value="true"/>
  495. <property name="unsigned" value="true"/>
  496. </element>
  497. <element action="add" uuid="6ebc6247-693a-45cd-9cf7-e6ae5540bc57" parent-uuid="fc304991-f5a9-4ae0-94e9-6f4a1016d1d0" sibling-uuid="0650ead8-f468-428d-8328-abf72d705f81" type="field">
  498. <property name="name" value="reparto_id"/>
  499. <property name="type" value="bigInteger"/>
  500. <property name="unsigned" value="true"/>
  501. </element>
  502. <element action="add" uuid="cb4593a6-330e-45d8-bd24-6f27fed6d50f" parent-uuid="fc304991-f5a9-4ae0-94e9-6f4a1016d1d0" sibling-uuid="6ebc6247-693a-45cd-9cf7-e6ae5540bc57" type="field">
  503. <property name="name" value="label"/>
  504. <property name="type" value="string"/>
  505. </element>
  506. <element action="add" uuid="9f449dc9-ca55-4072-ac5a-625d529d5f5e" parent-uuid="fc304991-f5a9-4ae0-94e9-6f4a1016d1d0" sibling-uuid="cb4593a6-330e-45d8-bd24-6f27fed6d50f" type="field">
  507. <property name="name" value="descrizione"/>
  508. <property name="type" value="string"/>
  509. </element>
  510. <element action="add" uuid="8a65e32f-3379-4b9f-8c67-ef4807d6f124" parent-uuid="fc304991-f5a9-4ae0-94e9-6f4a1016d1d0" sibling-uuid="9f449dc9-ca55-4072-ac5a-625d529d5f5e" type="field">
  511. <property name="name" value="istruzioni"/>
  512. <property name="type" value="string"/>
  513. </element>
  514. <element action="add" uuid="39787a56-8a76-4fd5-ba6d-3bf699c26f6c" parent-uuid="fc304991-f5a9-4ae0-94e9-6f4a1016d1d0" sibling-uuid="8a65e32f-3379-4b9f-8c67-ef4807d6f124" type="field">
  515. <property name="name" value="created_at"/>
  516. <property name="type" value="timestamp"/>
  517. </element>
  518. <element action="add" uuid="146935b0-d70f-4c88-919c-10a605a0528b" parent-uuid="fc304991-f5a9-4ae0-94e9-6f4a1016d1d0" sibling-uuid="39787a56-8a76-4fd5-ba6d-3bf699c26f6c" type="field">
  519. <property name="name" value="updated_at"/>
  520. <property name="type" value="timestamp"/>
  521. </element>
  522. <element action="add" uuid="b82082e0-0b90-471d-9698-545b58e84b5a" parent-uuid="8819ca52-ae65-43e3-8aa4-a9d99d228284" type="field">
  523. <property name="auto-increment" value="true"/>
  524. <property name="name" value="id"/>
  525. <property name="primary" value="true"/>
  526. <property name="required" value="true"/>
  527. <property name="type" value="bigInteger"/>
  528. <property name="unique" value="true"/>
  529. <property name="unsigned" value="true"/>
  530. </element>
  531. <element action="add" uuid="c0b1bbac-3561-4290-8d26-0f80e005ddf9" parent-uuid="8819ca52-ae65-43e3-8aa4-a9d99d228284" sibling-uuid="b82082e0-0b90-471d-9698-545b58e84b5a" type="field">
  532. <property name="name" value="label"/>
  533. <property name="type" value="string"/>
  534. </element>
  535. <element action="add" uuid="27bba23a-4ee0-47bf-bb70-b7029dbacd8a" parent-uuid="8819ca52-ae65-43e3-8aa4-a9d99d228284" sibling-uuid="c0b1bbac-3561-4290-8d26-0f80e005ddf9" type="field">
  536. <property name="name" value="descrizione"/>
  537. <property name="type" value="text"/>
  538. </element>
  539. <element action="add" uuid="59cd917a-97b3-4227-badc-ee7604c971f7" parent-uuid="8819ca52-ae65-43e3-8aa4-a9d99d228284" sibling-uuid="27bba23a-4ee0-47bf-bb70-b7029dbacd8a" type="field">
  540. <property name="name" value="gruppo"/>
  541. <property name="type" value="string"/>
  542. </element>
  543. <element action="add" uuid="436d6a3f-fc22-4fe5-a91f-e2c393ed7780" parent-uuid="8819ca52-ae65-43e3-8aa4-a9d99d228284" sibling-uuid="59cd917a-97b3-4227-badc-ee7604c971f7" type="field">
  544. <property name="name" value="key"/>
  545. <property name="type" value="string"/>
  546. </element>
  547. <element action="add" uuid="6122590b-dc17-4bf2-8497-c5b17bacaacd" parent-uuid="8819ca52-ae65-43e3-8aa4-a9d99d228284" sibling-uuid="436d6a3f-fc22-4fe5-a91f-e2c393ed7780" type="field">
  548. <property name="name" value="value"/>
  549. <property name="type" value="string"/>
  550. </element>
  551. <element action="add" uuid="b7ab3e5d-4482-483b-8cea-a26de1feda03" parent-uuid="8819ca52-ae65-43e3-8aa4-a9d99d228284" sibling-uuid="6122590b-dc17-4bf2-8497-c5b17bacaacd" type="field">
  552. <property name="name" value="type"/>
  553. <property name="type" value="string"/>
  554. </element>
  555. <element action="add" uuid="e4996d7f-4473-478d-8fea-5936deb136bd" parent-uuid="8819ca52-ae65-43e3-8aa4-a9d99d228284" sibling-uuid="b7ab3e5d-4482-483b-8cea-a26de1feda03" type="field">
  556. <property name="name" value="order"/>
  557. <property name="type" value="integer"/>
  558. </element>
  559. <element action="add" uuid="b9635a0a-85b2-467a-b2dc-89cd63ee0c4d" parent-uuid="8819ca52-ae65-43e3-8aa4-a9d99d228284" sibling-uuid="e4996d7f-4473-478d-8fea-5936deb136bd" type="field">
  560. <property name="name" value="icona"/>
  561. <property name="type" value="string"/>
  562. </element>
  563. <element action="add" uuid="c6811c53-5d36-454d-b43f-5df0157e39c2" parent-uuid="8819ca52-ae65-43e3-8aa4-a9d99d228284" sibling-uuid="b9635a0a-85b2-467a-b2dc-89cd63ee0c4d" type="field">
  564. <property name="name" value="colore"/>
  565. <property name="type" value="string"/>
  566. </element>
  567. <element action="add" uuid="00cd7459-b3a0-482c-83a4-7568de2c7124" parent-uuid="8819ca52-ae65-43e3-8aa4-a9d99d228284" sibling-uuid="c6811c53-5d36-454d-b43f-5df0157e39c2" type="field">
  568. <property name="name" value="created_at"/>
  569. <property name="type" value="timestamp"/>
  570. </element>
  571. <element action="add" uuid="93b12b98-06a8-4563-9e4d-553b532d39db" parent-uuid="8819ca52-ae65-43e3-8aa4-a9d99d228284" sibling-uuid="00cd7459-b3a0-482c-83a4-7568de2c7124" type="field">
  572. <property name="name" value="updated_at"/>
  573. <property name="type" value="timestamp"/>
  574. </element>
  575. <element action="add" uuid="0437cbe3-b2c4-4fa6-8c9c-7df74e17a5e2" parent-uuid="43c9733c-5074-4c8d-9cb1-33867510c2fc" type="field">
  576. <property name="auto-increment" value="true"/>
  577. <property name="name" value="id"/>
  578. <property name="primary" value="true"/>
  579. <property name="required" value="true"/>
  580. <property name="type" value="bigInteger"/>
  581. <property name="unique" value="true"/>
  582. <property name="unsigned" value="true"/>
  583. </element>
  584. <element action="add" uuid="a55daaa7-8ba7-4bb0-83dd-dcfdb8036968" parent-uuid="43c9733c-5074-4c8d-9cb1-33867510c2fc" sibling-uuid="0437cbe3-b2c4-4fa6-8c9c-7df74e17a5e2" type="field">
  585. <property name="name" value="segnalazione_id"/>
  586. <property name="type" value="bigInteger"/>
  587. <property name="unsigned" value="true"/>
  588. </element>
  589. <element action="add" uuid="f748b6d3-a6af-40b0-a522-4447364a2948" parent-uuid="43c9733c-5074-4c8d-9cb1-33867510c2fc" sibling-uuid="a55daaa7-8ba7-4bb0-83dd-dcfdb8036968" type="field">
  590. <property name="name" value="text"/>
  591. <property name="type" value="text"/>
  592. </element>
  593. <element action="add" uuid="d0ae0044-ec8e-4aee-8cb5-84d5a663c57a" parent-uuid="43c9733c-5074-4c8d-9cb1-33867510c2fc" sibling-uuid="f748b6d3-a6af-40b0-a522-4447364a2948" type="field">
  594. <property name="name" value="created_at"/>
  595. <property name="type" value="timestamp"/>
  596. </element>
  597. <element action="add" uuid="80c6b3cc-d201-4972-8b42-e25cbee8b615" parent-uuid="43c9733c-5074-4c8d-9cb1-33867510c2fc" sibling-uuid="d0ae0044-ec8e-4aee-8cb5-84d5a663c57a" type="field">
  598. <property name="name" value="updated_at"/>
  599. <property name="type" value="timestamp"/>
  600. </element>
  601. <element action="add" uuid="2d553f80-bf75-4a94-a78e-56c486f79cb3" parent-uuid="e8840811-594b-4f30-aede-b6f870cb3522" type="field">
  602. <property name="auto-increment" value="true"/>
  603. <property name="name" value="id"/>
  604. <property name="primary" value="true"/>
  605. <property name="required" value="true"/>
  606. <property name="type" value="bigInteger"/>
  607. <property name="unique" value="true"/>
  608. <property name="unsigned" value="true"/>
  609. </element>
  610. <element action="add" uuid="20f5e989-2e00-462f-a167-72533b875014" parent-uuid="e8840811-594b-4f30-aede-b6f870cb3522" sibling-uuid="2d553f80-bf75-4a94-a78e-56c486f79cb3" type="field">
  611. <property name="name" value="segnalazione_id"/>
  612. <property name="type" value="bigInteger"/>
  613. <property name="unsigned" value="true"/>
  614. </element>
  615. <element action="add" uuid="02b9db9a-efd3-45cf-9d32-1fed741c974d" parent-uuid="e8840811-594b-4f30-aede-b6f870cb3522" sibling-uuid="20f5e989-2e00-462f-a167-72533b875014" type="field">
  616. <property name="name" value="nome"/>
  617. <property name="type" value="string"/>
  618. </element>
  619. <element action="add" uuid="b119f05b-8502-4a48-8c59-ce3b637af48d" parent-uuid="e8840811-594b-4f30-aede-b6f870cb3522" sibling-uuid="02b9db9a-efd3-45cf-9d32-1fed741c974d" type="field">
  620. <property name="name" value="descrizione"/>
  621. <property name="type" value="string"/>
  622. </element>
  623. <element action="add" uuid="0bd7a561-2a56-4680-8e69-666a50f013b9" parent-uuid="e8840811-594b-4f30-aede-b6f870cb3522" sibling-uuid="b119f05b-8502-4a48-8c59-ce3b637af48d" type="field">
  624. <property name="name" value="path_file"/>
  625. <property name="type" value="string"/>
  626. </element>
  627. <element action="add" uuid="1f5c30d8-1d58-4522-925a-3a708ea09307" parent-uuid="e8840811-594b-4f30-aede-b6f870cb3522" sibling-uuid="0bd7a561-2a56-4680-8e69-666a50f013b9" type="field">
  628. <property name="name" value="created_at"/>
  629. <property name="type" value="timestamp"/>
  630. </element>
  631. <element action="add" uuid="3ba2e1c1-5b46-4509-b828-1eee646e1267" parent-uuid="e8840811-594b-4f30-aede-b6f870cb3522" sibling-uuid="1f5c30d8-1d58-4522-925a-3a708ea09307" type="field">
  632. <property name="name" value="updated_at"/>
  633. <property name="type" value="timestamp"/>
  634. </element>
  635. <element action="add" uuid="30f3fa1d-7834-42da-bbfc-3a60ddad4034" parent-uuid="be8b5d1d-91da-4d7b-a50e-415ef90e5669" type="field">
  636. <property name="auto-increment" value="true"/>
  637. <property name="name" value="id"/>
  638. <property name="primary" value="true"/>
  639. <property name="required" value="true"/>
  640. <property name="type" value="bigInteger"/>
  641. <property name="unique" value="true"/>
  642. <property name="unsigned" value="true"/>
  643. </element>
  644. <element action="add" uuid="d48cb9c0-3907-4472-88a5-44774d686d37" parent-uuid="be8b5d1d-91da-4d7b-a50e-415ef90e5669" sibling-uuid="30f3fa1d-7834-42da-bbfc-3a60ddad4034" type="field">
  645. <property name="name" value="annotazione_id"/>
  646. <property name="type" value="bigInteger"/>
  647. <property name="unsigned" value="true"/>
  648. </element>
  649. <element action="add" uuid="96220dc4-79f3-4e79-8024-cd4a976f443a" parent-uuid="be8b5d1d-91da-4d7b-a50e-415ef90e5669" sibling-uuid="d48cb9c0-3907-4472-88a5-44774d686d37" type="field">
  650. <property name="name" value="nome"/>
  651. <property name="type" value="string"/>
  652. </element>
  653. <element action="add" uuid="97adca03-8802-4042-8f00-ff79b3910b0d" parent-uuid="be8b5d1d-91da-4d7b-a50e-415ef90e5669" sibling-uuid="96220dc4-79f3-4e79-8024-cd4a976f443a" type="field">
  654. <property name="name" value="descrizione"/>
  655. <property name="type" value="string"/>
  656. </element>
  657. <element action="add" uuid="14d15c1e-3bfe-45b8-8d74-5ddd222ff3b5" parent-uuid="be8b5d1d-91da-4d7b-a50e-415ef90e5669" sibling-uuid="97adca03-8802-4042-8f00-ff79b3910b0d" type="field">
  658. <property name="name" value="path_file"/>
  659. <property name="type" value="string"/>
  660. </element>
  661. <element action="add" uuid="aa099fda-2af1-4c9e-8e79-3020bff7acde" parent-uuid="be8b5d1d-91da-4d7b-a50e-415ef90e5669" sibling-uuid="14d15c1e-3bfe-45b8-8d74-5ddd222ff3b5" type="field">
  662. <property name="name" value="created_at"/>
  663. <property name="type" value="timestamp"/>
  664. </element>
  665. <element action="add" uuid="65bce51b-82df-4a22-a870-38aa7dc6e304" parent-uuid="be8b5d1d-91da-4d7b-a50e-415ef90e5669" sibling-uuid="aa099fda-2af1-4c9e-8e79-3020bff7acde" type="field">
  666. <property name="name" value="updated_at"/>
  667. <property name="type" value="timestamp"/>
  668. </element>
  669. <element action="add" uuid="caff63c6-ac2c-4611-9780-e260782f7714" parent-uuid="a65c0700-a1f7-48ed-9917-b4595da5540e" type="field">
  670. <property name="auto-increment" value="true"/>
  671. <property name="name" value="id"/>
  672. <property name="primary" value="true"/>
  673. <property name="required" value="true"/>
  674. <property name="type" value="bigInteger"/>
  675. <property name="unique" value="true"/>
  676. <property name="unsigned" value="true"/>
  677. </element>
  678. <element action="add" uuid="3a0c9b1d-d545-41f4-b758-957738b6c904" parent-uuid="a65c0700-a1f7-48ed-9917-b4595da5540e" sibling-uuid="caff63c6-ac2c-4611-9780-e260782f7714" type="field">
  679. <property name="name" value="nome"/>
  680. <property name="type" value="string"/>
  681. </element>
  682. <element action="add" uuid="1815c209-0ccf-4049-a824-9007bdaf1b72" parent-uuid="a65c0700-a1f7-48ed-9917-b4595da5540e" sibling-uuid="3a0c9b1d-d545-41f4-b758-957738b6c904" type="field">
  683. <property name="name" value="cognome"/>
  684. <property name="type" value="string"/>
  685. </element>
  686. <element action="add" uuid="abad32b7-a9b2-4f34-9655-c1fdcedc4d0f" parent-uuid="a65c0700-a1f7-48ed-9917-b4595da5540e" sibling-uuid="1815c209-0ccf-4049-a824-9007bdaf1b72" type="field">
  687. <property name="name" value="email"/>
  688. <property name="type" value="string"/>
  689. </element>
  690. <element action="add" uuid="859e76a8-e38f-45ae-beb9-c8d266f3a2a1" parent-uuid="a65c0700-a1f7-48ed-9917-b4595da5540e" sibling-uuid="abad32b7-a9b2-4f34-9655-c1fdcedc4d0f" type="field">
  691. <property name="name" value="telefono"/>
  692. <property name="type" value="string"/>
  693. </element>
  694. <element action="add" uuid="8d8fc683-ae7e-4e6d-bda5-0693b4c4c619" parent-uuid="a65c0700-a1f7-48ed-9917-b4595da5540e" sibling-uuid="859e76a8-e38f-45ae-beb9-c8d266f3a2a1" type="field">
  695. <property name="name" value="interno"/>
  696. <property name="type" value="integer"/>
  697. </element>
  698. <element action="add" uuid="43636994-86f4-4cd4-b95b-9bfa66001d98" parent-uuid="a65c0700-a1f7-48ed-9917-b4595da5540e" sibling-uuid="8d8fc683-ae7e-4e6d-bda5-0693b4c4c619" type="field">
  699. <property name="name" value="indirizzo"/>
  700. <property name="type" value="string"/>
  701. </element>
  702. <element action="add" uuid="5543e0c6-9634-44fe-bce2-8ed1147f8b15" parent-uuid="a65c0700-a1f7-48ed-9917-b4595da5540e" sibling-uuid="43636994-86f4-4cd4-b95b-9bfa66001d98" type="field">
  703. <property name="name" value="created_at"/>
  704. <property name="type" value="timestamp"/>
  705. </element>
  706. <element action="add" uuid="ccc4f6d3-6363-42de-afc9-1adadd9d814d" parent-uuid="a65c0700-a1f7-48ed-9917-b4595da5540e" sibling-uuid="5543e0c6-9634-44fe-bce2-8ed1147f8b15" type="field">
  707. <property name="name" value="updated_at"/>
  708. <property name="type" value="timestamp"/>
  709. </element>
  710. <element action="add" uuid="c27e4a3f-ddeb-4fe9-9783-283dc197038a" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="association">
  711. <property name="from" value="\App\Models\Segnalazione"/>
  712. <property name="inverse-alias" value="reparto"/>
  713. <property name="many-inverse" value="false"/>
  714. <property name="many-owner" value="true"/>
  715. <property name="onDelete" value="set null"/>
  716. <property name="owner-alias" value="segnalazioni"/>
  717. <property name="to" value="\App\Models\Reparto"/>
  718. </element>
  719. <element action="add" uuid="d2f24672-cfe1-40be-a2d2-df8c61b7bee9" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="association">
  720. <property name="from" value="\App\Models\Segnalazione"/>
  721. <property name="inverse-alias" value="luogo"/>
  722. <property name="many-inverse" value="false"/>
  723. <property name="many-owner" value="true"/>
  724. <property name="onDelete" value="set null"/>
  725. <property name="owner-alias" value="segnalazioni"/>
  726. <property name="to" value="\App\Models\Luogo"/>
  727. </element>
  728. <element action="add" uuid="938fb821-3bf1-41ce-9a31-b8e4bc7525ff" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="association">
  729. <property name="from" value="\App\Models\Luogo"/>
  730. <property name="inverse-alias" value="reparto"/>
  731. <property name="many-inverse" value="false"/>
  732. <property name="many-owner" value="true"/>
  733. <property name="onDelete" value="cascade"/>
  734. <property name="owner-alias" value="luogos"/>
  735. <property name="to" value="\App\Models\Reparto"/>
  736. </element>
  737. <element action="add" uuid="9d4fa7d0-23be-4bb2-99bd-67797c3244c0" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="association">
  738. <property name="from" value="\App\Models\Annotazione"/>
  739. <property name="inverse-alias" value="segnalazione"/>
  740. <property name="many-inverse" value="false"/>
  741. <property name="many-owner" value="true"/>
  742. <property name="onDelete" value="cascade"/>
  743. <property name="owner-alias" value="annotazioni"/>
  744. <property name="to" value="\App\Models\Segnalazione"/>
  745. </element>
  746. <element action="add" uuid="eb891543-fab7-4d06-bcb3-247f79231dc2" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="association">
  747. <property name="from" value="\App\Models\AllegatoSegnalazione"/>
  748. <property name="inverse-alias" value="segnalazione"/>
  749. <property name="many-inverse" value="false"/>
  750. <property name="many-owner" value="true"/>
  751. <property name="owner-alias" value="allegatiSegnalazione"/>
  752. <property name="to" value="\App\Models\Segnalazione"/>
  753. </element>
  754. <element action="add" uuid="719929c1-e0fe-4feb-950a-ba417c35a60c" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="association">
  755. <property name="from" value="\App\Models\AllegatoAnnotazione"/>
  756. <property name="inverse-alias" value="annotazione"/>
  757. <property name="many-inverse" value="false"/>
  758. <property name="many-owner" value="true"/>
  759. <property name="onDelete" value="cascade"/>
  760. <property name="owner-alias" value="allegatiAnnotazione"/>
  761. <property name="to" value="\App\Models\Annotazione"/>
  762. </element>
  763. <element action="add" uuid="a0156e92-ea23-4c15-acb5-9ad2ba5af0ba" parent-uuid="c27e4a3f-ddeb-4fe9-9783-283dc197038a" type="association-field">
  764. <property name="from" value="reparto_id"/>
  765. <property name="to" value="id"/>
  766. </element>
  767. <element action="add" uuid="28295fce-e696-46e5-b19a-340557fd8109" parent-uuid="d2f24672-cfe1-40be-a2d2-df8c61b7bee9" type="association-field">
  768. <property name="from" value="luogo_id"/>
  769. <property name="to" value="id"/>
  770. </element>
  771. <element action="add" uuid="77740dcb-72dc-474b-a5a5-1c3606334a62" parent-uuid="938fb821-3bf1-41ce-9a31-b8e4bc7525ff" type="association-field">
  772. <property name="from" value="reparto_id"/>
  773. <property name="to" value="id"/>
  774. </element>
  775. <element action="add" uuid="76a290ad-9338-4ae7-a168-dd924d4c0b9f" parent-uuid="9d4fa7d0-23be-4bb2-99bd-67797c3244c0" type="association-field">
  776. <property name="from" value="segnalazione_id"/>
  777. <property name="to" value="id"/>
  778. </element>
  779. <element action="add" uuid="3e4f5bcb-9102-42c0-864c-ad5d14569424" parent-uuid="eb891543-fab7-4d06-bcb3-247f79231dc2" type="association-field">
  780. <property name="from" value="segnalazione_id"/>
  781. <property name="to" value="id"/>
  782. </element>
  783. <element action="add" uuid="c74b78f8-307e-4473-a96d-263d5f8908d2" parent-uuid="719929c1-e0fe-4feb-950a-ba417c35a60c" type="association-field">
  784. <property name="from" value="annotazione_id"/>
  785. <property name="to" value="id"/>
  786. </element>
  787. </revision>
  788. <revision uuid="ef53e274-db52-4c73-9314-b3e4a4b9b704" date="2026-01-19 15:10:12.541066" exportable="true">
  789. <element action="update" uuid="938fb821-3bf1-41ce-9a31-b8e4bc7525ff" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="association">
  790. <property name="owner-alias" value="luoghi"/>
  791. </element>
  792. </revision>
  793. <revision uuid="8287c00b-1259-4786-9070-b662d246f575" date="2026-01-29 12:10:39.128379" exportable="true">
  794. <element action="add" uuid="f1331b94-8ccf-4328-bc32-bffdc732572e" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="entity">
  795. <property name="fillableAll" value="as-fillable-all"/>
  796. <property name="local-name" value="Provincia"/>
  797. <property name="name" value="\App\Models\Provincia"/>
  798. <property name="namespace" value="\App\Models"/>
  799. <property name="table" value="provincia"/>
  800. </element>
  801. <element action="add" uuid="6128d2f6-88d0-472b-bc71-0a9f49370847" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="entity">
  802. <property name="fillableAll" value="as-fillable-all"/>
  803. <property name="local-name" value="Nazione"/>
  804. <property name="name" value="\App\Models\Nazione"/>
  805. <property name="namespace" value="\App\Models"/>
  806. <property name="table" value="nazione"/>
  807. </element>
  808. <element action="add" uuid="2ef4e619-ebea-457a-8613-05b3dfb6c7fa" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="entity">
  809. <property name="fillableAll" value="as-fillable-all"/>
  810. <property name="local-name" value="Comune"/>
  811. <property name="name" value="\App\Models\Comune"/>
  812. <property name="namespace" value="\App\Models"/>
  813. <property name="table" value="comune"/>
  814. </element>
  815. <element action="add" uuid="dd24c9ce-a45f-4d90-b374-ede2efe2e25b" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="entity">
  816. <property name="fillableAll" value="as-fillable-all"/>
  817. <property name="local-name" value="Config"/>
  818. <property name="name" value="\App\Models\Config"/>
  819. <property name="namespace" value="\App\Models"/>
  820. <property name="table" value="config"/>
  821. </element>
  822. <element action="add" uuid="e489d50b-7a4e-4869-b62a-6e552e4a1140" parent-uuid="f1331b94-8ccf-4328-bc32-bffdc732572e" type="field">
  823. <property name="auto-increment" value="true"/>
  824. <property name="name" value="id"/>
  825. <property name="primary" value="true"/>
  826. <property name="required" value="true"/>
  827. <property name="type" value="bigInteger"/>
  828. <property name="unique" value="true"/>
  829. <property name="unsigned" value="true"/>
  830. </element>
  831. <element action="add" uuid="a51b37ab-f251-4222-b5cd-09de8f6032ea" parent-uuid="f1331b94-8ccf-4328-bc32-bffdc732572e" sibling-uuid="e489d50b-7a4e-4869-b62a-6e552e4a1140" type="field">
  832. <property name="name" value="nazione_id"/>
  833. <property name="type" value="bigInteger"/>
  834. <property name="unsigned" value="true"/>
  835. </element>
  836. <element action="add" uuid="673adc64-b483-4df0-b282-74322004a246" parent-uuid="f1331b94-8ccf-4328-bc32-bffdc732572e" sibling-uuid="a51b37ab-f251-4222-b5cd-09de8f6032ea" type="field">
  837. <property name="name" value="nome"/>
  838. <property name="type" value="string"/>
  839. </element>
  840. <element action="add" uuid="640d52fb-d124-4ee8-a184-52f855e4153b" parent-uuid="f1331b94-8ccf-4328-bc32-bffdc732572e" sibling-uuid="673adc64-b483-4df0-b282-74322004a246" type="field">
  841. <property name="name" value="sigla"/>
  842. <property name="type" value="string"/>
  843. </element>
  844. <element action="add" uuid="7f7a24b6-229f-4acf-aef3-0ec512768d24" parent-uuid="f1331b94-8ccf-4328-bc32-bffdc732572e" sibling-uuid="640d52fb-d124-4ee8-a184-52f855e4153b" type="field">
  845. <property name="name" value="created_at"/>
  846. <property name="type" value="timestamp"/>
  847. </element>
  848. <element action="add" uuid="62d0de6c-f896-491b-99db-1840ede2d1fa" parent-uuid="f1331b94-8ccf-4328-bc32-bffdc732572e" sibling-uuid="7f7a24b6-229f-4acf-aef3-0ec512768d24" type="field">
  849. <property name="name" value="updated_at"/>
  850. <property name="type" value="timestamp"/>
  851. </element>
  852. <element action="add" uuid="67af633f-42c4-416d-ab1f-6b1c8a36dd82" parent-uuid="6128d2f6-88d0-472b-bc71-0a9f49370847" type="field">
  853. <property name="auto-increment" value="true"/>
  854. <property name="name" value="id"/>
  855. <property name="primary" value="true"/>
  856. <property name="required" value="true"/>
  857. <property name="type" value="bigInteger"/>
  858. <property name="unique" value="true"/>
  859. <property name="unsigned" value="true"/>
  860. </element>
  861. <element action="add" uuid="c98ab5d4-058e-46c3-ae49-5cf78478c8e0" parent-uuid="6128d2f6-88d0-472b-bc71-0a9f49370847" sibling-uuid="67af633f-42c4-416d-ab1f-6b1c8a36dd82" type="field">
  862. <property name="name" value="nome"/>
  863. <property name="type" value="string"/>
  864. </element>
  865. <element action="add" uuid="7ed5c802-64fb-4bba-aca9-0de4a1d1b099" parent-uuid="6128d2f6-88d0-472b-bc71-0a9f49370847" sibling-uuid="c98ab5d4-058e-46c3-ae49-5cf78478c8e0" type="field">
  866. <property name="name" value="sigla"/>
  867. <property name="type" value="string"/>
  868. </element>
  869. <element action="add" uuid="b7cb1d70-b9a6-441a-aacd-7cd963cbc371" parent-uuid="6128d2f6-88d0-472b-bc71-0a9f49370847" sibling-uuid="7ed5c802-64fb-4bba-aca9-0de4a1d1b099" type="field">
  870. <property name="name" value="created_at"/>
  871. <property name="type" value="timestamp"/>
  872. </element>
  873. <element action="add" uuid="b40e30e1-a742-4297-932c-e28291e0a8e4" parent-uuid="6128d2f6-88d0-472b-bc71-0a9f49370847" sibling-uuid="b7cb1d70-b9a6-441a-aacd-7cd963cbc371" type="field">
  874. <property name="name" value="updated_at"/>
  875. <property name="type" value="timestamp"/>
  876. </element>
  877. <element action="add" uuid="656af606-c65b-4b92-bac2-4e8a23d286e4" parent-uuid="2ef4e619-ebea-457a-8613-05b3dfb6c7fa" type="field">
  878. <property name="auto-increment" value="true"/>
  879. <property name="name" value="id"/>
  880. <property name="primary" value="true"/>
  881. <property name="required" value="true"/>
  882. <property name="type" value="bigInteger"/>
  883. <property name="unique" value="true"/>
  884. <property name="unsigned" value="true"/>
  885. </element>
  886. <element action="add" uuid="e52e1b52-9dd3-4f50-ade3-a01755961201" parent-uuid="2ef4e619-ebea-457a-8613-05b3dfb6c7fa" sibling-uuid="656af606-c65b-4b92-bac2-4e8a23d286e4" type="field">
  887. <property name="name" value="provincia_id"/>
  888. <property name="type" value="bigInteger"/>
  889. <property name="unsigned" value="true"/>
  890. </element>
  891. <element action="add" uuid="366b0dc8-c30b-4649-a1a2-3819e803595b" parent-uuid="2ef4e619-ebea-457a-8613-05b3dfb6c7fa" sibling-uuid="e52e1b52-9dd3-4f50-ade3-a01755961201" type="field">
  892. <property name="name" value="nazione_id"/>
  893. <property name="type" value="bigInteger"/>
  894. <property name="unsigned" value="true"/>
  895. </element>
  896. <element action="add" uuid="02c5a258-0c72-47fc-8a1f-0b0af6c37e38" parent-uuid="2ef4e619-ebea-457a-8613-05b3dfb6c7fa" sibling-uuid="366b0dc8-c30b-4649-a1a2-3819e803595b" type="field">
  897. <property name="name" value="nome"/>
  898. <property name="type" value="string"/>
  899. </element>
  900. <element action="add" uuid="efc61454-f98b-49aa-98f2-3e6014129b09" parent-uuid="2ef4e619-ebea-457a-8613-05b3dfb6c7fa" sibling-uuid="02c5a258-0c72-47fc-8a1f-0b0af6c37e38" type="field">
  901. <property name="name" value="codice_catastale"/>
  902. <property name="type" value="string"/>
  903. </element>
  904. <element action="add" uuid="8f5ae8e3-acaf-40ea-8eba-3139d76454a7" parent-uuid="2ef4e619-ebea-457a-8613-05b3dfb6c7fa" sibling-uuid="efc61454-f98b-49aa-98f2-3e6014129b09" type="field">
  905. <property name="name" value="created_at"/>
  906. <property name="type" value="timestamp"/>
  907. </element>
  908. <element action="add" uuid="e603d21d-ddb5-46bd-929f-94a78dc0c5f5" parent-uuid="2ef4e619-ebea-457a-8613-05b3dfb6c7fa" sibling-uuid="8f5ae8e3-acaf-40ea-8eba-3139d76454a7" type="field">
  909. <property name="name" value="updated_at"/>
  910. <property name="type" value="timestamp"/>
  911. </element>
  912. <element action="add" uuid="badce0d4-64dd-43b2-be60-820ff13951fa" parent-uuid="dd24c9ce-a45f-4d90-b374-ede2efe2e25b" type="field">
  913. <property name="name" value="key"/>
  914. <property name="primary" value="true"/>
  915. <property name="required" value="true"/>
  916. <property name="type" value="string"/>
  917. <property name="unique" value="true"/>
  918. </element>
  919. <element action="add" uuid="8ab75bd9-b755-4637-a230-9e2d5de6ac55" parent-uuid="dd24c9ce-a45f-4d90-b374-ede2efe2e25b" sibling-uuid="badce0d4-64dd-43b2-be60-820ff13951fa" type="field">
  920. <property name="name" value="group"/>
  921. <property name="type" value="string"/>
  922. </element>
  923. <element action="add" uuid="4210e393-7c3b-4982-8bee-30238073d5bc" parent-uuid="dd24c9ce-a45f-4d90-b374-ede2efe2e25b" sibling-uuid="8ab75bd9-b755-4637-a230-9e2d5de6ac55" type="field">
  924. <property name="name" value="display_name"/>
  925. <property name="type" value="string"/>
  926. </element>
  927. <element action="add" uuid="e9019a5d-d4b6-4bf5-a014-7963da6341f8" parent-uuid="dd24c9ce-a45f-4d90-b374-ede2efe2e25b" sibling-uuid="4210e393-7c3b-4982-8bee-30238073d5bc" type="field">
  928. <property name="name" value="value"/>
  929. <property name="type" value="longText"/>
  930. </element>
  931. <element action="add" uuid="9e54a33a-8637-4273-8027-e0aecc53eeb6" parent-uuid="dd24c9ce-a45f-4d90-b374-ede2efe2e25b" sibling-uuid="e9019a5d-d4b6-4bf5-a014-7963da6341f8" type="field">
  932. <property name="name" value="order"/>
  933. <property name="type" value="integer"/>
  934. </element>
  935. <element action="add" uuid="e04ce407-d9d0-4c74-9a8d-721deeb63c3c" parent-uuid="dd24c9ce-a45f-4d90-b374-ede2efe2e25b" sibling-uuid="9e54a33a-8637-4273-8027-e0aecc53eeb6" type="field">
  936. <property name="name" value="type"/>
  937. <property name="type" value="string"/>
  938. </element>
  939. <element action="add" uuid="fb7f6e10-5782-4506-9258-4b6185860d71" parent-uuid="dd24c9ce-a45f-4d90-b374-ede2efe2e25b" sibling-uuid="e04ce407-d9d0-4c74-9a8d-721deeb63c3c" type="field">
  940. <property name="name" value="created_at"/>
  941. <property name="type" value="timestamp"/>
  942. </element>
  943. <element action="add" uuid="370dbe57-9a63-4af4-ad81-b7c7647c273c" parent-uuid="dd24c9ce-a45f-4d90-b374-ede2efe2e25b" sibling-uuid="fb7f6e10-5782-4506-9258-4b6185860d71" type="field">
  944. <property name="name" value="updated_at"/>
  945. <property name="type" value="timestamp"/>
  946. </element>
  947. <element action="add" uuid="345b5351-9f8a-4d02-9192-1bb27645761d" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="association">
  948. <property name="from" value="\App\Models\Provincia"/>
  949. <property name="inverse-alias" value="nazione"/>
  950. <property name="many-inverse" value="false"/>
  951. <property name="many-owner" value="true"/>
  952. <property name="onDelete" value="set null"/>
  953. <property name="owner-alias" value="provincie"/>
  954. <property name="to" value="\App\Models\Nazione"/>
  955. </element>
  956. <element action="add" uuid="4399e41c-477e-44d7-91db-b1cd4614f294" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="association">
  957. <property name="from" value="\App\Models\Comune"/>
  958. <property name="inverse-alias" value="provincia"/>
  959. <property name="many-inverse" value="false"/>
  960. <property name="many-owner" value="true"/>
  961. <property name="owner-alias" value="comuni"/>
  962. <property name="to" value="\App\Models\Provincia"/>
  963. </element>
  964. <element action="add" uuid="299d534d-b5ef-411c-b66b-f4adaaa3b4f1" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="association">
  965. <property name="from" value="\App\Models\Comune"/>
  966. <property name="inverse-alias" value="nazione"/>
  967. <property name="many-inverse" value="false"/>
  968. <property name="many-owner" value="true"/>
  969. <property name="onDelete" value="set null"/>
  970. <property name="owner-alias" value="comuni"/>
  971. <property name="to" value="\App\Models\Nazione"/>
  972. </element>
  973. <element action="add" uuid="8f51c513-0361-4147-b7ac-26b56c42011d" parent-uuid="345b5351-9f8a-4d02-9192-1bb27645761d" type="association-field">
  974. <property name="from" value="nazione_id"/>
  975. <property name="to" value="id"/>
  976. </element>
  977. <element action="add" uuid="bb143e14-84bd-4e4a-bc86-6045f340856b" parent-uuid="4399e41c-477e-44d7-91db-b1cd4614f294" type="association-field">
  978. <property name="from" value="provincia_id"/>
  979. <property name="to" value="id"/>
  980. </element>
  981. <element action="add" uuid="3bf703ca-9546-4b79-85c0-8febb961d821" parent-uuid="299d534d-b5ef-411c-b66b-f4adaaa3b4f1" type="association-field">
  982. <property name="from" value="nazione_id"/>
  983. <property name="to" value="id"/>
  984. </element>
  985. </revision>
  986. <revision uuid="939f1cdf-9a7b-4644-b610-6e7449d178a9" date="2026-01-29 14:13:44.790798" exportable="true">
  987. <element action="add" uuid="89a8c443-befc-4306-8035-bce0de881d16" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="entity">
  988. <property name="fillableAll" value="as-fillable-all"/>
  989. <property name="local-name" value="Assegnazione"/>
  990. <property name="name" value="\App\Models\Assegnazione"/>
  991. <property name="namespace" value="\App\Models"/>
  992. <property name="table" value="assegnazione"/>
  993. </element>
  994. <element action="add" uuid="9e40817f-1351-4157-b873-fc2b3bab43d6" parent-uuid="89a8c443-befc-4306-8035-bce0de881d16" type="field">
  995. <property name="auto-increment" value="true"/>
  996. <property name="name" value="id"/>
  997. <property name="primary" value="true"/>
  998. <property name="required" value="true"/>
  999. <property name="type" value="bigInteger"/>
  1000. <property name="unique" value="true"/>
  1001. <property name="unsigned" value="true"/>
  1002. </element>
  1003. <element action="add" uuid="b06219fb-c584-4efc-97d9-4f8de6a630c9" parent-uuid="89a8c443-befc-4306-8035-bce0de881d16" sibling-uuid="9e40817f-1351-4157-b873-fc2b3bab43d6" type="field">
  1004. <property name="name" value="user_id"/>
  1005. <property name="type" value="bigInteger"/>
  1006. <property name="unsigned" value="true"/>
  1007. </element>
  1008. <element action="add" uuid="3c30297e-c1f7-4d1e-bfd4-ea72d7d54577" parent-uuid="89a8c443-befc-4306-8035-bce0de881d16" sibling-uuid="b06219fb-c584-4efc-97d9-4f8de6a630c9" type="field">
  1009. <property name="name" value="segnalazione_id"/>
  1010. <property name="type" value="bigInteger"/>
  1011. <property name="unsigned" value="true"/>
  1012. </element>
  1013. <element action="add" uuid="7500c646-4a6f-44e4-97f0-6d5a9f1a8b0f" parent-uuid="89a8c443-befc-4306-8035-bce0de881d16" sibling-uuid="3c30297e-c1f7-4d1e-bfd4-ea72d7d54577" type="field">
  1014. <property name="name" value="created_at"/>
  1015. <property name="type" value="timestamp"/>
  1016. </element>
  1017. <element action="add" uuid="e4985932-a1ad-4ab3-b6af-234a294a1f4e" parent-uuid="89a8c443-befc-4306-8035-bce0de881d16" sibling-uuid="7500c646-4a6f-44e4-97f0-6d5a9f1a8b0f" type="field">
  1018. <property name="name" value="updated_at"/>
  1019. <property name="type" value="timestamp"/>
  1020. </element>
  1021. <element action="add" uuid="87d12566-dd1d-492a-a1b5-536cc8fb202f" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="association">
  1022. <property name="from" value="\App\Models\Assegnazione"/>
  1023. <property name="inverse-alias" value="user"/>
  1024. <property name="many-inverse" value="false"/>
  1025. <property name="many-owner" value="true"/>
  1026. <property name="onDelete" value="set null"/>
  1027. <property name="owner-alias" value="assegnazioni"/>
  1028. <property name="to" value="\App\Models\User"/>
  1029. </element>
  1030. <element action="add" uuid="785093c3-4fee-4b93-8b41-99449ce28b30" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="association">
  1031. <property name="from" value="\App\Models\Assegnazione"/>
  1032. <property name="inverse-alias" value="segnalazione"/>
  1033. <property name="many-inverse" value="false"/>
  1034. <property name="many-owner" value="true"/>
  1035. <property name="onDelete" value="cascade"/>
  1036. <property name="owner-alias" value="assegnazioni"/>
  1037. <property name="to" value="\App\Models\Segnalazione"/>
  1038. </element>
  1039. <element action="add" uuid="e2a30404-076a-400f-8cc8-335525c9501c" parent-uuid="87d12566-dd1d-492a-a1b5-536cc8fb202f" type="association-field">
  1040. <property name="from" value="user_id"/>
  1041. <property name="to" value="id"/>
  1042. </element>
  1043. <element action="add" uuid="f4b65d0e-3103-4a0d-ada4-cb10cdc0238c" parent-uuid="785093c3-4fee-4b93-8b41-99449ce28b30" type="association-field">
  1044. <property name="from" value="segnalazione_id"/>
  1045. <property name="to" value="id"/>
  1046. </element>
  1047. </revision>
  1048. <revision uuid="5d2ec3fe-9e75-4bdb-a4f6-71fe96117bf7" date="2026-01-29 14:22:38.579209" exportable="true">
  1049. <element action="add" uuid="8c4db31d-e77c-4138-8505-1e80214a9eff" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="entity">
  1050. <property name="fillableAll" value="as-fillable-all"/>
  1051. <property name="local-name" value="Gruppo"/>
  1052. <property name="name" value="\App\Models\Gruppo"/>
  1053. <property name="namespace" value="\App\Models"/>
  1054. <property name="table" value="gruppo"/>
  1055. </element>
  1056. <element action="add" uuid="3f50a0d8-1a10-49de-aee2-ce93ebe146bd" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="entity">
  1057. <property name="local-name" value="UserHasGruppo"/>
  1058. <property name="name" value="\App\Models\UserHasGruppo"/>
  1059. <property name="namespace" value="\App\Models"/>
  1060. </element>
  1061. <element action="add" uuid="3127e131-f95f-4435-947c-53d801629a0b" parent-uuid="89a8c443-befc-4306-8035-bce0de881d16" sibling-uuid="b06219fb-c584-4efc-97d9-4f8de6a630c9" type="field">
  1062. <property name="name" value="gruppo_id"/>
  1063. <property name="type" value="bigInteger"/>
  1064. <property name="unsigned" value="true"/>
  1065. </element>
  1066. <element action="add" uuid="bb3b4cb7-4401-4e65-9cbf-42e0652cdc29" parent-uuid="8c4db31d-e77c-4138-8505-1e80214a9eff" type="field">
  1067. <property name="auto-increment" value="true"/>
  1068. <property name="name" value="id"/>
  1069. <property name="primary" value="true"/>
  1070. <property name="required" value="true"/>
  1071. <property name="type" value="bigInteger"/>
  1072. <property name="unique" value="true"/>
  1073. <property name="unsigned" value="true"/>
  1074. </element>
  1075. <element action="add" uuid="a94a6fde-c7ce-47d3-92a6-f8f471975844" parent-uuid="8c4db31d-e77c-4138-8505-1e80214a9eff" sibling-uuid="bb3b4cb7-4401-4e65-9cbf-42e0652cdc29" type="field">
  1076. <property name="name" value="label"/>
  1077. <property name="type" value="string"/>
  1078. </element>
  1079. <element action="add" uuid="d597ecec-5904-4f69-a038-a54d4111038e" parent-uuid="8c4db31d-e77c-4138-8505-1e80214a9eff" sibling-uuid="a94a6fde-c7ce-47d3-92a6-f8f471975844" type="field">
  1080. <property name="name" value="is_attivo"/>
  1081. <property name="type" value="boolean"/>
  1082. </element>
  1083. <element action="add" uuid="21c4c3ea-0ee4-46a9-89d5-fb9b0373a088" parent-uuid="8c4db31d-e77c-4138-8505-1e80214a9eff" sibling-uuid="d597ecec-5904-4f69-a038-a54d4111038e" type="field">
  1084. <property name="name" value="created_at"/>
  1085. <property name="type" value="timestamp"/>
  1086. </element>
  1087. <element action="add" uuid="194ea3c0-8c88-45d7-8dfc-ffbceedc9b4f" parent-uuid="8c4db31d-e77c-4138-8505-1e80214a9eff" sibling-uuid="21c4c3ea-0ee4-46a9-89d5-fb9b0373a088" type="field">
  1088. <property name="name" value="updated_at"/>
  1089. <property name="type" value="timestamp"/>
  1090. </element>
  1091. <element action="add" uuid="8edd5f3c-e725-44a7-a119-35fb670e523d" parent-uuid="3f50a0d8-1a10-49de-aee2-ce93ebe146bd" type="field">
  1092. <property name="name" value="gruppo_id"/>
  1093. <property name="primary" value="true"/>
  1094. <property name="required" value="true"/>
  1095. <property name="type" value="bigInteger"/>
  1096. <property name="unsigned" value="true"/>
  1097. </element>
  1098. <element action="add" uuid="408bc98e-98f9-4987-a04c-c490083cd045" parent-uuid="3f50a0d8-1a10-49de-aee2-ce93ebe146bd" sibling-uuid="8edd5f3c-e725-44a7-a119-35fb670e523d" type="field">
  1099. <property name="name" value="user_id"/>
  1100. <property name="primary" value="true"/>
  1101. <property name="required" value="true"/>
  1102. <property name="type" value="bigInteger"/>
  1103. <property name="unsigned" value="true"/>
  1104. </element>
  1105. <element action="add" uuid="c0743f29-89cb-46d6-bcb3-99c75d108e5f" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="association">
  1106. <property name="from" value="\App\Models\Assegnazione"/>
  1107. <property name="inverse-alias" value="gruppo"/>
  1108. <property name="many-inverse" value="false"/>
  1109. <property name="many-owner" value="true"/>
  1110. <property name="onDelete" value="set null"/>
  1111. <property name="owner-alias" value="assegnazioni"/>
  1112. <property name="to" value="\App\Models\Gruppo"/>
  1113. </element>
  1114. <element action="add" uuid="a3241ad1-3e0e-44ed-8f0e-2197ee110b5d" parent-uuid="c0743f29-89cb-46d6-bcb3-99c75d108e5f" type="association-field">
  1115. <property name="from" value="gruppo_id"/>
  1116. <property name="to" value="id"/>
  1117. </element>
  1118. <element action="add" uuid="eb2029fd-ffee-4185-beb3-1f8e07faf343" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="many-to-many">
  1119. <property name="mn-entity" value="\App\Models\UserHasGruppo"/>
  1120. </element>
  1121. <element action="add" uuid="b122efd1-f859-457e-b0bb-5f8c73c68401" parent-uuid="eb2029fd-ffee-4185-beb3-1f8e07faf343" type="many-to-many-entity">
  1122. <property name="alias" value="gruppi"/>
  1123. <property name="name" value="\App\Models\Gruppo"/>
  1124. <property name="owning-side" value="true"/>
  1125. </element>
  1126. <element action="add" uuid="1c0122f4-216a-4e1d-a9d1-847e7e1cd4d6" parent-uuid="eb2029fd-ffee-4185-beb3-1f8e07faf343" type="many-to-many-entity">
  1127. <property name="alias" value="users"/>
  1128. <property name="name" value="\App\Models\User"/>
  1129. <property name="owning-side" value="false"/>
  1130. </element>
  1131. <element action="add" uuid="440f9423-db35-4d2a-8908-624e56b41588" parent-uuid="b122efd1-f859-457e-b0bb-5f8c73c68401" type="many-to-many-field">
  1132. <property name="from" value="gruppo_id"/>
  1133. <property name="to" value="id"/>
  1134. </element>
  1135. <element action="add" uuid="5100da27-9bf6-4564-93cc-acc90bdde5ca" parent-uuid="1c0122f4-216a-4e1d-a9d1-847e7e1cd4d6" type="many-to-many-field">
  1136. <property name="from" value="user_id"/>
  1137. <property name="to" value="id"/>
  1138. </element>
  1139. <element action="reorder" uuid="3c30297e-c1f7-4d1e-bfd4-ea72d7d54577" parent-uuid="89a8c443-befc-4306-8035-bce0de881d16" sibling-uuid="3127e131-f95f-4435-947c-53d801629a0b" previous-sibling-uuid="b06219fb-c584-4efc-97d9-4f8de6a630c9" type="field" helper="true"/>
  1140. </revision>
  1141. <revision uuid="f9bfdfaf-61f4-466c-9a69-eeab3492cf3e" date="2026-01-29 14:51:05.201136" exportable="true">
  1142. <element action="add" uuid="f33f5b5b-3fbb-45cb-93c9-6def7a6c98ef" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="entity">
  1143. <property name="fillableAll" value="as-fillable-all"/>
  1144. <property name="local-name" value="TempoImpiegato"/>
  1145. <property name="name" value="\App\Models\TempoImpiegato"/>
  1146. <property name="namespace" value="\App\Models"/>
  1147. <property name="table" value="tempo_impiegato"/>
  1148. </element>
  1149. <element action="add" uuid="2cb16ee6-fd81-4981-95be-d88191274a0d" parent-uuid="56185713-1439-4bd9-81df-6d5339d066ce" sibling-uuid="ef88ffd6-4374-4238-99c9-9cc9596a093e" type="field">
  1150. <property name="name" value="telefono"/>
  1151. <property name="type" value="string"/>
  1152. </element>
  1153. <element action="add" uuid="e3418cbd-8f1f-4b78-8aa8-aece19d72af6" parent-uuid="f33f5b5b-3fbb-45cb-93c9-6def7a6c98ef" type="field">
  1154. <property name="auto-increment" value="true"/>
  1155. <property name="name" value="id"/>
  1156. <property name="primary" value="true"/>
  1157. <property name="required" value="true"/>
  1158. <property name="type" value="bigInteger"/>
  1159. <property name="unique" value="true"/>
  1160. <property name="unsigned" value="true"/>
  1161. </element>
  1162. <element action="add" uuid="a9d091fe-f63e-476a-b6b3-0ea27dd4a150" parent-uuid="f33f5b5b-3fbb-45cb-93c9-6def7a6c98ef" sibling-uuid="e3418cbd-8f1f-4b78-8aa8-aece19d72af6" type="field">
  1163. <property name="name" value="segnalazione_id"/>
  1164. <property name="type" value="bigInteger"/>
  1165. <property name="unsigned" value="true"/>
  1166. </element>
  1167. <element action="add" uuid="d7724264-30ee-4486-8322-ae519693e106" parent-uuid="f33f5b5b-3fbb-45cb-93c9-6def7a6c98ef" sibling-uuid="a9d091fe-f63e-476a-b6b3-0ea27dd4a150" type="field">
  1168. <property name="name" value="user_id"/>
  1169. <property name="type" value="bigInteger"/>
  1170. <property name="unsigned" value="true"/>
  1171. </element>
  1172. <element action="add" uuid="d2aa28da-197f-4fa5-a486-31f3973f50f5" parent-uuid="f33f5b5b-3fbb-45cb-93c9-6def7a6c98ef" sibling-uuid="d7724264-30ee-4486-8322-ae519693e106" type="field">
  1173. <property name="name" value="minuti"/>
  1174. <property name="type" value="bigInteger"/>
  1175. </element>
  1176. <element action="add" uuid="54c0e1fb-0c9f-46ea-b125-f1bc1b176e25" parent-uuid="f33f5b5b-3fbb-45cb-93c9-6def7a6c98ef" sibling-uuid="d2aa28da-197f-4fa5-a486-31f3973f50f5" type="field">
  1177. <property name="name" value="created_at"/>
  1178. <property name="type" value="timestamp"/>
  1179. </element>
  1180. <element action="add" uuid="ae4259fe-1caa-4b75-be27-1cd5edb1bd47" parent-uuid="f33f5b5b-3fbb-45cb-93c9-6def7a6c98ef" sibling-uuid="54c0e1fb-0c9f-46ea-b125-f1bc1b176e25" type="field">
  1181. <property name="name" value="updated_at"/>
  1182. <property name="type" value="timestamp"/>
  1183. </element>
  1184. <element action="add" uuid="0e83f031-e4b9-4e9e-a4c0-9352ef97cb0a" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="association">
  1185. <property name="from" value="\App\Models\TempoImpiegato"/>
  1186. <property name="inverse-alias" value="user"/>
  1187. <property name="many-inverse" value="false"/>
  1188. <property name="many-owner" value="true"/>
  1189. <property name="onDelete" value="set null"/>
  1190. <property name="owner-alias" value="tempiImpiegato"/>
  1191. <property name="to" value="\App\Models\User"/>
  1192. </element>
  1193. <element action="add" uuid="92dc61dc-c9b2-4874-8160-9c3c3a93536c" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="association">
  1194. <property name="from" value="\App\Models\TempoImpiegato"/>
  1195. <property name="inverse-alias" value="segnalazione"/>
  1196. <property name="many-inverse" value="false"/>
  1197. <property name="many-owner" value="true"/>
  1198. <property name="onDelete" value="cascade"/>
  1199. <property name="owner-alias" value="tempiImpiegato"/>
  1200. <property name="to" value="\App\Models\Segnalazione"/>
  1201. </element>
  1202. <element action="add" uuid="0477df18-06e4-40ac-98d0-9d8988fc04a6" parent-uuid="0e83f031-e4b9-4e9e-a4c0-9352ef97cb0a" type="association-field">
  1203. <property name="from" value="user_id"/>
  1204. <property name="to" value="id"/>
  1205. </element>
  1206. <element action="add" uuid="4473d302-adc1-47e3-a205-f2b68f3d953c" parent-uuid="92dc61dc-c9b2-4874-8160-9c3c3a93536c" type="association-field">
  1207. <property name="from" value="segnalazione_id"/>
  1208. <property name="to" value="id"/>
  1209. </element>
  1210. </revision>
  1211. <revision uuid="4dd72872-b252-4875-8ba9-1659275c4a8e" date="2026-01-30 09:38:46.800879" exportable="true">
  1212. <element action="add" uuid="b11e4606-998e-416d-bdde-b0db609e8515" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="entity">
  1213. <property name="fillableAll" value="as-fillable-all"/>
  1214. <property name="local-name" value="CostoSegnalazione"/>
  1215. <property name="name" value="\App\Models\CostoSegnalazione"/>
  1216. <property name="namespace" value="\App\Models"/>
  1217. <property name="table" value="costo_segnalazione"/>
  1218. </element>
  1219. <element action="add" uuid="df85c2b2-d639-456f-a18f-c732a559f92b" parent-uuid="b11e4606-998e-416d-bdde-b0db609e8515" type="field">
  1220. <property name="auto-increment" value="true"/>
  1221. <property name="name" value="id"/>
  1222. <property name="primary" value="true"/>
  1223. <property name="required" value="true"/>
  1224. <property name="type" value="bigInteger"/>
  1225. <property name="unique" value="true"/>
  1226. <property name="unsigned" value="true"/>
  1227. </element>
  1228. <element action="add" uuid="e30807a9-abf7-4fdd-b578-582b0b97b80a" parent-uuid="b11e4606-998e-416d-bdde-b0db609e8515" sibling-uuid="df85c2b2-d639-456f-a18f-c732a559f92b" type="field">
  1229. <property name="name" value="segnalazione_id"/>
  1230. <property name="type" value="bigInteger"/>
  1231. <property name="unsigned" value="true"/>
  1232. </element>
  1233. <element action="add" uuid="1809f163-1e23-49b7-8bc5-37604967b255" parent-uuid="b11e4606-998e-416d-bdde-b0db609e8515" sibling-uuid="e30807a9-abf7-4fdd-b578-582b0b97b80a" type="field">
  1234. <property name="name" value="user_id"/>
  1235. <property name="type" value="bigInteger"/>
  1236. <property name="unsigned" value="true"/>
  1237. </element>
  1238. <element action="add" uuid="d3d3b8d7-6005-4bf4-a312-5abe1cfb7144" parent-uuid="b11e4606-998e-416d-bdde-b0db609e8515" sibling-uuid="1809f163-1e23-49b7-8bc5-37604967b255" type="field">
  1239. <property name="decimal" value="2"/>
  1240. <property name="name" value="costo"/>
  1241. <property name="size" value="10"/>
  1242. <property name="type" value="decimal"/>
  1243. </element>
  1244. <element action="add" uuid="32f00420-ebba-40d2-ac3a-bfca9732f1d2" parent-uuid="b11e4606-998e-416d-bdde-b0db609e8515" sibling-uuid="d3d3b8d7-6005-4bf4-a312-5abe1cfb7144" type="field">
  1245. <property name="name" value="descrizione"/>
  1246. <property name="type" value="text"/>
  1247. </element>
  1248. <element action="add" uuid="bf29281e-7b80-4996-8bff-3c591dec3b68" parent-uuid="b11e4606-998e-416d-bdde-b0db609e8515" sibling-uuid="32f00420-ebba-40d2-ac3a-bfca9732f1d2" type="field">
  1249. <property name="name" value="created_at"/>
  1250. <property name="type" value="timestamp"/>
  1251. </element>
  1252. <element action="add" uuid="169801b9-c622-4c3e-a720-a6bc530eadf1" parent-uuid="b11e4606-998e-416d-bdde-b0db609e8515" sibling-uuid="bf29281e-7b80-4996-8bff-3c591dec3b68" type="field">
  1253. <property name="name" value="updated_at"/>
  1254. <property name="type" value="timestamp"/>
  1255. </element>
  1256. <element action="add" uuid="8395f3d7-b59a-46d9-a192-17299448b7f6" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="association">
  1257. <property name="from" value="\App\Models\CostoSegnalazione"/>
  1258. <property name="inverse-alias" value="segnalazione"/>
  1259. <property name="many-inverse" value="false"/>
  1260. <property name="many-owner" value="true"/>
  1261. <property name="onDelete" value="cascade"/>
  1262. <property name="owner-alias" value="costiSegnalazione"/>
  1263. <property name="to" value="\App\Models\Segnalazione"/>
  1264. </element>
  1265. <element action="add" uuid="9175d2c2-5637-4844-9af9-771c7538da05" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="association">
  1266. <property name="from" value="\App\Models\CostoSegnalazione"/>
  1267. <property name="inverse-alias" value="user"/>
  1268. <property name="many-inverse" value="false"/>
  1269. <property name="many-owner" value="true"/>
  1270. <property name="onDelete" value="set null"/>
  1271. <property name="owner-alias" value="costiSegnalazione"/>
  1272. <property name="to" value="\App\Models\User"/>
  1273. </element>
  1274. <element action="add" uuid="ed84ee9c-c96b-42a4-b494-ad1f1fae1e7e" parent-uuid="8395f3d7-b59a-46d9-a192-17299448b7f6" type="association-field">
  1275. <property name="from" value="segnalazione_id"/>
  1276. <property name="to" value="id"/>
  1277. </element>
  1278. <element action="add" uuid="259bc51d-40c8-45e4-aa10-22a37d6dc49f" parent-uuid="9175d2c2-5637-4844-9af9-771c7538da05" type="association-field">
  1279. <property name="from" value="user_id"/>
  1280. <property name="to" value="id"/>
  1281. </element>
  1282. </revision>
  1283. <revision uuid="8e595ac2-5960-495d-8434-3bcd7171bc5c" date="2026-01-30 10:14:17.206229" exportable="true">
  1284. <element action="delete" uuid="440f9423-db35-4d2a-8908-624e56b41588" parent-uuid="b122efd1-f859-457e-b0bb-5f8c73c68401" type="many-to-many-field"/>
  1285. <element action="delete" uuid="5100da27-9bf6-4564-93cc-acc90bdde5ca" parent-uuid="1c0122f4-216a-4e1d-a9d1-847e7e1cd4d6" type="many-to-many-field"/>
  1286. <element action="delete" uuid="b122efd1-f859-457e-b0bb-5f8c73c68401" parent-uuid="eb2029fd-ffee-4185-beb3-1f8e07faf343" type="many-to-many-entity"/>
  1287. <element action="delete" uuid="1c0122f4-216a-4e1d-a9d1-847e7e1cd4d6" parent-uuid="eb2029fd-ffee-4185-beb3-1f8e07faf343" type="many-to-many-entity"/>
  1288. <element action="delete" uuid="eb2029fd-ffee-4185-beb3-1f8e07faf343" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="many-to-many"/>
  1289. <element action="delete" uuid="e2a30404-076a-400f-8cc8-335525c9501c" parent-uuid="87d12566-dd1d-492a-a1b5-536cc8fb202f" type="association-field"/>
  1290. <element action="delete" uuid="f4b65d0e-3103-4a0d-ada4-cb10cdc0238c" parent-uuid="785093c3-4fee-4b93-8b41-99449ce28b30" type="association-field"/>
  1291. <element action="delete" uuid="a3241ad1-3e0e-44ed-8f0e-2197ee110b5d" parent-uuid="c0743f29-89cb-46d6-bcb3-99c75d108e5f" type="association-field"/>
  1292. <element action="delete" uuid="0477df18-06e4-40ac-98d0-9d8988fc04a6" parent-uuid="0e83f031-e4b9-4e9e-a4c0-9352ef97cb0a" type="association-field"/>
  1293. <element action="delete" uuid="4473d302-adc1-47e3-a205-f2b68f3d953c" parent-uuid="92dc61dc-c9b2-4874-8160-9c3c3a93536c" type="association-field"/>
  1294. <element action="delete" uuid="ed84ee9c-c96b-42a4-b494-ad1f1fae1e7e" parent-uuid="8395f3d7-b59a-46d9-a192-17299448b7f6" type="association-field"/>
  1295. <element action="delete" uuid="259bc51d-40c8-45e4-aa10-22a37d6dc49f" parent-uuid="9175d2c2-5637-4844-9af9-771c7538da05" type="association-field"/>
  1296. <element action="delete" uuid="87d12566-dd1d-492a-a1b5-536cc8fb202f" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="association"/>
  1297. <element action="delete" uuid="785093c3-4fee-4b93-8b41-99449ce28b30" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="association"/>
  1298. <element action="delete" uuid="c0743f29-89cb-46d6-bcb3-99c75d108e5f" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="association"/>
  1299. <element action="delete" uuid="0e83f031-e4b9-4e9e-a4c0-9352ef97cb0a" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="association"/>
  1300. <element action="delete" uuid="92dc61dc-c9b2-4874-8160-9c3c3a93536c" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="association"/>
  1301. <element action="delete" uuid="8395f3d7-b59a-46d9-a192-17299448b7f6" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="association"/>
  1302. <element action="delete" uuid="9175d2c2-5637-4844-9af9-771c7538da05" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="association"/>
  1303. <element action="delete" uuid="9e40817f-1351-4157-b873-fc2b3bab43d6" parent-uuid="89a8c443-befc-4306-8035-bce0de881d16" type="field"/>
  1304. <element action="delete" uuid="b06219fb-c584-4efc-97d9-4f8de6a630c9" parent-uuid="89a8c443-befc-4306-8035-bce0de881d16" sibling-uuid="9e40817f-1351-4157-b873-fc2b3bab43d6" type="field"/>
  1305. <element action="delete" uuid="3c30297e-c1f7-4d1e-bfd4-ea72d7d54577" parent-uuid="89a8c443-befc-4306-8035-bce0de881d16" sibling-uuid="3127e131-f95f-4435-947c-53d801629a0b" type="field"/>
  1306. <element action="delete" uuid="7500c646-4a6f-44e4-97f0-6d5a9f1a8b0f" parent-uuid="89a8c443-befc-4306-8035-bce0de881d16" sibling-uuid="3c30297e-c1f7-4d1e-bfd4-ea72d7d54577" type="field"/>
  1307. <element action="delete" uuid="e4985932-a1ad-4ab3-b6af-234a294a1f4e" parent-uuid="89a8c443-befc-4306-8035-bce0de881d16" sibling-uuid="7500c646-4a6f-44e4-97f0-6d5a9f1a8b0f" type="field"/>
  1308. <element action="delete" uuid="3127e131-f95f-4435-947c-53d801629a0b" parent-uuid="89a8c443-befc-4306-8035-bce0de881d16" sibling-uuid="b06219fb-c584-4efc-97d9-4f8de6a630c9" type="field"/>
  1309. <element action="delete" uuid="bb3b4cb7-4401-4e65-9cbf-42e0652cdc29" parent-uuid="8c4db31d-e77c-4138-8505-1e80214a9eff" type="field"/>
  1310. <element action="delete" uuid="a94a6fde-c7ce-47d3-92a6-f8f471975844" parent-uuid="8c4db31d-e77c-4138-8505-1e80214a9eff" sibling-uuid="bb3b4cb7-4401-4e65-9cbf-42e0652cdc29" type="field"/>
  1311. <element action="delete" uuid="d597ecec-5904-4f69-a038-a54d4111038e" parent-uuid="8c4db31d-e77c-4138-8505-1e80214a9eff" sibling-uuid="a94a6fde-c7ce-47d3-92a6-f8f471975844" type="field"/>
  1312. <element action="delete" uuid="21c4c3ea-0ee4-46a9-89d5-fb9b0373a088" parent-uuid="8c4db31d-e77c-4138-8505-1e80214a9eff" sibling-uuid="d597ecec-5904-4f69-a038-a54d4111038e" type="field"/>
  1313. <element action="delete" uuid="194ea3c0-8c88-45d7-8dfc-ffbceedc9b4f" parent-uuid="8c4db31d-e77c-4138-8505-1e80214a9eff" sibling-uuid="21c4c3ea-0ee4-46a9-89d5-fb9b0373a088" type="field"/>
  1314. <element action="delete" uuid="8edd5f3c-e725-44a7-a119-35fb670e523d" parent-uuid="3f50a0d8-1a10-49de-aee2-ce93ebe146bd" type="field"/>
  1315. <element action="delete" uuid="408bc98e-98f9-4987-a04c-c490083cd045" parent-uuid="3f50a0d8-1a10-49de-aee2-ce93ebe146bd" sibling-uuid="8edd5f3c-e725-44a7-a119-35fb670e523d" type="field"/>
  1316. <element action="delete" uuid="e3418cbd-8f1f-4b78-8aa8-aece19d72af6" parent-uuid="f33f5b5b-3fbb-45cb-93c9-6def7a6c98ef" type="field"/>
  1317. <element action="delete" uuid="a9d091fe-f63e-476a-b6b3-0ea27dd4a150" parent-uuid="f33f5b5b-3fbb-45cb-93c9-6def7a6c98ef" sibling-uuid="e3418cbd-8f1f-4b78-8aa8-aece19d72af6" type="field"/>
  1318. <element action="delete" uuid="d7724264-30ee-4486-8322-ae519693e106" parent-uuid="f33f5b5b-3fbb-45cb-93c9-6def7a6c98ef" sibling-uuid="a9d091fe-f63e-476a-b6b3-0ea27dd4a150" type="field"/>
  1319. <element action="delete" uuid="d2aa28da-197f-4fa5-a486-31f3973f50f5" parent-uuid="f33f5b5b-3fbb-45cb-93c9-6def7a6c98ef" sibling-uuid="d7724264-30ee-4486-8322-ae519693e106" type="field"/>
  1320. <element action="delete" uuid="54c0e1fb-0c9f-46ea-b125-f1bc1b176e25" parent-uuid="f33f5b5b-3fbb-45cb-93c9-6def7a6c98ef" sibling-uuid="d2aa28da-197f-4fa5-a486-31f3973f50f5" type="field"/>
  1321. <element action="delete" uuid="ae4259fe-1caa-4b75-be27-1cd5edb1bd47" parent-uuid="f33f5b5b-3fbb-45cb-93c9-6def7a6c98ef" sibling-uuid="54c0e1fb-0c9f-46ea-b125-f1bc1b176e25" type="field"/>
  1322. <element action="delete" uuid="df85c2b2-d639-456f-a18f-c732a559f92b" parent-uuid="b11e4606-998e-416d-bdde-b0db609e8515" type="field"/>
  1323. <element action="delete" uuid="e30807a9-abf7-4fdd-b578-582b0b97b80a" parent-uuid="b11e4606-998e-416d-bdde-b0db609e8515" sibling-uuid="df85c2b2-d639-456f-a18f-c732a559f92b" type="field"/>
  1324. <element action="delete" uuid="1809f163-1e23-49b7-8bc5-37604967b255" parent-uuid="b11e4606-998e-416d-bdde-b0db609e8515" sibling-uuid="e30807a9-abf7-4fdd-b578-582b0b97b80a" type="field"/>
  1325. <element action="delete" uuid="d3d3b8d7-6005-4bf4-a312-5abe1cfb7144" parent-uuid="b11e4606-998e-416d-bdde-b0db609e8515" sibling-uuid="1809f163-1e23-49b7-8bc5-37604967b255" type="field"/>
  1326. <element action="delete" uuid="32f00420-ebba-40d2-ac3a-bfca9732f1d2" parent-uuid="b11e4606-998e-416d-bdde-b0db609e8515" sibling-uuid="d3d3b8d7-6005-4bf4-a312-5abe1cfb7144" type="field"/>
  1327. <element action="delete" uuid="bf29281e-7b80-4996-8bff-3c591dec3b68" parent-uuid="b11e4606-998e-416d-bdde-b0db609e8515" sibling-uuid="32f00420-ebba-40d2-ac3a-bfca9732f1d2" type="field"/>
  1328. <element action="delete" uuid="169801b9-c622-4c3e-a720-a6bc530eadf1" parent-uuid="b11e4606-998e-416d-bdde-b0db609e8515" sibling-uuid="bf29281e-7b80-4996-8bff-3c591dec3b68" type="field"/>
  1329. <element action="delete" uuid="89a8c443-befc-4306-8035-bce0de881d16" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="entity"/>
  1330. <element action="delete" uuid="8c4db31d-e77c-4138-8505-1e80214a9eff" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="entity"/>
  1331. <element action="delete" uuid="3f50a0d8-1a10-49de-aee2-ce93ebe146bd" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="entity"/>
  1332. <element action="delete" uuid="f33f5b5b-3fbb-45cb-93c9-6def7a6c98ef" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="entity"/>
  1333. <element action="delete" uuid="b11e4606-998e-416d-bdde-b0db609e8515" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="entity"/>
  1334. <element action="update" uuid="097ab2c7-9646-43ff-bc82-8cc0c277d909" parent-uuid="56185713-1439-4bd9-81df-6d5339d066ce" sibling-uuid="5d3e9adc-9d0e-4b7c-abef-2b50ec57333c" type="field">
  1335. <property name="unique"/>
  1336. </element>
  1337. <element action="add" uuid="704eb3e5-b120-4303-b675-f3b7e051b24d" parent-uuid="56185713-1439-4bd9-81df-6d5339d066ce" sibling-uuid="7e1530aa-7374-4465-af8d-0aed05196cf6" type="field">
  1338. <property name="default" value="0"/>
  1339. <property name="name" value="is_gruppo"/>
  1340. <property name="type" value="boolean"/>
  1341. </element>
  1342. <element action="add" uuid="b575155d-c744-4622-92bb-d28a36710267" parent-uuid="56185713-1439-4bd9-81df-6d5339d066ce" sibling-uuid="704eb3e5-b120-4303-b675-f3b7e051b24d" type="field">
  1343. <property name="name" value="label_gruppo"/>
  1344. <property name="type" value="string"/>
  1345. </element>
  1346. <element action="add" uuid="c26ef028-e3f3-4dfe-b949-397da060e974" parent-uuid="56185713-1439-4bd9-81df-6d5339d066ce" sibling-uuid="b575155d-c744-4622-92bb-d28a36710267" type="field">
  1347. <property name="name" value="componenti_gruppo"/>
  1348. <property name="type" value="json"/>
  1349. </element>
  1350. <element action="add" uuid="9157dc7c-305b-4227-8b05-3992650c5cfc" parent-uuid="b21d156e-828b-49fe-87a8-659eb8411896" sibling-uuid="a9f8ce22-0257-42cf-b6f3-de7a1132eea4" type="field">
  1351. <property name="description" value="a chi &#xE8; assegnata la segnalazione"/>
  1352. <property name="name" value="user_id"/>
  1353. <property name="type" value="bigInteger"/>
  1354. <property name="unsigned" value="true"/>
  1355. </element>
  1356. <element action="add" uuid="5c615a4a-fd54-4e7b-9e40-64ed05f233c5" parent-uuid="b21d156e-828b-49fe-87a8-659eb8411896" sibling-uuid="93e92649-f52f-4db5-baad-a4abf8e20f62" type="field">
  1357. <property name="name" value="riferimento"/>
  1358. <property name="type" value="string"/>
  1359. </element>
  1360. <element action="add" uuid="734b6cb6-58f7-4a2b-b27d-ab8dc46cf714" parent-uuid="43c9733c-5074-4c8d-9cb1-33867510c2fc" sibling-uuid="a55daaa7-8ba7-4bb0-83dd-dcfdb8036968" type="field">
  1361. <property name="name" value="user_id"/>
  1362. <property name="type" value="bigInteger"/>
  1363. <property name="unsigned" value="true"/>
  1364. </element>
  1365. <element action="add" uuid="b3f34db1-e2e5-4426-a960-51eb2d8ca0b1" parent-uuid="43c9733c-5074-4c8d-9cb1-33867510c2fc" sibling-uuid="f748b6d3-a6af-40b0-a522-4447364a2948" type="field">
  1366. <property name="default" value="0"/>
  1367. <property name="name" value="tempo_minuti"/>
  1368. <property name="type" value="integer"/>
  1369. </element>
  1370. <element action="add" uuid="f305a718-29d3-4bd5-8da9-619db3671251" parent-uuid="43c9733c-5074-4c8d-9cb1-33867510c2fc" sibling-uuid="b3f34db1-e2e5-4426-a960-51eb2d8ca0b1" type="field">
  1371. <property name="cast" value="dateTime"/>
  1372. <property name="castFormat" value="d/m/Y H:i"/>
  1373. <property name="name" value="tempo_data"/>
  1374. <property name="type" value="dateTime"/>
  1375. </element>
  1376. <element action="add" uuid="330f67c6-9da7-4130-8907-9c1339a62723" parent-uuid="43c9733c-5074-4c8d-9cb1-33867510c2fc" sibling-uuid="f305a718-29d3-4bd5-8da9-619db3671251" type="field">
  1377. <property name="decimal" value="2"/>
  1378. <property name="name" value="costo"/>
  1379. <property name="size" value="10"/>
  1380. <property name="type" value="decimal"/>
  1381. </element>
  1382. <element action="add" uuid="2d89a9fb-9229-412e-b6df-9b35a19f14a5" parent-uuid="43c9733c-5074-4c8d-9cb1-33867510c2fc" sibling-uuid="330f67c6-9da7-4130-8907-9c1339a62723" type="field">
  1383. <property name="name" value="costo_descrizione"/>
  1384. <property name="type" value="text"/>
  1385. </element>
  1386. <element action="add" uuid="2fa65d03-8ddb-413f-8064-798860928786" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="association">
  1387. <property name="from" value="\App\Models\Segnalazione"/>
  1388. <property name="inverse-alias" value="user"/>
  1389. <property name="many-inverse" value="false"/>
  1390. <property name="many-owner" value="true"/>
  1391. <property name="onDelete" value="set null"/>
  1392. <property name="owner-alias" value="segnalazioni"/>
  1393. <property name="to" value="\App\Models\User"/>
  1394. </element>
  1395. <element action="add" uuid="f5d31adf-5971-42f7-90bf-41571fe64218" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="association">
  1396. <property name="from" value="\App\Models\Annotazione"/>
  1397. <property name="inverse-alias" value="user"/>
  1398. <property name="many-inverse" value="false"/>
  1399. <property name="many-owner" value="true"/>
  1400. <property name="onDelete" value="set null"/>
  1401. <property name="owner-alias" value="annotazioni"/>
  1402. <property name="to" value="\App\Models\User"/>
  1403. </element>
  1404. <element action="add" uuid="d432694a-89df-447e-801d-24b276e2ac8c" parent-uuid="2fa65d03-8ddb-413f-8064-798860928786" type="association-field">
  1405. <property name="from" value="user_id"/>
  1406. <property name="to" value="id"/>
  1407. </element>
  1408. <element action="add" uuid="1fb9c039-f291-4e4e-ac2f-c31f14db295b" parent-uuid="f5d31adf-5971-42f7-90bf-41571fe64218" type="association-field">
  1409. <property name="from" value="user_id"/>
  1410. <property name="to" value="id"/>
  1411. </element>
  1412. <element action="reorder" uuid="2cb16ee6-fd81-4981-95be-d88191274a0d" parent-uuid="56185713-1439-4bd9-81df-6d5339d066ce" sibling-uuid="097ab2c7-9646-43ff-bc82-8cc0c277d909" previous-sibling-uuid="ef88ffd6-4374-4238-99c9-9cc9596a093e" type="field"/>
  1413. <element action="reorder" uuid="ca5b3607-4149-4aa9-9fe9-ed3f9ea4b79b" parent-uuid="56185713-1439-4bd9-81df-6d5339d066ce" sibling-uuid="2cb16ee6-fd81-4981-95be-d88191274a0d" previous-sibling-uuid="097ab2c7-9646-43ff-bc82-8cc0c277d909" type="field" helper="true"/>
  1414. <element action="reorder" uuid="40919a29-47f6-4516-9c3d-917ed2c9afe6" parent-uuid="56185713-1439-4bd9-81df-6d5339d066ce" sibling-uuid="c26ef028-e3f3-4dfe-b949-397da060e974" previous-sibling-uuid="7e1530aa-7374-4465-af8d-0aed05196cf6" type="field" helper="true"/>
  1415. <element action="reorder" uuid="93e92649-f52f-4db5-baad-a4abf8e20f62" parent-uuid="b21d156e-828b-49fe-87a8-659eb8411896" sibling-uuid="9157dc7c-305b-4227-8b05-3992650c5cfc" previous-sibling-uuid="a9f8ce22-0257-42cf-b6f3-de7a1132eea4" type="field" helper="true"/>
  1416. <element action="reorder" uuid="1122f731-6f02-4eb8-b50a-f3a18a3c7eee" parent-uuid="b21d156e-828b-49fe-87a8-659eb8411896" sibling-uuid="5c615a4a-fd54-4e7b-9e40-64ed05f233c5" previous-sibling-uuid="93e92649-f52f-4db5-baad-a4abf8e20f62" type="field" helper="true"/>
  1417. <element action="reorder" uuid="f748b6d3-a6af-40b0-a522-4447364a2948" parent-uuid="43c9733c-5074-4c8d-9cb1-33867510c2fc" sibling-uuid="734b6cb6-58f7-4a2b-b27d-ab8dc46cf714" previous-sibling-uuid="a55daaa7-8ba7-4bb0-83dd-dcfdb8036968" type="field" helper="true"/>
  1418. <element action="reorder" uuid="d0ae0044-ec8e-4aee-8cb5-84d5a663c57a" parent-uuid="43c9733c-5074-4c8d-9cb1-33867510c2fc" sibling-uuid="2d89a9fb-9229-412e-b6df-9b35a19f14a5" previous-sibling-uuid="f748b6d3-a6af-40b0-a522-4447364a2948" type="field" helper="true"/>
  1419. </revision>
  1420. <revision uuid="740435d6-0761-4aed-a1e4-5ac4d573168a" date="2026-01-30 14:10:37.392565" exportable="true">
  1421. <element action="add" uuid="fd2c04e8-d5c7-43af-a02c-9db3ba2a7e9a" parent-uuid="058bee4e-7265-4143-bcd4-1154fea3ae6a" sibling-uuid="c0ee910e-53bf-4d27-b36d-92051722a97b" type="field">
  1422. <property name="default" value="1"/>
  1423. <property name="name" value="is_attivo"/>
  1424. <property name="type" value="boolean"/>
  1425. </element>
  1426. <element action="reorder" uuid="55cc15fc-44f2-4d6f-8f4e-6f08e9c26484" parent-uuid="058bee4e-7265-4143-bcd4-1154fea3ae6a" sibling-uuid="fd2c04e8-d5c7-43af-a02c-9db3ba2a7e9a" previous-sibling-uuid="c0ee910e-53bf-4d27-b36d-92051722a97b" type="field" helper="true"/>
  1427. </revision>
  1428. <revision uuid="ba5a38b6-af05-49d9-b173-f1fb5cc37a0f" date="2026-01-30 14:11:42.382598" exportable="true">
  1429. <element action="add" uuid="ab52f60c-8f57-40bd-9443-ac893445bc0a" parent-uuid="fc304991-f5a9-4ae0-94e9-6f4a1016d1d0" sibling-uuid="8a65e32f-3379-4b9f-8c67-ef4807d6f124" type="field">
  1430. <property name="default" value="1"/>
  1431. <property name="name" value="is_attivo"/>
  1432. <property name="type" value="boolean"/>
  1433. </element>
  1434. <element action="reorder" uuid="39787a56-8a76-4fd5-ba6d-3bf699c26f6c" parent-uuid="fc304991-f5a9-4ae0-94e9-6f4a1016d1d0" sibling-uuid="ab52f60c-8f57-40bd-9443-ac893445bc0a" previous-sibling-uuid="8a65e32f-3379-4b9f-8c67-ef4807d6f124" type="field" helper="true"/>
  1435. </revision>
  1436. <revision uuid="ed05a692-ee41-4093-837b-4671ae4a9407" date="2026-02-02 23:02:45.047795" exportable="true">
  1437. <element action="add" uuid="e5bd4274-35d3-4bff-9643-31c0b84ef421" parent-uuid="b21d156e-828b-49fe-87a8-659eb8411896" sibling-uuid="16f71b45-d45e-490a-9985-f19bed3c4d1c" type="field">
  1438. <property name="name" value="token"/>
  1439. <property name="type" value="string"/>
  1440. </element>
  1441. <element action="reorder" uuid="d0040cc6-db11-4587-beed-bf4313681d57" parent-uuid="b21d156e-828b-49fe-87a8-659eb8411896" sibling-uuid="e5bd4274-35d3-4bff-9643-31c0b84ef421" previous-sibling-uuid="16f71b45-d45e-490a-9985-f19bed3c4d1c" type="field" helper="true"/>
  1442. </revision>
  1443. <revision uuid="5402320e-8a4d-4c20-94f2-b918f399c84c" date="2026-02-02 23:14:33.709483" exportable="true">
  1444. <element action="add" uuid="c48733ff-ec02-4aa0-be7c-25be727c3c1e" parent-uuid="43c9733c-5074-4c8d-9cb1-33867510c2fc" sibling-uuid="2d89a9fb-9229-412e-b6df-9b35a19f14a5" type="field">
  1445. <property name="default" value="1"/>
  1446. <property name="name" value="riservata"/>
  1447. <property name="type" value="boolean"/>
  1448. </element>
  1449. <element action="reorder" uuid="d0ae0044-ec8e-4aee-8cb5-84d5a663c57a" parent-uuid="43c9733c-5074-4c8d-9cb1-33867510c2fc" sibling-uuid="c48733ff-ec02-4aa0-be7c-25be727c3c1e" previous-sibling-uuid="2d89a9fb-9229-412e-b6df-9b35a19f14a5" type="field"/>
  1450. </revision>
  1451. <revision uuid="989c6843-e8f2-45d3-bc88-565d2009b37a" date="2026-02-03 11:21:23.958407" exportable="true">
  1452. <element action="delete" uuid="3e4f5bcb-9102-42c0-864c-ad5d14569424" parent-uuid="eb891543-fab7-4d06-bcb3-247f79231dc2" type="association-field"/>
  1453. <element action="delete" uuid="eb891543-fab7-4d06-bcb3-247f79231dc2" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="association"/>
  1454. <element action="delete" uuid="2d553f80-bf75-4a94-a78e-56c486f79cb3" parent-uuid="e8840811-594b-4f30-aede-b6f870cb3522" type="field"/>
  1455. <element action="delete" uuid="20f5e989-2e00-462f-a167-72533b875014" parent-uuid="e8840811-594b-4f30-aede-b6f870cb3522" sibling-uuid="2d553f80-bf75-4a94-a78e-56c486f79cb3" type="field"/>
  1456. <element action="delete" uuid="02b9db9a-efd3-45cf-9d32-1fed741c974d" parent-uuid="e8840811-594b-4f30-aede-b6f870cb3522" sibling-uuid="20f5e989-2e00-462f-a167-72533b875014" type="field"/>
  1457. <element action="delete" uuid="b119f05b-8502-4a48-8c59-ce3b637af48d" parent-uuid="e8840811-594b-4f30-aede-b6f870cb3522" sibling-uuid="02b9db9a-efd3-45cf-9d32-1fed741c974d" type="field"/>
  1458. <element action="delete" uuid="0bd7a561-2a56-4680-8e69-666a50f013b9" parent-uuid="e8840811-594b-4f30-aede-b6f870cb3522" sibling-uuid="b119f05b-8502-4a48-8c59-ce3b637af48d" type="field"/>
  1459. <element action="delete" uuid="1f5c30d8-1d58-4522-925a-3a708ea09307" parent-uuid="e8840811-594b-4f30-aede-b6f870cb3522" sibling-uuid="0bd7a561-2a56-4680-8e69-666a50f013b9" type="field"/>
  1460. <element action="delete" uuid="3ba2e1c1-5b46-4509-b828-1eee646e1267" parent-uuid="e8840811-594b-4f30-aede-b6f870cb3522" sibling-uuid="1f5c30d8-1d58-4522-925a-3a708ea09307" type="field"/>
  1461. <element action="delete" uuid="e8840811-594b-4f30-aede-b6f870cb3522" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="entity"/>
  1462. <element action="add" uuid="108999d1-18e4-46b1-bf33-2fe5145e8f3d" parent-uuid="56185713-1439-4bd9-81df-6d5339d066ce" sibling-uuid="c26ef028-e3f3-4dfe-b949-397da060e974" type="field">
  1463. <property name="name" value="azienda"/>
  1464. <property name="type" value="string"/>
  1465. </element>
  1466. <element action="reorder" uuid="40919a29-47f6-4516-9c3d-917ed2c9afe6" parent-uuid="56185713-1439-4bd9-81df-6d5339d066ce" sibling-uuid="108999d1-18e4-46b1-bf33-2fe5145e8f3d" previous-sibling-uuid="c26ef028-e3f3-4dfe-b949-397da060e974" type="field"/>
  1467. </revision>
  1468. <revision uuid="b3e6083d-c48b-4a8f-8e44-f3d0c045ef64" date="2026-02-03 14:12:07.873164" exportable="true">
  1469. <element action="add" uuid="dca8d620-9b45-4a1f-96e4-0d76392ac410" parent-uuid="43c9733c-5074-4c8d-9cb1-33867510c2fc" sibling-uuid="c48733ff-ec02-4aa0-be7c-25be727c3c1e" type="field">
  1470. <property name="name" value="riferimento"/>
  1471. <property name="type" value="string"/>
  1472. </element>
  1473. <element action="add" uuid="e2ca0f54-426d-4977-b729-fd007dee6f64" parent-uuid="43c9733c-5074-4c8d-9cb1-33867510c2fc" sibling-uuid="dca8d620-9b45-4a1f-96e4-0d76392ac410" type="field">
  1474. <property name="name" value="email"/>
  1475. <property name="type" value="string"/>
  1476. </element>
  1477. <element action="add" uuid="7b367191-cdfd-465f-8efe-ba0922fa32ff" parent-uuid="43c9733c-5074-4c8d-9cb1-33867510c2fc" sibling-uuid="e2ca0f54-426d-4977-b729-fd007dee6f64" type="field">
  1478. <property name="name" value="telefono"/>
  1479. <property name="type" value="string"/>
  1480. </element>
  1481. <element action="reorder" uuid="d0ae0044-ec8e-4aee-8cb5-84d5a663c57a" parent-uuid="43c9733c-5074-4c8d-9cb1-33867510c2fc" sibling-uuid="7b367191-cdfd-465f-8efe-ba0922fa32ff" previous-sibling-uuid="c48733ff-ec02-4aa0-be7c-25be727c3c1e" type="field"/>
  1482. </revision>
  1483. <revision uuid="b394d1d4-520d-4c90-a293-3ecbcc24f99d" date="2026-02-04 17:17:51.296841" exportable="true">
  1484. <element action="delete" uuid="55cc15fc-44f2-4d6f-8f4e-6f08e9c26484" parent-uuid="058bee4e-7265-4143-bcd4-1154fea3ae6a" sibling-uuid="fd2c04e8-d5c7-43af-a02c-9db3ba2a7e9a" type="field"/>
  1485. <element action="delete" uuid="8a65e32f-3379-4b9f-8c67-ef4807d6f124" parent-uuid="fc304991-f5a9-4ae0-94e9-6f4a1016d1d0" sibling-uuid="9f449dc9-ca55-4072-ac5a-625d529d5f5e" type="field"/>
  1486. <element action="delete" uuid="caff63c6-ac2c-4611-9780-e260782f7714" parent-uuid="a65c0700-a1f7-48ed-9917-b4595da5540e" type="field"/>
  1487. <element action="delete" uuid="3a0c9b1d-d545-41f4-b758-957738b6c904" parent-uuid="a65c0700-a1f7-48ed-9917-b4595da5540e" sibling-uuid="caff63c6-ac2c-4611-9780-e260782f7714" type="field"/>
  1488. <element action="delete" uuid="1815c209-0ccf-4049-a824-9007bdaf1b72" parent-uuid="a65c0700-a1f7-48ed-9917-b4595da5540e" sibling-uuid="3a0c9b1d-d545-41f4-b758-957738b6c904" type="field"/>
  1489. <element action="delete" uuid="abad32b7-a9b2-4f34-9655-c1fdcedc4d0f" parent-uuid="a65c0700-a1f7-48ed-9917-b4595da5540e" sibling-uuid="1815c209-0ccf-4049-a824-9007bdaf1b72" type="field"/>
  1490. <element action="delete" uuid="859e76a8-e38f-45ae-beb9-c8d266f3a2a1" parent-uuid="a65c0700-a1f7-48ed-9917-b4595da5540e" sibling-uuid="abad32b7-a9b2-4f34-9655-c1fdcedc4d0f" type="field"/>
  1491. <element action="delete" uuid="8d8fc683-ae7e-4e6d-bda5-0693b4c4c619" parent-uuid="a65c0700-a1f7-48ed-9917-b4595da5540e" sibling-uuid="859e76a8-e38f-45ae-beb9-c8d266f3a2a1" type="field"/>
  1492. <element action="delete" uuid="43636994-86f4-4cd4-b95b-9bfa66001d98" parent-uuid="a65c0700-a1f7-48ed-9917-b4595da5540e" sibling-uuid="8d8fc683-ae7e-4e6d-bda5-0693b4c4c619" type="field"/>
  1493. <element action="delete" uuid="5543e0c6-9634-44fe-bce2-8ed1147f8b15" parent-uuid="a65c0700-a1f7-48ed-9917-b4595da5540e" sibling-uuid="43636994-86f4-4cd4-b95b-9bfa66001d98" type="field"/>
  1494. <element action="delete" uuid="ccc4f6d3-6363-42de-afc9-1adadd9d814d" parent-uuid="a65c0700-a1f7-48ed-9917-b4595da5540e" sibling-uuid="5543e0c6-9634-44fe-bce2-8ed1147f8b15" type="field"/>
  1495. <element action="delete" uuid="a65c0700-a1f7-48ed-9917-b4595da5540e" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="entity"/>
  1496. <element action="update" uuid="f305a718-29d3-4bd5-8da9-619db3671251" parent-uuid="43c9733c-5074-4c8d-9cb1-33867510c2fc" sibling-uuid="b3f34db1-e2e5-4426-a960-51eb2d8ca0b1" type="field">
  1497. <property name="cast" value="datetime"/>
  1498. </element>
  1499. <element action="reorder" uuid="e752721c-7d0c-440c-862f-679024eede6c" parent-uuid="058bee4e-7265-4143-bcd4-1154fea3ae6a" sibling-uuid="fd2c04e8-d5c7-43af-a02c-9db3ba2a7e9a" previous-sibling-uuid="55cc15fc-44f2-4d6f-8f4e-6f08e9c26484" type="field"/>
  1500. <element action="reorder" uuid="ab52f60c-8f57-40bd-9443-ac893445bc0a" parent-uuid="fc304991-f5a9-4ae0-94e9-6f4a1016d1d0" sibling-uuid="9f449dc9-ca55-4072-ac5a-625d529d5f5e" previous-sibling-uuid="8a65e32f-3379-4b9f-8c67-ef4807d6f124" type="field"/>
  1501. </revision>
  1502. <revision uuid="e70dd506-ed01-4796-aae3-5fca7cb64526" date="2026-02-04 21:59:07.151627" exportable="true">
  1503. <element action="add" uuid="23c0457c-f9c0-4210-9b12-1c8fa92cd788" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="entity">
  1504. <property name="fillableAll" value="as-fillable-all"/>
  1505. <property name="local-name" value="ConfigNotifiche"/>
  1506. <property name="name" value="\App\Models\ConfigNotifiche"/>
  1507. <property name="namespace" value="\App\Models"/>
  1508. <property name="table" value="config_notifiche"/>
  1509. </element>
  1510. <element action="add" uuid="ace37544-4c55-4ca9-8144-2da585fae3d6" parent-uuid="23c0457c-f9c0-4210-9b12-1c8fa92cd788" type="field">
  1511. <property name="auto-increment" value="true"/>
  1512. <property name="name" value="id"/>
  1513. <property name="primary" value="true"/>
  1514. <property name="required" value="true"/>
  1515. <property name="type" value="bigInteger"/>
  1516. <property name="unique" value="true"/>
  1517. <property name="unsigned" value="true"/>
  1518. </element>
  1519. <element action="add" uuid="7ad720b4-ab7e-43a5-b29a-4f434a3d886b" parent-uuid="23c0457c-f9c0-4210-9b12-1c8fa92cd788" sibling-uuid="ace37544-4c55-4ca9-8144-2da585fae3d6" type="field">
  1520. <property name="name" value="event"/>
  1521. <property name="type" value="string"/>
  1522. </element>
  1523. <element action="add" uuid="973a3230-ede5-4efd-9cfb-84e1c19876b9" parent-uuid="23c0457c-f9c0-4210-9b12-1c8fa92cd788" sibling-uuid="7ad720b4-ab7e-43a5-b29a-4f434a3d886b" type="field">
  1524. <property name="name" value="users"/>
  1525. <property name="type" value="json"/>
  1526. </element>
  1527. <element action="add" uuid="72f71f81-6a3e-4ad9-8950-fe2a8542d25c" parent-uuid="23c0457c-f9c0-4210-9b12-1c8fa92cd788" sibling-uuid="973a3230-ede5-4efd-9cfb-84e1c19876b9" type="field">
  1528. <property name="default" value="1"/>
  1529. <property name="name" value="is_attivo"/>
  1530. <property name="type" value="boolean"/>
  1531. </element>
  1532. <element action="add" uuid="2917737f-d22e-4bcb-b966-ebf834a6d20e" parent-uuid="23c0457c-f9c0-4210-9b12-1c8fa92cd788" sibling-uuid="72f71f81-6a3e-4ad9-8950-fe2a8542d25c" type="field">
  1533. <property name="name" value="created_at"/>
  1534. <property name="type" value="timestamp"/>
  1535. </element>
  1536. <element action="add" uuid="573df29f-6ff9-4ffc-897e-c72069ab4200" parent-uuid="23c0457c-f9c0-4210-9b12-1c8fa92cd788" sibling-uuid="2917737f-d22e-4bcb-b966-ebf834a6d20e" type="field">
  1537. <property name="name" value="updated_at"/>
  1538. <property name="type" value="timestamp"/>
  1539. </element>
  1540. </revision>
  1541. </migrations>
  1542. </module>
  1543. <visual-data>
  1544. <association uuid="299d534d-b5ef-411c-b66b-f4adaaa3b4f1" color="#969696"/>
  1545. <association uuid="2fa65d03-8ddb-413f-8064-798860928786" color="#969696"/>
  1546. <association uuid="345b5351-9f8a-4d02-9192-1bb27645761d" color="#969696"/>
  1547. <association uuid="4399e41c-477e-44d7-91db-b1cd4614f294" caption1-position-x="0" caption1-position-y="0" center-position-x="0" center-position-y="0" color="#969696"/>
  1548. <association uuid="719929c1-e0fe-4feb-950a-ba417c35a60c" color="#969696"/>
  1549. <association uuid="938fb821-3bf1-41ce-9a31-b8e4bc7525ff" color="#969696"/>
  1550. <association uuid="9d4fa7d0-23be-4bb2-99bd-67797c3244c0" color="#969696"/>
  1551. <association uuid="c27e4a3f-ddeb-4fe9-9783-283dc197038a" color="#969696"/>
  1552. <association uuid="d2f24672-cfe1-40be-a2d2-df8c61b7bee9" color="#969696"/>
  1553. <association uuid="f5d31adf-5971-42f7-90bf-41571fe64218" color="#969696"/>
  1554. <entity uuid="058bee4e-7265-4143-bcd4-1154fea3ae6a" bg-color="#FFFFFF" hdr-color="#D2D2D2" position-x="647" position-y="25" size-x="0" size-x2="119" size-y="0" size-y2="143"/>
  1555. <entity uuid="23c0457c-f9c0-4210-9b12-1c8fa92cd788" bg-color="#FFFFFF" hdr-color="#D2D2D2" position-x="684" position-y="424" size-x="0" size-x2="119" size-y="0" size-y2="59"/>
  1556. <entity uuid="2ef4e619-ebea-457a-8613-05b3dfb6c7fa" bg-color="#FFFFFF" hdr-color="#FFE762" position-x="1095" position-y="328" size-x="0" size-x2="121" size-y="0" size-y2="115"/>
  1557. <entity uuid="43c9733c-5074-4c8d-9cb1-33867510c2fc" bg-color="#FFFFFF" hdr-color="#D2D2D2" position-x="240" position-y="359" size-x="0" size-x2="137" size-y="0" size-y2="213"/>
  1558. <entity uuid="56185713-1439-4bd9-81df-6d5339d066ce" bg-color="#FFFFFF" hdr-color="#D2D2D2" position-x="35" position-y="36" size-x="0" size-x2="142" size-y="0" size-y2="157"/>
  1559. <entity uuid="6128d2f6-88d0-472b-bc71-0a9f49370847" bg-color="#FFFFFF" hdr-color="#FFE762" position-x="1096" position-y="173" size-x="0" size-x2="119" size-y="0" size-y2="87"/>
  1560. <entity uuid="8819ca52-ae65-43e3-8aa4-a9d99d228284" bg-color="#FFFFFF" hdr-color="#D2D2D2" position-x="936" position-y="8" size-x="0" size-x2="119" size-y="0" size-y2="185"/>
  1561. <entity uuid="b21d156e-828b-49fe-87a8-659eb8411896" bg-color="#FFFFFF" hdr-color="#D2D2D2" position-x="363" position-y="72" size-x="0" size-x2="119" size-y="0" size-y2="213"/>
  1562. <entity uuid="be8b5d1d-91da-4d7b-a50e-415ef90e5669" bg-color="#FFFFFF" hdr-color="#D2D2D2" position-x="430" position-y="369" size-x="0" size-x2="133" size-y="0" size-y2="115"/>
  1563. <entity uuid="dd24c9ce-a45f-4d90-b374-ede2efe2e25b" bg-color="#FFFFFF" hdr-color="#FFE762" position-x="1095" position-y="462" size-x="0" size-x2="119" size-y="0" size-y2="129"/>
  1564. <entity uuid="f1331b94-8ccf-4328-bc32-bffdc732572e" bg-color="#FFFFFF" hdr-color="#FFE762" position-x="1096" position-y="18" size-x="0" size-x2="119" size-y="0" size-y2="101"/>
  1565. <entity uuid="fc304991-f5a9-4ae0-94e9-6f4a1016d1d0" bg-color="#FFFFFF" hdr-color="#D2D2D2" position-x="722" position-y="267" size-x="0" size-x2="119" size-y="0" size-y2="129"/>
  1566. <module uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" bg-color="#EAE4F1" position-x="34" position-y="55" size-x="11" size-x2="1238" size-y="22" size-y2="776"/>
  1567. <project uuid="3072e02c-7554-4faa-a6bb-1bdf47958cd4" size-x="0" size-x2="1539" size-y="0" size-y2="840"/>
  1568. </visual-data>
  1569. </skipper>