Açıklama Yok
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Eventi.skipper 79KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079
  1. <?xml version="1.0"?>
  2. <skipper version="3.2.25.1702" mvc="Laravel" orm="Laravel" name="SegrestaEventi" uuid="a0eb4b7d-5b92-4ec1-a7db-303d9ba64121">
  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="4a144685-1847-4f34-bc1e-885f2cee378d">
  7. <entity name="\App\Models\Provincia" local-name="Provincia" namespace="\App\Models" uuid="9e5822b7-fcb8-4416-a9a4-2cca9f952ad3">
  8. <field name="id" type="bigInteger" required="true" unique="true" primary="true" unsigned="true" auto-increment="true" uuid="f324ec69-c5e4-436e-bd9f-61778b2631a9"/>
  9. <field name="nazione_id" type="bigInteger" unsigned="true" uuid="1c442e7f-c46b-4e06-9bf7-7829bdc6fa4c"/>
  10. <field name="nome" type="string" uuid="aaad8fa2-25f4-48cd-9872-097287b4a4e7"/>
  11. <field name="sigla" type="string" uuid="ab9fa3de-a7d2-4ee8-9629-96bfb37c9500"/>
  12. <field name="created_at" type="timestamp" uuid="2064b81f-e00c-46da-84a1-93bfcea87747"/>
  13. <field name="updated_at" type="timestamp" uuid="b07106cb-61b0-46a1-a91f-3cae41b066f8"/>
  14. <orm-attributes>
  15. <attribute name="table">provincia</attribute>
  16. <attribute name="fillableAll">as-fillable-all</attribute>
  17. </orm-attributes>
  18. </entity>
  19. <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="d5c21761-bb80-420d-961b-9d874a317a8f">
  20. <association-field from="nazione_id" to="id" uuid="792362ea-0937-4c73-ae16-f461cebbae2f"/>
  21. <orm-attributes>
  22. <attribute name="onDelete">set null</attribute>
  23. </orm-attributes>
  24. </association>
  25. <entity name="\App\Models\Nazione" local-name="Nazione" namespace="\App\Models" uuid="6eb5d4ad-76b6-4d41-8e67-2aa82b419ed5">
  26. <field name="id" type="bigInteger" required="true" unique="true" primary="true" unsigned="true" auto-increment="true" uuid="e0f02fb0-34fc-449a-8ba4-4bef71578a2f"/>
  27. <field name="nome" type="string" uuid="bb38d26e-3d3e-4f34-ab4e-b565b44e4ac6"/>
  28. <field name="sigla" type="string" uuid="9eb81d7a-6231-454b-b4b6-cd0dcaceb9fc"/>
  29. <field name="created_at" type="timestamp" uuid="cb4ba506-338c-4287-86ca-db72c2bd1b43"/>
  30. <field name="updated_at" type="timestamp" uuid="aa021f4f-c459-40e5-90b5-3351242b7cfc"/>
  31. <orm-attributes>
  32. <attribute name="fillableAll">as-fillable-all</attribute>
  33. <attribute name="table">nazione</attribute>
  34. </orm-attributes>
  35. </entity>
  36. <entity name="\App\Models\Comune" local-name="Comune" namespace="\App\Models" uuid="a1f8666e-8d3e-42cb-8e2c-b8b715be46ac">
  37. <field name="id" type="bigInteger" required="true" unique="true" primary="true" unsigned="true" auto-increment="true" uuid="0c7aaeaf-38fd-4fdd-a79f-2b8a1ce98702"/>
  38. <field name="provincia_id" type="bigInteger" unsigned="true" uuid="79c9b6ad-7bed-4096-a609-415f0449a917"/>
  39. <field name="nazione_id" type="bigInteger" unsigned="true" uuid="5157faf0-7bcd-479e-b615-14efcfb5fa4b"/>
  40. <field name="nome" type="string" uuid="cd12ed9a-a0b1-4f95-97a4-d7ea4e308bad"/>
  41. <field name="codice_catastale" type="string" uuid="2384d9d7-2e92-4cb4-b0f5-880b2aebbd8a"/>
  42. <field name="created_at" type="timestamp" uuid="84bbe444-8fac-41cf-b29e-d93664e47605"/>
  43. <field name="updated_at" type="timestamp" uuid="f5643cdc-4d62-4418-a19b-70ef764d557e"/>
  44. <orm-attributes>
  45. <attribute name="table">comune</attribute>
  46. <attribute name="fillableAll">as-fillable-all</attribute>
  47. </orm-attributes>
  48. </entity>
  49. <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="48dfeff3-1f9b-4283-8815-86358252d764">
  50. <association-field from="provincia_id" to="id" uuid="13dd08be-1a4a-4c20-b2e3-39278b795b72"/>
  51. </association>
  52. <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="988415b1-8955-4a68-83de-45b29e35f29f">
  53. <association-field from="nazione_id" to="id" uuid="c39fd83d-d417-4bbf-9dee-1f712b065c82"/>
  54. <orm-attributes>
  55. <attribute name="onDelete">set null</attribute>
  56. </orm-attributes>
  57. </association>
  58. <entity name="\App\Models\Config" local-name="Config" namespace="\App\Models" uuid="207d271b-6223-497a-b095-7978c324ed2a">
  59. <field name="key" type="string" required="true" unique="true" primary="true" uuid="dd755113-8743-407f-94ed-2e6a9ab7fabd"/>
  60. <field name="group" type="string" uuid="a31312c2-4b6b-4b8a-aa1e-dc817d3db1e8"/>
  61. <field name="display_name" type="string" uuid="f4cffdb8-f633-4ff4-846f-1edfe9277f1e"/>
  62. <field name="value" type="longText" uuid="9b225758-5b51-4715-9b96-d8972d25b692"/>
  63. <field name="order" type="integer" uuid="5a671493-04df-45f8-a759-88a4d476df7b"/>
  64. <field name="type" type="string" uuid="545dfb93-1411-4257-bace-881663d82203"/>
  65. <field name="created_at" type="timestamp" uuid="39e8fd5c-3204-4eb7-aaf7-e48bce58bc68"/>
  66. <field name="updated_at" type="timestamp" uuid="9b841882-ce5c-499c-a2e6-952142c35c0b"/>
  67. <orm-attributes>
  68. <attribute name="table">config</attribute>
  69. <attribute name="fillableAll">as-fillable-all</attribute>
  70. </orm-attributes>
  71. </entity>
  72. <entity name="\App\Models\User" local-name="User" namespace="\App\Models" uuid="24231acc-7890-4fbb-83d1-b481384a248d">
  73. <field name="id" type="bigInteger" required="true" unique="true" primary="true" unsigned="true" auto-increment="true" uuid="050422ad-256c-48ad-a665-545eaf93ee8d"/>
  74. <field name="scuola_id" type="bigInteger" unsigned="true" uuid="238c9f8f-1a61-49df-b94b-64d49c628184"/>
  75. <field name="nome" type="string" uuid="3b9459c0-8f7f-4280-87a6-23300c935074"/>
  76. <field name="cognome" type="string" uuid="30f10b5d-576d-4d12-b257-bb6785073dd8"/>
  77. <field name="email" type="string" uuid="edbe3f3e-2bd2-48be-9c43-e6f496bec3d5"/>
  78. <field name="telefono" type="string" uuid="8a527c08-3d89-4f16-a1e1-3ac58877302e"/>
  79. <field name="password" type="string" uuid="2e076c66-4cd3-47a5-95d9-228d8818295d"/>
  80. <field name="email_verified_at" type="timestamp" uuid="d2e223fc-5805-43ab-a01c-4008b786bafc"/>
  81. <field name="fcmToken" type="string" uuid="fa1687d9-65fb-4f4e-84b7-8a1b55472315"/>
  82. <field name="facebook_id" type="string" uuid="5024060b-3ef1-41bc-90f5-5035329bd229"/>
  83. <field name="google_id" type="string" uuid="c159bc90-0cf1-4c22-be7b-ff7916cebfa3"/>
  84. <field name="telegram_user_id" type="string" uuid="c0229c05-a116-48be-8e06-f0bcefb50a3f"/>
  85. <field name="api_token" type="string" uuid="926fa2c1-fc93-4a9e-9ebe-d199efb195c8"/>
  86. <field name="remember_token" type="string" uuid="c5a8b39b-a9ff-42b7-90be-dc4c46f181c0"/>
  87. <field name="data_nascita" type="date" uuid="a155232a-78fb-455c-8a24-362e927c690e">
  88. <orm-attributes>
  89. <attribute name="cast">datetime</attribute>
  90. <attribute name="castFormat">d/m/Y</attribute>
  91. </orm-attributes>
  92. </field>
  93. <field name="nazione_nascita_id" type="bigInteger" unsigned="true" uuid="012c5a52-2f0a-4a21-a980-839b2453d685"/>
  94. <field name="comune_nascita_id" type="bigInteger" unsigned="true" uuid="95041f44-6c31-4ee3-a231-60ef78fe03aa"/>
  95. <field name="sesso" type="string" uuid="99f2c8de-965b-4ba7-9298-c85e2fe038bf"/>
  96. <field name="cod_fiscale" type="string" uuid="133e3680-0a22-4117-a6f9-9142df53740f"/>
  97. <field name="patologie" type="text" uuid="bf1cd588-c7f4-49a0-848e-f38ad8d8b84b"/>
  98. <field name="allergie" type="text" uuid="66aa2f78-be4b-4529-bf2b-2ff10f629e41"/>
  99. <field name="note" type="text" uuid="b26c03ea-a0a8-4145-8c3b-7987ad79fe97"/>
  100. <field name="note_alimentari" type="text" uuid="01e8ae73-6ba0-49da-99c6-78c24cc4af6c"/>
  101. <field name="path_foto" type="string" uuid="15168008-c62b-4d4a-9603-135ca39d902b"/>
  102. <field name="indirizzo" type="string" uuid="d7c2449c-5f47-431b-b07a-25b8add46b06"/>
  103. <field name="cap" type="integer" uuid="41495d22-aa73-4caf-8c44-d3498929e9d9"/>
  104. <field name="comune_residenza_id" type="bigInteger" unsigned="true" uuid="f9f2a0cb-6afa-4532-ade8-ac4fe26f7b9a"/>
  105. <field name="braccialetto_rfid" type="string" uuid="459e6271-ef29-4dfe-8ae1-282a673514a5"/>
  106. <field name="parrocchia_id" type="bigInteger" unsigned="true" uuid="dab4001d-2bce-4044-b06b-dd7b333bf88e"/>
  107. <field name="credito" type="decimal" size="5" uuid="bf212932-d270-4316-9556-390793463f7e">
  108. <orm-attributes>
  109. <attribute name="decimal">2</attribute>
  110. </orm-attributes>
  111. </field>
  112. <field name="limite_giornaliero_bar" type="decimal" uuid="84010d68-ae6a-46f2-9872-e34144cc5301">
  113. <orm-attributes>
  114. <attribute name="decimal">2</attribute>
  115. </orm-attributes>
  116. </field>
  117. <field name="abilita_invio_messaggi" type="boolean" default="1" uuid="8705a30f-60fb-4448-a02a-8bfa2d759aee"/>
  118. <field name="remote_id" type="integer" uuid="a4c47776-90f0-4caa-bec1-25a995d62727"/>
  119. <field name="disabilita_certificata" type="boolean" default="0" uuid="0832d65d-e348-4e8b-bd2d-f8e70aa8a8e9"/>
  120. <field name="disabilita_servizio_neuro_infantile" type="boolean" default="0" uuid="b538cb84-088f-4a3f-ac5f-99a09340d0ea"/>
  121. <field name="disabilita_altro_servizio" type="string" uuid="2ab627d6-2595-4537-9ebc-05239b74e12e"/>
  122. <field name="disabilita_diagnosi" type="string" uuid="09c9fc61-c3f3-4335-aea2-8f869ce5cbaf"/>
  123. <field name="disabilita_scuola" type="string" uuid="3dda929d-b168-4263-b40f-8e230c9cda25"/>
  124. <field name="disabilita_servizio_ass_scolastica" type="boolean" default="0" uuid="3dd1c515-b065-4af2-a5b0-637f51a2dfaa"/>
  125. <field name="disabilita_ore_settimanali" type="integer" uuid="b1984fbd-966e-464b-9d31-266e71498dc0"/>
  126. <field name="disabilita_insegnante_sostegno" type="boolean" default="0" uuid="3dbfde16-ba42-443c-b4a6-84e040d10535"/>
  127. <field name="disabilita_note" type="text" uuid="64bbc925-2626-4674-95ba-bfbbef02e827"/>
  128. <field name="comune_disabilita_id" type="bigInteger" unsigned="true" uuid="250b18c9-12e3-4c3f-b942-7e08de6a03e8"/>
  129. <field name="two_factor_secret" type="text" uuid="eabd6dac-72a0-45d8-aecd-410a7c21ef71"/>
  130. <field name="two_factor_recovery_codes" type="text" uuid="90ec8f07-892d-483a-a012-9ef0a62d3275"/>
  131. <field name="two_factor_confirmed_at" type="timestamp" uuid="145c85b3-4041-4122-94d5-5239a47a12ce"/>
  132. <field name="created_at" type="timestamp" uuid="2436cfc1-18fc-4612-898d-01f0db248791"/>
  133. <field name="updated_at" type="timestamp" uuid="a79127a0-5abf-4e38-bc1a-9e7efce8591d"/>
  134. <orm-attributes>
  135. <attribute name="table">users</attribute>
  136. <attribute name="fillableAll">as-fillable-all</attribute>
  137. <attribute name="extends">\Illuminate\Foundation\Auth\User </attribute>
  138. </orm-attributes>
  139. </entity>
  140. <association from="\App\Models\User" to="\App\Models\Comune" caption="Comune Users" owner-alias="usersNascita" inverse-alias="comuneNascita" many-owner="true" many-inverse="false" uuid="fefa1ddb-b8c3-4835-b6ee-29f256e212b7">
  141. <association-field from="comune_nascita_id" to="id" uuid="1f2e7795-64e2-42ce-9f30-207cdeaa0727"/>
  142. <orm-attributes>
  143. <attribute name="onDelete">set null</attribute>
  144. </orm-attributes>
  145. </association>
  146. <association from="\App\Models\User" to="\App\Models\Nazione" caption="Nazione Users" owner-alias="users" inverse-alias="nazioneNascita" many-owner="true" many-inverse="false" uuid="81422e57-2fdb-43b9-a40e-a6593dca7dfc">
  147. <association-field from="nazione_nascita_id" to="id" uuid="b59ddf19-c940-4934-abf8-8f9a1bdbbd19"/>
  148. <orm-attributes>
  149. <attribute name="onDelete">set null</attribute>
  150. </orm-attributes>
  151. </association>
  152. <association from="\App\Models\User" to="\App\Models\Comune" caption="Comune Users" owner-alias="usersResidenza" inverse-alias="comuneResidenza" many-owner="true" many-inverse="false" uuid="f7a34664-bc4a-4239-9b2a-7bba37e42721">
  153. <association-field from="comune_residenza_id" to="id" uuid="f522b250-3536-45f3-b323-30f390fc38e6"/>
  154. <orm-attributes>
  155. <attribute name="onDelete">set null</attribute>
  156. </orm-attributes>
  157. </association>
  158. <association from="\App\Models\User" to="\App\Models\Comune" caption="Comune Users" owner-alias="usersDisabilita" inverse-alias="comuneDisabilita" many-owner="true" many-inverse="false" uuid="cd6b2d96-3f1e-4fa2-aeab-c81f23fc97cd">
  159. <association-field from="comune_disabilita_id" to="id" uuid="8416745b-32df-4187-b881-74da93039ad7"/>
  160. <orm-attributes>
  161. <attribute name="onDelete">set null</attribute>
  162. </orm-attributes>
  163. </association>
  164. <entity name="\App\Models\Ente" local-name="Ente" namespace="\App\Models" uuid="b826e436-4dd9-40b0-af4d-477bb995aa7f">
  165. <field name="id" type="bigInteger" required="true" unique="true" primary="true" unsigned="true" auto-increment="true" uuid="6d927904-c1d2-4168-8b4e-35e18820a655"/>
  166. <field name="label" type="string" uuid="b54d6e74-786e-4662-9f5d-036fe44c57e2"/>
  167. <field name="created_at" type="timestamp" uuid="142b2de5-04a1-492e-94c9-ec557ba243e5"/>
  168. <field name="updated_at" type="timestamp" uuid="dd12c52e-e400-45d8-82e6-3c7e3ba6844f"/>
  169. <orm-attributes>
  170. <attribute name="fillableAll">as-fillable-all</attribute>
  171. <attribute name="table">ente</attribute>
  172. </orm-attributes>
  173. </entity>
  174. <entity name="\App\Models\Piattaforma" local-name="Piattaforma" namespace="\App\Models" uuid="210b09c7-29a6-42c3-afaa-3cb7ca98f8d3">
  175. <field name="id" type="bigInteger" required="true" unique="true" primary="true" unsigned="true" auto-increment="true" uuid="ec18225c-1bcf-44ea-ab54-d1c034e64522"/>
  176. <field name="ente_id" type="bigInteger" unsigned="true" uuid="fcef68ac-2eeb-443a-acdf-ae6d8280a7e4"/>
  177. <field name="nome" type="string" uuid="8382663a-599f-431b-8aeb-0f30b74017da"/>
  178. <field name="url" type="string" uuid="c90f5a46-e759-4214-874d-0e05d8286fc3"/>
  179. <field name="path_logo" type="string" uuid="c31763d9-7b82-41da-9197-d1c26f2373a5"/>
  180. <field name="ispconfig_user" type="string" uuid="d1c70710-6e97-492a-9906-2d2176284721"/>
  181. <field name="ispconfig_group" type="string" uuid="1c9350fb-abfd-4505-95d4-2b9afbd68160"/>
  182. <field name="is_attivo" type="boolean" default="1" uuid="dfb15497-6c40-4987-8d10-79e3606b9728"/>
  183. <field name="admins" type="text" uuid="448aacb5-9a6e-4fe8-96f8-1f21a0059249"/>
  184. <field name="is_ufficio" type="boolean" default="0" uuid="f48b1504-947c-4665-be5d-3220f0464099"/>
  185. <field name="created_at" type="timestamp" uuid="573dbd31-99d8-4743-a201-9813cea11e1f"/>
  186. <field name="updated_at" type="timestamp" uuid="6fd846b2-8bb7-44f8-8a54-265cf2fc7d46"/>
  187. <orm-attributes>
  188. <attribute name="fillableAll">as-fillable-all</attribute>
  189. <attribute name="table">piattaforma</attribute>
  190. </orm-attributes>
  191. </entity>
  192. <association from="\App\Models\Piattaforma" to="\App\Models\Ente" caption="Diocesi Piattaformas" owner-alias="piattaforme" inverse-alias="ente" many-owner="true" many-inverse="false" uuid="131161b9-40ca-4e45-8540-6aa3a4d7e10b">
  193. <association-field from="ente_id" to="id" uuid="7353a85f-c823-4fe6-87fd-8297d00a1cf5"/>
  194. <orm-attributes>
  195. <attribute name="onDelete">set null</attribute>
  196. </orm-attributes>
  197. </association>
  198. <entity name="\App\Models\Allergia" local-name="Allergia" namespace="\App\Models" uuid="06a8e499-4bd4-4ccb-a040-29140e31ddb3">
  199. <field name="id" type="bigInteger" required="true" unique="true" primary="true" unsigned="true" auto-increment="true" uuid="8865914c-a5a5-4dd4-9f38-c0ecb60401ba"/>
  200. <field name="label" type="string" uuid="1c300c42-bdda-4575-86fa-ffe59f4d66bb"/>
  201. <field name="created_at" type="timestamp" uuid="35f71080-72c2-4ced-8150-9455f8adacb5"/>
  202. <field name="updated_at" type="timestamp" uuid="86c9991a-9a58-4c05-92cd-a6ee79c27b8c"/>
  203. <orm-attributes>
  204. <attribute name="fillableAll">as-fillable-all</attribute>
  205. <attribute name="table">allergia</attribute>
  206. </orm-attributes>
  207. </entity>
  208. <entity name="\App\Models\UserHasAllergia" local-name="UserHasAllergia" namespace="\App\Models" uuid="b1f2f839-49ad-4c2e-9b78-8f1686d57048">
  209. <field name="allergia_id" type="bigInteger" required="true" primary="true" unsigned="true" uuid="998c74e7-731d-4686-acb6-a40946eabb50"/>
  210. <field name="user_id" type="bigInteger" required="true" primary="true" unsigned="true" uuid="e3d60bce-f0c4-4aa5-a171-8c4a4e4cc8eb"/>
  211. </entity>
  212. <many-to-many mn-entity="\App\Models\UserHasAllergia" caption="User to Allergia" uuid="34542024-1b70-4685-b202-abe7098c94e7">
  213. <many-to-many-entity name="\App\Models\Allergia" owning-side="true" alias="elencoAllergie" uuid="9b50968a-e8c4-4ce7-920d-bffd5492fd00">
  214. <many-to-many-field from="allergia_id" to="id" uuid="432494f2-5896-4ab0-9499-37b157027400"/>
  215. </many-to-many-entity>
  216. <many-to-many-entity name="\App\Models\User" owning-side="false" alias="users" uuid="dd75743b-df3a-4e91-b84a-374f42223c25">
  217. <many-to-many-field from="user_id" to="id" uuid="683e4413-840f-4bfe-a35d-570c31d8a4c1"/>
  218. </many-to-many-entity>
  219. </many-to-many>
  220. <entity name="\App\Models\Famiglia" local-name="Famiglia" namespace="\App\Models" uuid="ba41773d-1ab6-426f-b817-84ab1071a120">
  221. <field name="id" type="bigInteger" required="true" unique="true" primary="true" unsigned="true" auto-increment="true" uuid="d787fb5c-404c-45cf-b7fa-91a3f5712dfd"/>
  222. <field name="padre_id" type="bigInteger" unsigned="true" uuid="9e825f15-f958-46da-adc0-78e88516f949"/>
  223. <field name="madre_id" type="bigInteger" unsigned="true" uuid="a26d1fd9-4c95-4974-861d-403e25de1cbe"/>
  224. <field name="padre_confermato" type="boolean" uuid="c3b0f80b-5171-486c-ba13-ed4ca712d480"/>
  225. <field name="madre_confermata" type="boolean" uuid="405d24ea-f9c8-4ca7-8837-95c1b148e1bf"/>
  226. <field name="padre_token_confirma" type="string" uuid="db9bdb2a-ae23-4165-95bd-312737e962d1"/>
  227. <field name="madre_token_confirma" type="string" uuid="d60f92ea-1703-4f8d-a574-eb3be54e4299"/>
  228. <field name="padre_token_expires_at" type="timestamp" uuid="17ed6e07-0118-4416-a4ad-0335ba9e9d8f"/>
  229. <field name="madre_token_expires_at" type="timestamp" uuid="8d53f2ab-474d-4e2b-a55e-72b43068923a"/>
  230. <field name="created_at" type="timestamp" uuid="9476f31e-8311-4390-81cb-025ea56aef9b"/>
  231. <field name="updated_at" type="timestamp" uuid="f6f6a614-7d2e-4ff1-b1f7-e21ecc3c1625"/>
  232. <orm-attributes>
  233. <attribute name="fillableAll">as-fillable-all</attribute>
  234. <attribute name="table">famiglia</attribute>
  235. </orm-attributes>
  236. </entity>
  237. <association from="\App\Models\Famiglia" to="\App\Models\User" caption="User Famiglias" owner-alias="famigliePadre" inverse-alias="padre" many-owner="true" many-inverse="false" uuid="c0d62fe0-8b76-4cb2-9c38-4faaeb675bc4">
  238. <association-field from="padre_id" to="id" uuid="e3f13efa-a8f6-4965-a839-a2426716e4b4"/>
  239. <orm-attributes>
  240. <attribute name="onDelete">set null</attribute>
  241. </orm-attributes>
  242. </association>
  243. <association from="\App\Models\Famiglia" to="\App\Models\User" caption="User Famiglias" owner-alias="famiglieMadre" inverse-alias="madre" many-owner="true" many-inverse="false" uuid="944c8b33-ff67-455b-a0d9-109ed8390c45">
  244. <association-field from="madre_id" to="id" uuid="8e6d57b5-be6c-42c8-aba7-7b02332efc00"/>
  245. <orm-attributes>
  246. <attribute name="onDelete">set null</attribute>
  247. </orm-attributes>
  248. </association>
  249. <entity name="\App\Models\UserHasFamiglia" local-name="UserHasFamiglia" namespace="\App\Models" uuid="438c80f9-39c9-41c7-b666-3a3bf197d033">
  250. <field name="famiglia_id" type="bigInteger" required="true" primary="true" unsigned="true" uuid="b02d81b7-159c-4538-94bd-9ea70e0002e9"/>
  251. <field name="user_id" type="bigInteger" required="true" primary="true" unsigned="true" uuid="524323da-2c27-4a3e-9dfd-d05ce9643d39"/>
  252. <field name="confermato" type="boolean" uuid="3caf0d82-f655-4719-979a-1d114d84d24f"/>
  253. <field name="token_confirma" type="string" uuid="f37c59e5-9190-4769-a93e-01811e7992fc"/>
  254. <field name="token_expires_at" type="timestamp" uuid="4cd57689-e3f3-4a66-bf28-f70d170bdf66"/>
  255. </entity>
  256. <many-to-many mn-entity="\App\Models\UserHasFamiglia" caption="User to Famiglia" uuid="c5dce78e-196d-4fc0-a59c-149256a2ea24">
  257. <many-to-many-entity name="\App\Models\Famiglia" owning-side="true" alias="famiglieFigli" uuid="273633a2-a2cf-4109-9ed2-05185184f586">
  258. <many-to-many-field from="famiglia_id" to="id" uuid="733d7748-a239-4ec6-b6d4-149e3320c0f0"/>
  259. </many-to-many-entity>
  260. <many-to-many-entity name="\App\Models\User" owning-side="false" alias="figli" uuid="a6d8fc3b-746e-4ec3-897a-14ff6226260e">
  261. <many-to-many-field from="user_id" to="id" uuid="e42f3fb6-d453-4862-9827-a3903483d34f"/>
  262. </many-to-many-entity>
  263. </many-to-many>
  264. <migrations version="1.0">
  265. <revision uuid="4fe73d21-29ad-43d8-a883-c4d9a082c3e8" date="2025-07-23 11:09:16.264286" exportable="true">
  266. <element action="add" uuid="4a144685-1847-4f34-bc1e-885f2cee378d" type="module">
  267. <property name="export-format" value="Laravel"/>
  268. <property name="export-path" value="eventi"/>
  269. <property name="local-name" value="Application module"/>
  270. <property name="local-namespace" value="App\Models"/>
  271. <property name="name" value="\Application module"/>
  272. <property name="namespace" value="\App\Models"/>
  273. </element>
  274. <element action="add" uuid="9e5822b7-fcb8-4416-a9a4-2cca9f952ad3" parent-uuid="4a144685-1847-4f34-bc1e-885f2cee378d" type="entity">
  275. <property name="fillableAll" value="as-fillable-all"/>
  276. <property name="local-name" value="Provincia"/>
  277. <property name="name" value="\App\Models\Provincia"/>
  278. <property name="namespace" value="\App\Models"/>
  279. <property name="table" value="provincia"/>
  280. </element>
  281. <element action="add" uuid="6eb5d4ad-76b6-4d41-8e67-2aa82b419ed5" parent-uuid="4a144685-1847-4f34-bc1e-885f2cee378d" type="entity">
  282. <property name="fillableAll" value="as-fillable-all"/>
  283. <property name="local-name" value="Nazione"/>
  284. <property name="name" value="\App\Models\Nazione"/>
  285. <property name="namespace" value="\App\Models"/>
  286. <property name="table" value="nazione"/>
  287. </element>
  288. <element action="add" uuid="a1f8666e-8d3e-42cb-8e2c-b8b715be46ac" parent-uuid="4a144685-1847-4f34-bc1e-885f2cee378d" type="entity">
  289. <property name="fillableAll" value="as-fillable-all"/>
  290. <property name="local-name" value="Comune"/>
  291. <property name="name" value="\App\Models\Comune"/>
  292. <property name="namespace" value="\App\Models"/>
  293. <property name="table" value="comune"/>
  294. </element>
  295. <element action="add" uuid="207d271b-6223-497a-b095-7978c324ed2a" parent-uuid="4a144685-1847-4f34-bc1e-885f2cee378d" type="entity">
  296. <property name="fillableAll" value="as-fillable-all"/>
  297. <property name="local-name" value="Config"/>
  298. <property name="name" value="\App\Models\Config"/>
  299. <property name="namespace" value="\App\Models"/>
  300. <property name="table" value="config"/>
  301. </element>
  302. <element action="add" uuid="24231acc-7890-4fbb-83d1-b481384a248d" parent-uuid="4a144685-1847-4f34-bc1e-885f2cee378d" type="entity">
  303. <property name="extends" value="\Illuminate\Foundation\Auth\User "/>
  304. <property name="fillableAll" value="as-fillable-all"/>
  305. <property name="local-name" value="User"/>
  306. <property name="name" value="\App\Models\User"/>
  307. <property name="namespace" value="\App\Models"/>
  308. <property name="table" value="users"/>
  309. </element>
  310. <element action="add" uuid="b826e436-4dd9-40b0-af4d-477bb995aa7f" parent-uuid="4a144685-1847-4f34-bc1e-885f2cee378d" type="entity">
  311. <property name="fillableAll" value="as-fillable-all"/>
  312. <property name="local-name" value="Ente"/>
  313. <property name="name" value="\App\Models\Ente"/>
  314. <property name="namespace" value="\App\Models"/>
  315. <property name="table" value="ente"/>
  316. </element>
  317. <element action="add" uuid="210b09c7-29a6-42c3-afaa-3cb7ca98f8d3" parent-uuid="4a144685-1847-4f34-bc1e-885f2cee378d" type="entity">
  318. <property name="fillableAll" value="as-fillable-all"/>
  319. <property name="local-name" value="Piattaforma"/>
  320. <property name="name" value="\App\Models\Piattaforma"/>
  321. <property name="namespace" value="\App\Models"/>
  322. <property name="table" value="piattaforma"/>
  323. </element>
  324. <element action="add" uuid="f324ec69-c5e4-436e-bd9f-61778b2631a9" parent-uuid="9e5822b7-fcb8-4416-a9a4-2cca9f952ad3" type="field">
  325. <property name="auto-increment" value="true"/>
  326. <property name="name" value="id"/>
  327. <property name="primary" value="true"/>
  328. <property name="required" value="true"/>
  329. <property name="type" value="bigInteger"/>
  330. <property name="unique" value="true"/>
  331. <property name="unsigned" value="true"/>
  332. </element>
  333. <element action="add" uuid="aaad8fa2-25f4-48cd-9872-097287b4a4e7" parent-uuid="9e5822b7-fcb8-4416-a9a4-2cca9f952ad3" sibling-uuid="f324ec69-c5e4-436e-bd9f-61778b2631a9" type="field">
  334. <property name="name" value="nome"/>
  335. <property name="type" value="string"/>
  336. </element>
  337. <element action="add" uuid="ab9fa3de-a7d2-4ee8-9629-96bfb37c9500" parent-uuid="9e5822b7-fcb8-4416-a9a4-2cca9f952ad3" sibling-uuid="aaad8fa2-25f4-48cd-9872-097287b4a4e7" type="field">
  338. <property name="name" value="sigla"/>
  339. <property name="type" value="string"/>
  340. </element>
  341. <element action="add" uuid="2064b81f-e00c-46da-84a1-93bfcea87747" parent-uuid="9e5822b7-fcb8-4416-a9a4-2cca9f952ad3" sibling-uuid="ab9fa3de-a7d2-4ee8-9629-96bfb37c9500" type="field">
  342. <property name="name" value="created_at"/>
  343. <property name="type" value="timestamp"/>
  344. </element>
  345. <element action="add" uuid="b07106cb-61b0-46a1-a91f-3cae41b066f8" parent-uuid="9e5822b7-fcb8-4416-a9a4-2cca9f952ad3" sibling-uuid="2064b81f-e00c-46da-84a1-93bfcea87747" type="field">
  346. <property name="name" value="updated_at"/>
  347. <property name="type" value="timestamp"/>
  348. </element>
  349. <element action="add" uuid="e0f02fb0-34fc-449a-8ba4-4bef71578a2f" parent-uuid="6eb5d4ad-76b6-4d41-8e67-2aa82b419ed5" type="field">
  350. <property name="auto-increment" value="true"/>
  351. <property name="name" value="id"/>
  352. <property name="primary" value="true"/>
  353. <property name="required" value="true"/>
  354. <property name="type" value="bigInteger"/>
  355. <property name="unique" value="true"/>
  356. <property name="unsigned" value="true"/>
  357. </element>
  358. <element action="add" uuid="bb38d26e-3d3e-4f34-ab4e-b565b44e4ac6" parent-uuid="6eb5d4ad-76b6-4d41-8e67-2aa82b419ed5" sibling-uuid="e0f02fb0-34fc-449a-8ba4-4bef71578a2f" type="field">
  359. <property name="name" value="nome"/>
  360. <property name="type" value="string"/>
  361. </element>
  362. <element action="add" uuid="9eb81d7a-6231-454b-b4b6-cd0dcaceb9fc" parent-uuid="6eb5d4ad-76b6-4d41-8e67-2aa82b419ed5" sibling-uuid="bb38d26e-3d3e-4f34-ab4e-b565b44e4ac6" type="field">
  363. <property name="name" value="sigla"/>
  364. <property name="type" value="string"/>
  365. </element>
  366. <element action="add" uuid="cb4ba506-338c-4287-86ca-db72c2bd1b43" parent-uuid="6eb5d4ad-76b6-4d41-8e67-2aa82b419ed5" sibling-uuid="9eb81d7a-6231-454b-b4b6-cd0dcaceb9fc" type="field">
  367. <property name="name" value="created_at"/>
  368. <property name="type" value="timestamp"/>
  369. </element>
  370. <element action="add" uuid="aa021f4f-c459-40e5-90b5-3351242b7cfc" parent-uuid="6eb5d4ad-76b6-4d41-8e67-2aa82b419ed5" sibling-uuid="cb4ba506-338c-4287-86ca-db72c2bd1b43" type="field">
  371. <property name="name" value="updated_at"/>
  372. <property name="type" value="timestamp"/>
  373. </element>
  374. <element action="add" uuid="0c7aaeaf-38fd-4fdd-a79f-2b8a1ce98702" parent-uuid="a1f8666e-8d3e-42cb-8e2c-b8b715be46ac" type="field">
  375. <property name="auto-increment" value="true"/>
  376. <property name="name" value="id"/>
  377. <property name="primary" value="true"/>
  378. <property name="required" value="true"/>
  379. <property name="type" value="bigInteger"/>
  380. <property name="unique" value="true"/>
  381. <property name="unsigned" value="true"/>
  382. </element>
  383. <element action="add" uuid="79c9b6ad-7bed-4096-a609-415f0449a917" parent-uuid="a1f8666e-8d3e-42cb-8e2c-b8b715be46ac" sibling-uuid="0c7aaeaf-38fd-4fdd-a79f-2b8a1ce98702" type="field">
  384. <property name="name" value="provincia_id"/>
  385. <property name="type" value="bigInteger"/>
  386. <property name="unsigned" value="true"/>
  387. </element>
  388. <element action="add" uuid="cd12ed9a-a0b1-4f95-97a4-d7ea4e308bad" parent-uuid="a1f8666e-8d3e-42cb-8e2c-b8b715be46ac" sibling-uuid="79c9b6ad-7bed-4096-a609-415f0449a917" type="field">
  389. <property name="name" value="nome"/>
  390. <property name="type" value="string"/>
  391. </element>
  392. <element action="add" uuid="2384d9d7-2e92-4cb4-b0f5-880b2aebbd8a" parent-uuid="a1f8666e-8d3e-42cb-8e2c-b8b715be46ac" sibling-uuid="cd12ed9a-a0b1-4f95-97a4-d7ea4e308bad" type="field">
  393. <property name="name" value="codice_catastale"/>
  394. <property name="type" value="string"/>
  395. </element>
  396. <element action="add" uuid="84bbe444-8fac-41cf-b29e-d93664e47605" parent-uuid="a1f8666e-8d3e-42cb-8e2c-b8b715be46ac" sibling-uuid="2384d9d7-2e92-4cb4-b0f5-880b2aebbd8a" type="field">
  397. <property name="name" value="created_at"/>
  398. <property name="type" value="timestamp"/>
  399. </element>
  400. <element action="add" uuid="f5643cdc-4d62-4418-a19b-70ef764d557e" parent-uuid="a1f8666e-8d3e-42cb-8e2c-b8b715be46ac" sibling-uuid="84bbe444-8fac-41cf-b29e-d93664e47605" type="field">
  401. <property name="name" value="updated_at"/>
  402. <property name="type" value="timestamp"/>
  403. </element>
  404. <element action="add" uuid="dd755113-8743-407f-94ed-2e6a9ab7fabd" parent-uuid="207d271b-6223-497a-b095-7978c324ed2a" type="field">
  405. <property name="name" value="key"/>
  406. <property name="primary" value="true"/>
  407. <property name="required" value="true"/>
  408. <property name="type" value="string"/>
  409. <property name="unique" value="true"/>
  410. </element>
  411. <element action="add" uuid="a31312c2-4b6b-4b8a-aa1e-dc817d3db1e8" parent-uuid="207d271b-6223-497a-b095-7978c324ed2a" sibling-uuid="dd755113-8743-407f-94ed-2e6a9ab7fabd" type="field">
  412. <property name="name" value="group"/>
  413. <property name="type" value="string"/>
  414. </element>
  415. <element action="add" uuid="f4cffdb8-f633-4ff4-846f-1edfe9277f1e" parent-uuid="207d271b-6223-497a-b095-7978c324ed2a" sibling-uuid="a31312c2-4b6b-4b8a-aa1e-dc817d3db1e8" type="field">
  416. <property name="name" value="display_name"/>
  417. <property name="type" value="string"/>
  418. </element>
  419. <element action="add" uuid="9b225758-5b51-4715-9b96-d8972d25b692" parent-uuid="207d271b-6223-497a-b095-7978c324ed2a" sibling-uuid="f4cffdb8-f633-4ff4-846f-1edfe9277f1e" type="field">
  420. <property name="name" value="value"/>
  421. <property name="type" value="longText"/>
  422. </element>
  423. <element action="add" uuid="5a671493-04df-45f8-a759-88a4d476df7b" parent-uuid="207d271b-6223-497a-b095-7978c324ed2a" sibling-uuid="9b225758-5b51-4715-9b96-d8972d25b692" type="field">
  424. <property name="name" value="order"/>
  425. <property name="type" value="integer"/>
  426. </element>
  427. <element action="add" uuid="545dfb93-1411-4257-bace-881663d82203" parent-uuid="207d271b-6223-497a-b095-7978c324ed2a" sibling-uuid="5a671493-04df-45f8-a759-88a4d476df7b" type="field">
  428. <property name="name" value="type"/>
  429. <property name="type" value="string"/>
  430. </element>
  431. <element action="add" uuid="39e8fd5c-3204-4eb7-aaf7-e48bce58bc68" parent-uuid="207d271b-6223-497a-b095-7978c324ed2a" sibling-uuid="545dfb93-1411-4257-bace-881663d82203" type="field">
  432. <property name="name" value="created_at"/>
  433. <property name="type" value="timestamp"/>
  434. </element>
  435. <element action="add" uuid="9b841882-ce5c-499c-a2e6-952142c35c0b" parent-uuid="207d271b-6223-497a-b095-7978c324ed2a" sibling-uuid="39e8fd5c-3204-4eb7-aaf7-e48bce58bc68" type="field">
  436. <property name="name" value="updated_at"/>
  437. <property name="type" value="timestamp"/>
  438. </element>
  439. <element action="add" uuid="050422ad-256c-48ad-a665-545eaf93ee8d" parent-uuid="24231acc-7890-4fbb-83d1-b481384a248d" type="field">
  440. <property name="auto-increment" value="true"/>
  441. <property name="name" value="id"/>
  442. <property name="primary" value="true"/>
  443. <property name="required" value="true"/>
  444. <property name="type" value="bigInteger"/>
  445. <property name="unique" value="true"/>
  446. <property name="unsigned" value="true"/>
  447. </element>
  448. <element action="add" uuid="238c9f8f-1a61-49df-b94b-64d49c628184" parent-uuid="24231acc-7890-4fbb-83d1-b481384a248d" sibling-uuid="050422ad-256c-48ad-a665-545eaf93ee8d" type="field">
  449. <property name="name" value="scuola_id"/>
  450. <property name="type" value="bigInteger"/>
  451. <property name="unsigned" value="true"/>
  452. </element>
  453. <element action="add" uuid="3b9459c0-8f7f-4280-87a6-23300c935074" parent-uuid="24231acc-7890-4fbb-83d1-b481384a248d" sibling-uuid="238c9f8f-1a61-49df-b94b-64d49c628184" type="field">
  454. <property name="name" value="nome"/>
  455. <property name="type" value="string"/>
  456. </element>
  457. <element action="add" uuid="30f10b5d-576d-4d12-b257-bb6785073dd8" parent-uuid="24231acc-7890-4fbb-83d1-b481384a248d" sibling-uuid="3b9459c0-8f7f-4280-87a6-23300c935074" type="field">
  458. <property name="name" value="cognome"/>
  459. <property name="type" value="string"/>
  460. </element>
  461. <element action="add" uuid="edbe3f3e-2bd2-48be-9c43-e6f496bec3d5" parent-uuid="24231acc-7890-4fbb-83d1-b481384a248d" sibling-uuid="30f10b5d-576d-4d12-b257-bb6785073dd8" type="field">
  462. <property name="name" value="email"/>
  463. <property name="type" value="string"/>
  464. </element>
  465. <element action="add" uuid="8a527c08-3d89-4f16-a1e1-3ac58877302e" parent-uuid="24231acc-7890-4fbb-83d1-b481384a248d" sibling-uuid="edbe3f3e-2bd2-48be-9c43-e6f496bec3d5" type="field">
  466. <property name="name" value="telefono"/>
  467. <property name="type" value="string"/>
  468. </element>
  469. <element action="add" uuid="2e076c66-4cd3-47a5-95d9-228d8818295d" parent-uuid="24231acc-7890-4fbb-83d1-b481384a248d" sibling-uuid="8a527c08-3d89-4f16-a1e1-3ac58877302e" type="field">
  470. <property name="name" value="password"/>
  471. <property name="type" value="string"/>
  472. </element>
  473. <element action="add" uuid="d2e223fc-5805-43ab-a01c-4008b786bafc" parent-uuid="24231acc-7890-4fbb-83d1-b481384a248d" sibling-uuid="2e076c66-4cd3-47a5-95d9-228d8818295d" type="field">
  474. <property name="name" value="email_verified_at"/>
  475. <property name="type" value="timestamp"/>
  476. </element>
  477. <element action="add" uuid="fa1687d9-65fb-4f4e-84b7-8a1b55472315" parent-uuid="24231acc-7890-4fbb-83d1-b481384a248d" sibling-uuid="d2e223fc-5805-43ab-a01c-4008b786bafc" type="field">
  478. <property name="name" value="fcmToken"/>
  479. <property name="type" value="string"/>
  480. </element>
  481. <element action="add" uuid="5024060b-3ef1-41bc-90f5-5035329bd229" parent-uuid="24231acc-7890-4fbb-83d1-b481384a248d" sibling-uuid="fa1687d9-65fb-4f4e-84b7-8a1b55472315" type="field">
  482. <property name="name" value="facebook_id"/>
  483. <property name="type" value="string"/>
  484. </element>
  485. <element action="add" uuid="c159bc90-0cf1-4c22-be7b-ff7916cebfa3" parent-uuid="24231acc-7890-4fbb-83d1-b481384a248d" sibling-uuid="5024060b-3ef1-41bc-90f5-5035329bd229" type="field">
  486. <property name="name" value="google_id"/>
  487. <property name="type" value="string"/>
  488. </element>
  489. <element action="add" uuid="c0229c05-a116-48be-8e06-f0bcefb50a3f" parent-uuid="24231acc-7890-4fbb-83d1-b481384a248d" sibling-uuid="c159bc90-0cf1-4c22-be7b-ff7916cebfa3" type="field">
  490. <property name="name" value="telegram_user_id"/>
  491. <property name="type" value="string"/>
  492. </element>
  493. <element action="add" uuid="926fa2c1-fc93-4a9e-9ebe-d199efb195c8" parent-uuid="24231acc-7890-4fbb-83d1-b481384a248d" sibling-uuid="c0229c05-a116-48be-8e06-f0bcefb50a3f" type="field">
  494. <property name="name" value="api_token"/>
  495. <property name="type" value="string"/>
  496. </element>
  497. <element action="add" uuid="c5a8b39b-a9ff-42b7-90be-dc4c46f181c0" parent-uuid="24231acc-7890-4fbb-83d1-b481384a248d" sibling-uuid="926fa2c1-fc93-4a9e-9ebe-d199efb195c8" type="field">
  498. <property name="name" value="remember_token"/>
  499. <property name="type" value="string"/>
  500. </element>
  501. <element action="add" uuid="a155232a-78fb-455c-8a24-362e927c690e" parent-uuid="24231acc-7890-4fbb-83d1-b481384a248d" sibling-uuid="c5a8b39b-a9ff-42b7-90be-dc4c46f181c0" type="field">
  502. <property name="cast" value="datetime"/>
  503. <property name="castFormat" value="d/m/Y"/>
  504. <property name="name" value="data_nascita"/>
  505. <property name="type" value="date"/>
  506. </element>
  507. <element action="add" uuid="012c5a52-2f0a-4a21-a980-839b2453d685" parent-uuid="24231acc-7890-4fbb-83d1-b481384a248d" sibling-uuid="a155232a-78fb-455c-8a24-362e927c690e" type="field">
  508. <property name="name" value="nazione_nascita_id"/>
  509. <property name="type" value="bigInteger"/>
  510. <property name="unsigned" value="true"/>
  511. </element>
  512. <element action="add" uuid="95041f44-6c31-4ee3-a231-60ef78fe03aa" parent-uuid="24231acc-7890-4fbb-83d1-b481384a248d" sibling-uuid="012c5a52-2f0a-4a21-a980-839b2453d685" type="field">
  513. <property name="name" value="comune_nascita_id"/>
  514. <property name="type" value="bigInteger"/>
  515. <property name="unsigned" value="true"/>
  516. </element>
  517. <element action="add" uuid="99f2c8de-965b-4ba7-9298-c85e2fe038bf" parent-uuid="24231acc-7890-4fbb-83d1-b481384a248d" sibling-uuid="95041f44-6c31-4ee3-a231-60ef78fe03aa" type="field">
  518. <property name="name" value="sesso"/>
  519. <property name="type" value="string"/>
  520. </element>
  521. <element action="add" uuid="133e3680-0a22-4117-a6f9-9142df53740f" parent-uuid="24231acc-7890-4fbb-83d1-b481384a248d" sibling-uuid="99f2c8de-965b-4ba7-9298-c85e2fe038bf" type="field">
  522. <property name="name" value="cod_fiscale"/>
  523. <property name="type" value="string"/>
  524. </element>
  525. <element action="add" uuid="bf1cd588-c7f4-49a0-848e-f38ad8d8b84b" parent-uuid="24231acc-7890-4fbb-83d1-b481384a248d" sibling-uuid="133e3680-0a22-4117-a6f9-9142df53740f" type="field">
  526. <property name="name" value="patologie"/>
  527. <property name="type" value="text"/>
  528. </element>
  529. <element action="add" uuid="66aa2f78-be4b-4529-bf2b-2ff10f629e41" parent-uuid="24231acc-7890-4fbb-83d1-b481384a248d" sibling-uuid="bf1cd588-c7f4-49a0-848e-f38ad8d8b84b" type="field">
  530. <property name="name" value="allergie"/>
  531. <property name="type" value="text"/>
  532. </element>
  533. <element action="add" uuid="b26c03ea-a0a8-4145-8c3b-7987ad79fe97" parent-uuid="24231acc-7890-4fbb-83d1-b481384a248d" sibling-uuid="66aa2f78-be4b-4529-bf2b-2ff10f629e41" type="field">
  534. <property name="name" value="note"/>
  535. <property name="type" value="text"/>
  536. </element>
  537. <element action="add" uuid="01e8ae73-6ba0-49da-99c6-78c24cc4af6c" parent-uuid="24231acc-7890-4fbb-83d1-b481384a248d" sibling-uuid="b26c03ea-a0a8-4145-8c3b-7987ad79fe97" type="field">
  538. <property name="name" value="note_alimentari"/>
  539. <property name="type" value="text"/>
  540. </element>
  541. <element action="add" uuid="15168008-c62b-4d4a-9603-135ca39d902b" parent-uuid="24231acc-7890-4fbb-83d1-b481384a248d" sibling-uuid="01e8ae73-6ba0-49da-99c6-78c24cc4af6c" type="field">
  542. <property name="name" value="path_foto"/>
  543. <property name="type" value="string"/>
  544. </element>
  545. <element action="add" uuid="d7c2449c-5f47-431b-b07a-25b8add46b06" parent-uuid="24231acc-7890-4fbb-83d1-b481384a248d" sibling-uuid="15168008-c62b-4d4a-9603-135ca39d902b" type="field">
  546. <property name="name" value="indirizzo"/>
  547. <property name="type" value="string"/>
  548. </element>
  549. <element action="add" uuid="41495d22-aa73-4caf-8c44-d3498929e9d9" parent-uuid="24231acc-7890-4fbb-83d1-b481384a248d" sibling-uuid="d7c2449c-5f47-431b-b07a-25b8add46b06" type="field">
  550. <property name="name" value="cap"/>
  551. <property name="type" value="integer"/>
  552. </element>
  553. <element action="add" uuid="f9f2a0cb-6afa-4532-ade8-ac4fe26f7b9a" parent-uuid="24231acc-7890-4fbb-83d1-b481384a248d" sibling-uuid="41495d22-aa73-4caf-8c44-d3498929e9d9" type="field">
  554. <property name="name" value="comune_residenza_id"/>
  555. <property name="type" value="bigInteger"/>
  556. <property name="unsigned" value="true"/>
  557. </element>
  558. <element action="add" uuid="459e6271-ef29-4dfe-8ae1-282a673514a5" parent-uuid="24231acc-7890-4fbb-83d1-b481384a248d" sibling-uuid="f9f2a0cb-6afa-4532-ade8-ac4fe26f7b9a" type="field">
  559. <property name="name" value="braccialetto_rfid"/>
  560. <property name="type" value="string"/>
  561. </element>
  562. <element action="add" uuid="dab4001d-2bce-4044-b06b-dd7b333bf88e" parent-uuid="24231acc-7890-4fbb-83d1-b481384a248d" sibling-uuid="459e6271-ef29-4dfe-8ae1-282a673514a5" type="field">
  563. <property name="name" value="parrocchia_id"/>
  564. <property name="type" value="bigInteger"/>
  565. <property name="unsigned" value="true"/>
  566. </element>
  567. <element action="add" uuid="bf212932-d270-4316-9556-390793463f7e" parent-uuid="24231acc-7890-4fbb-83d1-b481384a248d" sibling-uuid="dab4001d-2bce-4044-b06b-dd7b333bf88e" type="field">
  568. <property name="decimal" value="2"/>
  569. <property name="name" value="credito"/>
  570. <property name="size" value="5"/>
  571. <property name="type" value="decimal"/>
  572. </element>
  573. <element action="add" uuid="84010d68-ae6a-46f2-9872-e34144cc5301" parent-uuid="24231acc-7890-4fbb-83d1-b481384a248d" sibling-uuid="bf212932-d270-4316-9556-390793463f7e" type="field">
  574. <property name="decimal" value="2"/>
  575. <property name="name" value="limite_giornaliero_bar"/>
  576. <property name="type" value="decimal"/>
  577. </element>
  578. <element action="add" uuid="8705a30f-60fb-4448-a02a-8bfa2d759aee" parent-uuid="24231acc-7890-4fbb-83d1-b481384a248d" sibling-uuid="84010d68-ae6a-46f2-9872-e34144cc5301" type="field">
  579. <property name="default" value="1"/>
  580. <property name="name" value="abilita_invio_messaggi"/>
  581. <property name="type" value="boolean"/>
  582. </element>
  583. <element action="add" uuid="a4c47776-90f0-4caa-bec1-25a995d62727" parent-uuid="24231acc-7890-4fbb-83d1-b481384a248d" sibling-uuid="8705a30f-60fb-4448-a02a-8bfa2d759aee" type="field">
  584. <property name="name" value="remote_id"/>
  585. <property name="type" value="integer"/>
  586. </element>
  587. <element action="add" uuid="0832d65d-e348-4e8b-bd2d-f8e70aa8a8e9" parent-uuid="24231acc-7890-4fbb-83d1-b481384a248d" sibling-uuid="a4c47776-90f0-4caa-bec1-25a995d62727" type="field">
  588. <property name="default" value="0"/>
  589. <property name="name" value="disabilita_certificata"/>
  590. <property name="type" value="boolean"/>
  591. </element>
  592. <element action="add" uuid="b538cb84-088f-4a3f-ac5f-99a09340d0ea" parent-uuid="24231acc-7890-4fbb-83d1-b481384a248d" sibling-uuid="0832d65d-e348-4e8b-bd2d-f8e70aa8a8e9" type="field">
  593. <property name="default" value="0"/>
  594. <property name="name" value="disabilita_servizio_neuro_infantile"/>
  595. <property name="type" value="boolean"/>
  596. </element>
  597. <element action="add" uuid="2ab627d6-2595-4537-9ebc-05239b74e12e" parent-uuid="24231acc-7890-4fbb-83d1-b481384a248d" sibling-uuid="b538cb84-088f-4a3f-ac5f-99a09340d0ea" type="field">
  598. <property name="name" value="disabilita_altro_servizio"/>
  599. <property name="type" value="string"/>
  600. </element>
  601. <element action="add" uuid="09c9fc61-c3f3-4335-aea2-8f869ce5cbaf" parent-uuid="24231acc-7890-4fbb-83d1-b481384a248d" sibling-uuid="2ab627d6-2595-4537-9ebc-05239b74e12e" type="field">
  602. <property name="name" value="disabilita_diagnosi"/>
  603. <property name="type" value="string"/>
  604. </element>
  605. <element action="add" uuid="3dda929d-b168-4263-b40f-8e230c9cda25" parent-uuid="24231acc-7890-4fbb-83d1-b481384a248d" sibling-uuid="09c9fc61-c3f3-4335-aea2-8f869ce5cbaf" type="field">
  606. <property name="name" value="disabilita_scuola"/>
  607. <property name="type" value="string"/>
  608. </element>
  609. <element action="add" uuid="3dd1c515-b065-4af2-a5b0-637f51a2dfaa" parent-uuid="24231acc-7890-4fbb-83d1-b481384a248d" sibling-uuid="3dda929d-b168-4263-b40f-8e230c9cda25" type="field">
  610. <property name="default" value="0"/>
  611. <property name="name" value="disabilita_servizio_ass_scolastica"/>
  612. <property name="type" value="boolean"/>
  613. </element>
  614. <element action="add" uuid="b1984fbd-966e-464b-9d31-266e71498dc0" parent-uuid="24231acc-7890-4fbb-83d1-b481384a248d" sibling-uuid="3dd1c515-b065-4af2-a5b0-637f51a2dfaa" type="field">
  615. <property name="name" value="disabilita_ore_settimanali"/>
  616. <property name="type" value="integer"/>
  617. </element>
  618. <element action="add" uuid="3dbfde16-ba42-443c-b4a6-84e040d10535" parent-uuid="24231acc-7890-4fbb-83d1-b481384a248d" sibling-uuid="b1984fbd-966e-464b-9d31-266e71498dc0" type="field">
  619. <property name="default" value="0"/>
  620. <property name="name" value="disabilita_insegnante_sostegno"/>
  621. <property name="type" value="boolean"/>
  622. </element>
  623. <element action="add" uuid="64bbc925-2626-4674-95ba-bfbbef02e827" parent-uuid="24231acc-7890-4fbb-83d1-b481384a248d" sibling-uuid="3dbfde16-ba42-443c-b4a6-84e040d10535" type="field">
  624. <property name="name" value="disabilita_note"/>
  625. <property name="type" value="text"/>
  626. </element>
  627. <element action="add" uuid="250b18c9-12e3-4c3f-b942-7e08de6a03e8" parent-uuid="24231acc-7890-4fbb-83d1-b481384a248d" sibling-uuid="64bbc925-2626-4674-95ba-bfbbef02e827" type="field">
  628. <property name="name" value="comune_disabilita_id"/>
  629. <property name="type" value="bigInteger"/>
  630. <property name="unsigned" value="true"/>
  631. </element>
  632. <element action="add" uuid="eabd6dac-72a0-45d8-aecd-410a7c21ef71" parent-uuid="24231acc-7890-4fbb-83d1-b481384a248d" sibling-uuid="250b18c9-12e3-4c3f-b942-7e08de6a03e8" type="field">
  633. <property name="name" value="two_factor_secret"/>
  634. <property name="type" value="text"/>
  635. </element>
  636. <element action="add" uuid="90ec8f07-892d-483a-a012-9ef0a62d3275" parent-uuid="24231acc-7890-4fbb-83d1-b481384a248d" sibling-uuid="eabd6dac-72a0-45d8-aecd-410a7c21ef71" type="field">
  637. <property name="name" value="two_factor_recovery_codes"/>
  638. <property name="type" value="text"/>
  639. </element>
  640. <element action="add" uuid="145c85b3-4041-4122-94d5-5239a47a12ce" parent-uuid="24231acc-7890-4fbb-83d1-b481384a248d" sibling-uuid="90ec8f07-892d-483a-a012-9ef0a62d3275" type="field">
  641. <property name="name" value="two_factor_confirmed_at"/>
  642. <property name="type" value="timestamp"/>
  643. </element>
  644. <element action="add" uuid="2436cfc1-18fc-4612-898d-01f0db248791" parent-uuid="24231acc-7890-4fbb-83d1-b481384a248d" sibling-uuid="145c85b3-4041-4122-94d5-5239a47a12ce" type="field">
  645. <property name="name" value="created_at"/>
  646. <property name="type" value="timestamp"/>
  647. </element>
  648. <element action="add" uuid="a79127a0-5abf-4e38-bc1a-9e7efce8591d" parent-uuid="24231acc-7890-4fbb-83d1-b481384a248d" sibling-uuid="2436cfc1-18fc-4612-898d-01f0db248791" type="field">
  649. <property name="name" value="updated_at"/>
  650. <property name="type" value="timestamp"/>
  651. </element>
  652. <element action="add" uuid="6d927904-c1d2-4168-8b4e-35e18820a655" parent-uuid="b826e436-4dd9-40b0-af4d-477bb995aa7f" type="field">
  653. <property name="auto-increment" value="true"/>
  654. <property name="name" value="id"/>
  655. <property name="primary" value="true"/>
  656. <property name="required" value="true"/>
  657. <property name="type" value="bigInteger"/>
  658. <property name="unique" value="true"/>
  659. <property name="unsigned" value="true"/>
  660. </element>
  661. <element action="add" uuid="b54d6e74-786e-4662-9f5d-036fe44c57e2" parent-uuid="b826e436-4dd9-40b0-af4d-477bb995aa7f" sibling-uuid="6d927904-c1d2-4168-8b4e-35e18820a655" type="field">
  662. <property name="name" value="label"/>
  663. <property name="type" value="string"/>
  664. </element>
  665. <element action="add" uuid="142b2de5-04a1-492e-94c9-ec557ba243e5" parent-uuid="b826e436-4dd9-40b0-af4d-477bb995aa7f" sibling-uuid="b54d6e74-786e-4662-9f5d-036fe44c57e2" type="field">
  666. <property name="name" value="created_at"/>
  667. <property name="type" value="timestamp"/>
  668. </element>
  669. <element action="add" uuid="dd12c52e-e400-45d8-82e6-3c7e3ba6844f" parent-uuid="b826e436-4dd9-40b0-af4d-477bb995aa7f" sibling-uuid="142b2de5-04a1-492e-94c9-ec557ba243e5" type="field">
  670. <property name="name" value="updated_at"/>
  671. <property name="type" value="timestamp"/>
  672. </element>
  673. <element action="add" uuid="ec18225c-1bcf-44ea-ab54-d1c034e64522" parent-uuid="210b09c7-29a6-42c3-afaa-3cb7ca98f8d3" type="field">
  674. <property name="auto-increment" value="true"/>
  675. <property name="name" value="id"/>
  676. <property name="primary" value="true"/>
  677. <property name="required" value="true"/>
  678. <property name="type" value="bigInteger"/>
  679. <property name="unique" value="true"/>
  680. <property name="unsigned" value="true"/>
  681. </element>
  682. <element action="add" uuid="fcef68ac-2eeb-443a-acdf-ae6d8280a7e4" parent-uuid="210b09c7-29a6-42c3-afaa-3cb7ca98f8d3" sibling-uuid="ec18225c-1bcf-44ea-ab54-d1c034e64522" type="field">
  683. <property name="name" value="ente_id"/>
  684. <property name="type" value="bigInteger"/>
  685. <property name="unsigned" value="true"/>
  686. </element>
  687. <element action="add" uuid="8382663a-599f-431b-8aeb-0f30b74017da" parent-uuid="210b09c7-29a6-42c3-afaa-3cb7ca98f8d3" sibling-uuid="fcef68ac-2eeb-443a-acdf-ae6d8280a7e4" type="field">
  688. <property name="name" value="nome"/>
  689. <property name="type" value="string"/>
  690. </element>
  691. <element action="add" uuid="c90f5a46-e759-4214-874d-0e05d8286fc3" parent-uuid="210b09c7-29a6-42c3-afaa-3cb7ca98f8d3" sibling-uuid="8382663a-599f-431b-8aeb-0f30b74017da" type="field">
  692. <property name="name" value="url"/>
  693. <property name="type" value="string"/>
  694. </element>
  695. <element action="add" uuid="c31763d9-7b82-41da-9197-d1c26f2373a5" parent-uuid="210b09c7-29a6-42c3-afaa-3cb7ca98f8d3" sibling-uuid="c90f5a46-e759-4214-874d-0e05d8286fc3" type="field">
  696. <property name="name" value="path_logo"/>
  697. <property name="type" value="string"/>
  698. </element>
  699. <element action="add" uuid="d1c70710-6e97-492a-9906-2d2176284721" parent-uuid="210b09c7-29a6-42c3-afaa-3cb7ca98f8d3" sibling-uuid="c31763d9-7b82-41da-9197-d1c26f2373a5" type="field">
  700. <property name="name" value="ispconfig_user"/>
  701. <property name="type" value="string"/>
  702. </element>
  703. <element action="add" uuid="1c9350fb-abfd-4505-95d4-2b9afbd68160" parent-uuid="210b09c7-29a6-42c3-afaa-3cb7ca98f8d3" sibling-uuid="d1c70710-6e97-492a-9906-2d2176284721" type="field">
  704. <property name="name" value="ispconfig_group"/>
  705. <property name="type" value="string"/>
  706. </element>
  707. <element action="add" uuid="dfb15497-6c40-4987-8d10-79e3606b9728" parent-uuid="210b09c7-29a6-42c3-afaa-3cb7ca98f8d3" sibling-uuid="1c9350fb-abfd-4505-95d4-2b9afbd68160" type="field">
  708. <property name="default" value="1"/>
  709. <property name="name" value="is_attivo"/>
  710. <property name="type" value="boolean"/>
  711. </element>
  712. <element action="add" uuid="448aacb5-9a6e-4fe8-96f8-1f21a0059249" parent-uuid="210b09c7-29a6-42c3-afaa-3cb7ca98f8d3" sibling-uuid="dfb15497-6c40-4987-8d10-79e3606b9728" type="field">
  713. <property name="name" value="admins"/>
  714. <property name="type" value="text"/>
  715. </element>
  716. <element action="add" uuid="f48b1504-947c-4665-be5d-3220f0464099" parent-uuid="210b09c7-29a6-42c3-afaa-3cb7ca98f8d3" sibling-uuid="448aacb5-9a6e-4fe8-96f8-1f21a0059249" type="field">
  717. <property name="default" value="0"/>
  718. <property name="name" value="is_ufficio"/>
  719. <property name="type" value="boolean"/>
  720. </element>
  721. <element action="add" uuid="573dbd31-99d8-4743-a201-9813cea11e1f" parent-uuid="210b09c7-29a6-42c3-afaa-3cb7ca98f8d3" sibling-uuid="f48b1504-947c-4665-be5d-3220f0464099" type="field">
  722. <property name="name" value="created_at"/>
  723. <property name="type" value="timestamp"/>
  724. </element>
  725. <element action="add" uuid="6fd846b2-8bb7-44f8-8a54-265cf2fc7d46" parent-uuid="210b09c7-29a6-42c3-afaa-3cb7ca98f8d3" sibling-uuid="573dbd31-99d8-4743-a201-9813cea11e1f" type="field">
  726. <property name="name" value="updated_at"/>
  727. <property name="type" value="timestamp"/>
  728. </element>
  729. <element action="add" uuid="48dfeff3-1f9b-4283-8815-86358252d764" parent-uuid="4a144685-1847-4f34-bc1e-885f2cee378d" type="association">
  730. <property name="from" value="\App\Models\Comune"/>
  731. <property name="inverse-alias" value="provincia"/>
  732. <property name="many-inverse" value="false"/>
  733. <property name="many-owner" value="true"/>
  734. <property name="owner-alias" value="comuni"/>
  735. <property name="to" value="\App\Models\Provincia"/>
  736. </element>
  737. <element action="add" uuid="fefa1ddb-b8c3-4835-b6ee-29f256e212b7" parent-uuid="4a144685-1847-4f34-bc1e-885f2cee378d" type="association">
  738. <property name="from" value="\App\Models\User"/>
  739. <property name="inverse-alias" value="comuneNascita"/>
  740. <property name="many-inverse" value="false"/>
  741. <property name="many-owner" value="true"/>
  742. <property name="onDelete" value="set null"/>
  743. <property name="owner-alias" value="usersNascita"/>
  744. <property name="to" value="\App\Models\Comune"/>
  745. </element>
  746. <element action="add" uuid="81422e57-2fdb-43b9-a40e-a6593dca7dfc" parent-uuid="4a144685-1847-4f34-bc1e-885f2cee378d" type="association">
  747. <property name="from" value="\App\Models\User"/>
  748. <property name="inverse-alias" value="nazioneNascita"/>
  749. <property name="many-inverse" value="false"/>
  750. <property name="many-owner" value="true"/>
  751. <property name="onDelete" value="set null"/>
  752. <property name="owner-alias" value="users"/>
  753. <property name="to" value="\App\Models\Nazione"/>
  754. </element>
  755. <element action="add" uuid="f7a34664-bc4a-4239-9b2a-7bba37e42721" parent-uuid="4a144685-1847-4f34-bc1e-885f2cee378d" type="association">
  756. <property name="from" value="\App\Models\User"/>
  757. <property name="inverse-alias" value="comuneResidenza"/>
  758. <property name="many-inverse" value="false"/>
  759. <property name="many-owner" value="true"/>
  760. <property name="onDelete" value="set null"/>
  761. <property name="owner-alias" value="usersResidenza"/>
  762. <property name="to" value="\App\Models\Comune"/>
  763. </element>
  764. <element action="add" uuid="cd6b2d96-3f1e-4fa2-aeab-c81f23fc97cd" parent-uuid="4a144685-1847-4f34-bc1e-885f2cee378d" type="association">
  765. <property name="from" value="\App\Models\User"/>
  766. <property name="inverse-alias" value="comuneDisabilita"/>
  767. <property name="many-inverse" value="false"/>
  768. <property name="many-owner" value="true"/>
  769. <property name="onDelete" value="set null"/>
  770. <property name="owner-alias" value="usersDisabilita"/>
  771. <property name="to" value="\App\Models\Comune"/>
  772. </element>
  773. <element action="add" uuid="131161b9-40ca-4e45-8540-6aa3a4d7e10b" parent-uuid="4a144685-1847-4f34-bc1e-885f2cee378d" type="association">
  774. <property name="from" value="\App\Models\Piattaforma"/>
  775. <property name="inverse-alias" value="ente"/>
  776. <property name="many-inverse" value="false"/>
  777. <property name="many-owner" value="true"/>
  778. <property name="onDelete" value="set null"/>
  779. <property name="owner-alias" value="piattaforme"/>
  780. <property name="to" value="\App\Models\Ente"/>
  781. </element>
  782. <element action="add" uuid="13dd08be-1a4a-4c20-b2e3-39278b795b72" parent-uuid="48dfeff3-1f9b-4283-8815-86358252d764" type="association-field">
  783. <property name="from" value="provincia_id"/>
  784. <property name="to" value="id"/>
  785. </element>
  786. <element action="add" uuid="1f2e7795-64e2-42ce-9f30-207cdeaa0727" parent-uuid="fefa1ddb-b8c3-4835-b6ee-29f256e212b7" type="association-field">
  787. <property name="from" value="comune_nascita_id"/>
  788. <property name="to" value="id"/>
  789. </element>
  790. <element action="add" uuid="b59ddf19-c940-4934-abf8-8f9a1bdbbd19" parent-uuid="81422e57-2fdb-43b9-a40e-a6593dca7dfc" type="association-field">
  791. <property name="from" value="nazione_nascita_id"/>
  792. <property name="to" value="id"/>
  793. </element>
  794. <element action="add" uuid="f522b250-3536-45f3-b323-30f390fc38e6" parent-uuid="f7a34664-bc4a-4239-9b2a-7bba37e42721" type="association-field">
  795. <property name="from" value="comune_residenza_id"/>
  796. <property name="to" value="id"/>
  797. </element>
  798. <element action="add" uuid="8416745b-32df-4187-b881-74da93039ad7" parent-uuid="cd6b2d96-3f1e-4fa2-aeab-c81f23fc97cd" type="association-field">
  799. <property name="from" value="comune_disabilita_id"/>
  800. <property name="to" value="id"/>
  801. </element>
  802. <element action="add" uuid="7353a85f-c823-4fe6-87fd-8297d00a1cf5" parent-uuid="131161b9-40ca-4e45-8540-6aa3a4d7e10b" type="association-field">
  803. <property name="from" value="ente_id"/>
  804. <property name="to" value="id"/>
  805. </element>
  806. </revision>
  807. <revision uuid="f7cea4c0-e122-437b-be70-9ac224f6a053" date="2025-07-23 11:13:23.593205" exportable="true">
  808. <element action="update" uuid="4a144685-1847-4f34-bc1e-885f2cee378d" type="module">
  809. <property name="export-path" value="."/>
  810. </element>
  811. </revision>
  812. <revision uuid="b901927f-5768-4195-9338-10e3d14b388e" date="2025-07-30 16:18:15.761679" exportable="true">
  813. <element action="add" uuid="5157faf0-7bcd-479e-b615-14efcfb5fa4b" parent-uuid="a1f8666e-8d3e-42cb-8e2c-b8b715be46ac" sibling-uuid="79c9b6ad-7bed-4096-a609-415f0449a917" type="field">
  814. <property name="name" value="nazione_id"/>
  815. <property name="type" value="bigInteger"/>
  816. <property name="unsigned" value="true"/>
  817. </element>
  818. <element action="add" uuid="988415b1-8955-4a68-83de-45b29e35f29f" parent-uuid="4a144685-1847-4f34-bc1e-885f2cee378d" type="association">
  819. <property name="from" value="\App\Models\Comune"/>
  820. <property name="inverse-alias" value="nazione"/>
  821. <property name="many-inverse" value="false"/>
  822. <property name="many-owner" value="true"/>
  823. <property name="onDelete" value="set null"/>
  824. <property name="owner-alias" value="comuni"/>
  825. <property name="to" value="\App\Models\Nazione"/>
  826. </element>
  827. <element action="add" uuid="c39fd83d-d417-4bbf-9dee-1f712b065c82" parent-uuid="988415b1-8955-4a68-83de-45b29e35f29f" type="association-field">
  828. <property name="from" value="nazione_id"/>
  829. <property name="to" value="id"/>
  830. </element>
  831. <element action="reorder" uuid="cd12ed9a-a0b1-4f95-97a4-d7ea4e308bad" parent-uuid="a1f8666e-8d3e-42cb-8e2c-b8b715be46ac" sibling-uuid="5157faf0-7bcd-479e-b615-14efcfb5fa4b" previous-sibling-uuid="79c9b6ad-7bed-4096-a609-415f0449a917" type="field" helper="true"/>
  832. </revision>
  833. <revision uuid="2298d3b1-7827-4e72-9f72-2b58d46469c4" date="2025-07-30 16:35:45.161978" exportable="true">
  834. <element action="add" uuid="1c442e7f-c46b-4e06-9bf7-7829bdc6fa4c" parent-uuid="9e5822b7-fcb8-4416-a9a4-2cca9f952ad3" sibling-uuid="f324ec69-c5e4-436e-bd9f-61778b2631a9" type="field">
  835. <property name="name" value="nazione_id"/>
  836. <property name="type" value="bigInteger"/>
  837. <property name="unsigned" value="true"/>
  838. </element>
  839. <element action="add" uuid="d5c21761-bb80-420d-961b-9d874a317a8f" parent-uuid="4a144685-1847-4f34-bc1e-885f2cee378d" type="association">
  840. <property name="from" value="\App\Models\Provincia"/>
  841. <property name="inverse-alias" value="nazione"/>
  842. <property name="many-inverse" value="false"/>
  843. <property name="many-owner" value="true"/>
  844. <property name="onDelete" value="set null"/>
  845. <property name="owner-alias" value="provincie"/>
  846. <property name="to" value="\App\Models\Nazione"/>
  847. </element>
  848. <element action="add" uuid="792362ea-0937-4c73-ae16-f461cebbae2f" parent-uuid="d5c21761-bb80-420d-961b-9d874a317a8f" type="association-field">
  849. <property name="from" value="nazione_id"/>
  850. <property name="to" value="id"/>
  851. </element>
  852. <element action="reorder" uuid="aaad8fa2-25f4-48cd-9872-097287b4a4e7" parent-uuid="9e5822b7-fcb8-4416-a9a4-2cca9f952ad3" sibling-uuid="1c442e7f-c46b-4e06-9bf7-7829bdc6fa4c" previous-sibling-uuid="f324ec69-c5e4-436e-bd9f-61778b2631a9" type="field" helper="true"/>
  853. </revision>
  854. <revision uuid="03322207-7697-4388-96a4-490f97f8af7b" date="2025-07-30 23:21:18.167717" exportable="true">
  855. <element action="add" uuid="06a8e499-4bd4-4ccb-a040-29140e31ddb3" parent-uuid="4a144685-1847-4f34-bc1e-885f2cee378d" type="entity">
  856. <property name="fillableAll" value="as-fillable-all"/>
  857. <property name="local-name" value="Allergia"/>
  858. <property name="name" value="\App\Models\Allergia"/>
  859. <property name="namespace" value="\App\Models"/>
  860. <property name="table" value="allergia"/>
  861. </element>
  862. <element action="add" uuid="b1f2f839-49ad-4c2e-9b78-8f1686d57048" parent-uuid="4a144685-1847-4f34-bc1e-885f2cee378d" type="entity">
  863. <property name="local-name" value="UserHasAllergia"/>
  864. <property name="name" value="\App\Models\UserHasAllergia"/>
  865. <property name="namespace" value="\App\Models"/>
  866. </element>
  867. <element action="add" uuid="8865914c-a5a5-4dd4-9f38-c0ecb60401ba" parent-uuid="06a8e499-4bd4-4ccb-a040-29140e31ddb3" type="field">
  868. <property name="auto-increment" value="true"/>
  869. <property name="name" value="id"/>
  870. <property name="primary" value="true"/>
  871. <property name="required" value="true"/>
  872. <property name="type" value="bigInteger"/>
  873. <property name="unique" value="true"/>
  874. <property name="unsigned" value="true"/>
  875. </element>
  876. <element action="add" uuid="1c300c42-bdda-4575-86fa-ffe59f4d66bb" parent-uuid="06a8e499-4bd4-4ccb-a040-29140e31ddb3" sibling-uuid="8865914c-a5a5-4dd4-9f38-c0ecb60401ba" type="field">
  877. <property name="name" value="label"/>
  878. <property name="type" value="string"/>
  879. </element>
  880. <element action="add" uuid="35f71080-72c2-4ced-8150-9455f8adacb5" parent-uuid="06a8e499-4bd4-4ccb-a040-29140e31ddb3" sibling-uuid="1c300c42-bdda-4575-86fa-ffe59f4d66bb" type="field">
  881. <property name="name" value="created_at"/>
  882. <property name="type" value="timestamp"/>
  883. </element>
  884. <element action="add" uuid="86c9991a-9a58-4c05-92cd-a6ee79c27b8c" parent-uuid="06a8e499-4bd4-4ccb-a040-29140e31ddb3" sibling-uuid="35f71080-72c2-4ced-8150-9455f8adacb5" type="field">
  885. <property name="name" value="updated_at"/>
  886. <property name="type" value="timestamp"/>
  887. </element>
  888. <element action="add" uuid="998c74e7-731d-4686-acb6-a40946eabb50" parent-uuid="b1f2f839-49ad-4c2e-9b78-8f1686d57048" type="field">
  889. <property name="name" value="allergia_id"/>
  890. <property name="primary" value="true"/>
  891. <property name="required" value="true"/>
  892. <property name="type" value="bigInteger"/>
  893. <property name="unsigned" value="true"/>
  894. </element>
  895. <element action="add" uuid="e3d60bce-f0c4-4aa5-a171-8c4a4e4cc8eb" parent-uuid="b1f2f839-49ad-4c2e-9b78-8f1686d57048" sibling-uuid="998c74e7-731d-4686-acb6-a40946eabb50" type="field">
  896. <property name="name" value="user_id"/>
  897. <property name="primary" value="true"/>
  898. <property name="required" value="true"/>
  899. <property name="type" value="bigInteger"/>
  900. <property name="unsigned" value="true"/>
  901. </element>
  902. <element action="add" uuid="34542024-1b70-4685-b202-abe7098c94e7" parent-uuid="4a144685-1847-4f34-bc1e-885f2cee378d" type="many-to-many">
  903. <property name="mn-entity" value="\App\Models\UserHasAllergia"/>
  904. </element>
  905. <element action="add" uuid="9b50968a-e8c4-4ce7-920d-bffd5492fd00" parent-uuid="34542024-1b70-4685-b202-abe7098c94e7" type="many-to-many-entity">
  906. <property name="alias" value="allergie"/>
  907. <property name="name" value="\App\Models\Allergia"/>
  908. <property name="owning-side" value="true"/>
  909. </element>
  910. <element action="add" uuid="dd75743b-df3a-4e91-b84a-374f42223c25" parent-uuid="34542024-1b70-4685-b202-abe7098c94e7" type="many-to-many-entity">
  911. <property name="alias" value="users"/>
  912. <property name="name" value="\App\Models\User"/>
  913. <property name="owning-side" value="false"/>
  914. </element>
  915. <element action="add" uuid="432494f2-5896-4ab0-9499-37b157027400" parent-uuid="9b50968a-e8c4-4ce7-920d-bffd5492fd00" type="many-to-many-field">
  916. <property name="from" value="allergia_id"/>
  917. <property name="to" value="id"/>
  918. </element>
  919. <element action="add" uuid="683e4413-840f-4bfe-a35d-570c31d8a4c1" parent-uuid="dd75743b-df3a-4e91-b84a-374f42223c25" type="many-to-many-field">
  920. <property name="from" value="user_id"/>
  921. <property name="to" value="id"/>
  922. </element>
  923. </revision>
  924. <revision uuid="ade114e0-2cf0-49a7-b68b-6904c37e6edf" date="2025-07-30 23:24:06.949291" exportable="true">
  925. <element action="update" uuid="9b50968a-e8c4-4ce7-920d-bffd5492fd00" parent-uuid="34542024-1b70-4685-b202-abe7098c94e7" type="many-to-many-entity">
  926. <property name="alias" value="elencoAllergie"/>
  927. </element>
  928. </revision>
  929. <revision uuid="ef983d60-bf4e-42dc-8bbb-e7b720f495e7" date="2025-07-31 15:07:57.864336" exportable="true">
  930. <element action="add" uuid="ba41773d-1ab6-426f-b817-84ab1071a120" parent-uuid="4a144685-1847-4f34-bc1e-885f2cee378d" type="entity">
  931. <property name="fillableAll" value="as-fillable-all"/>
  932. <property name="local-name" value="Famiglia"/>
  933. <property name="name" value="\App\Models\Famiglia"/>
  934. <property name="namespace" value="\App\Models"/>
  935. <property name="table" value="famiglia"/>
  936. </element>
  937. <element action="add" uuid="438c80f9-39c9-41c7-b666-3a3bf197d033" parent-uuid="4a144685-1847-4f34-bc1e-885f2cee378d" type="entity">
  938. <property name="local-name" value="UserHasFamiglia"/>
  939. <property name="name" value="\App\Models\UserHasFamiglia"/>
  940. <property name="namespace" value="\App\Models"/>
  941. </element>
  942. <element action="add" uuid="d787fb5c-404c-45cf-b7fa-91a3f5712dfd" parent-uuid="ba41773d-1ab6-426f-b817-84ab1071a120" type="field">
  943. <property name="auto-increment" value="true"/>
  944. <property name="name" value="id"/>
  945. <property name="primary" value="true"/>
  946. <property name="required" value="true"/>
  947. <property name="type" value="bigInteger"/>
  948. <property name="unique" value="true"/>
  949. <property name="unsigned" value="true"/>
  950. </element>
  951. <element action="add" uuid="9476f31e-8311-4390-81cb-025ea56aef9b" parent-uuid="ba41773d-1ab6-426f-b817-84ab1071a120" sibling-uuid="d787fb5c-404c-45cf-b7fa-91a3f5712dfd" type="field">
  952. <property name="name" value="created_at"/>
  953. <property name="type" value="timestamp"/>
  954. </element>
  955. <element action="add" uuid="f6f6a614-7d2e-4ff1-b1f7-e21ecc3c1625" parent-uuid="ba41773d-1ab6-426f-b817-84ab1071a120" sibling-uuid="9476f31e-8311-4390-81cb-025ea56aef9b" type="field">
  956. <property name="name" value="updated_at"/>
  957. <property name="type" value="timestamp"/>
  958. </element>
  959. <element action="add" uuid="9e825f15-f958-46da-adc0-78e88516f949" parent-uuid="ba41773d-1ab6-426f-b817-84ab1071a120" sibling-uuid="f6f6a614-7d2e-4ff1-b1f7-e21ecc3c1625" type="field">
  960. <property name="name" value="padre_id"/>
  961. <property name="type" value="bigInteger"/>
  962. <property name="unsigned" value="true"/>
  963. </element>
  964. <element action="add" uuid="a26d1fd9-4c95-4974-861d-403e25de1cbe" parent-uuid="ba41773d-1ab6-426f-b817-84ab1071a120" sibling-uuid="9e825f15-f958-46da-adc0-78e88516f949" type="field">
  965. <property name="name" value="madre_id"/>
  966. <property name="type" value="bigInteger"/>
  967. <property name="unsigned" value="true"/>
  968. </element>
  969. <element action="add" uuid="b02d81b7-159c-4538-94bd-9ea70e0002e9" parent-uuid="438c80f9-39c9-41c7-b666-3a3bf197d033" type="field">
  970. <property name="name" value="famiglia_id"/>
  971. <property name="primary" value="true"/>
  972. <property name="required" value="true"/>
  973. <property name="type" value="bigInteger"/>
  974. <property name="unsigned" value="true"/>
  975. </element>
  976. <element action="add" uuid="524323da-2c27-4a3e-9dfd-d05ce9643d39" parent-uuid="438c80f9-39c9-41c7-b666-3a3bf197d033" sibling-uuid="b02d81b7-159c-4538-94bd-9ea70e0002e9" type="field">
  977. <property name="name" value="user_id"/>
  978. <property name="primary" value="true"/>
  979. <property name="required" value="true"/>
  980. <property name="type" value="bigInteger"/>
  981. <property name="unsigned" value="true"/>
  982. </element>
  983. <element action="add" uuid="c0d62fe0-8b76-4cb2-9c38-4faaeb675bc4" parent-uuid="4a144685-1847-4f34-bc1e-885f2cee378d" type="association">
  984. <property name="from" value="\App\Models\Famiglia"/>
  985. <property name="inverse-alias" value="padre"/>
  986. <property name="many-inverse" value="false"/>
  987. <property name="many-owner" value="true"/>
  988. <property name="onDelete" value="set null"/>
  989. <property name="owner-alias" value="famigliePadre"/>
  990. <property name="to" value="\App\Models\User"/>
  991. </element>
  992. <element action="add" uuid="944c8b33-ff67-455b-a0d9-109ed8390c45" parent-uuid="4a144685-1847-4f34-bc1e-885f2cee378d" type="association">
  993. <property name="from" value="\App\Models\Famiglia"/>
  994. <property name="inverse-alias" value="madre"/>
  995. <property name="many-inverse" value="false"/>
  996. <property name="many-owner" value="true"/>
  997. <property name="onDelete" value="set null"/>
  998. <property name="owner-alias" value="famiglieMadre"/>
  999. <property name="to" value="\App\Models\User"/>
  1000. </element>
  1001. <element action="add" uuid="e3f13efa-a8f6-4965-a839-a2426716e4b4" parent-uuid="c0d62fe0-8b76-4cb2-9c38-4faaeb675bc4" type="association-field">
  1002. <property name="from" value="padre_id"/>
  1003. <property name="to" value="id"/>
  1004. </element>
  1005. <element action="add" uuid="8e6d57b5-be6c-42c8-aba7-7b02332efc00" parent-uuid="944c8b33-ff67-455b-a0d9-109ed8390c45" type="association-field">
  1006. <property name="from" value="madre_id"/>
  1007. <property name="to" value="id"/>
  1008. </element>
  1009. <element action="add" uuid="c5dce78e-196d-4fc0-a59c-149256a2ea24" parent-uuid="4a144685-1847-4f34-bc1e-885f2cee378d" type="many-to-many">
  1010. <property name="mn-entity" value="\App\Models\UserHasFamiglia"/>
  1011. </element>
  1012. <element action="add" uuid="273633a2-a2cf-4109-9ed2-05185184f586" parent-uuid="c5dce78e-196d-4fc0-a59c-149256a2ea24" type="many-to-many-entity">
  1013. <property name="alias" value="famiglieFigli"/>
  1014. <property name="name" value="\App\Models\Famiglia"/>
  1015. <property name="owning-side" value="true"/>
  1016. </element>
  1017. <element action="add" uuid="a6d8fc3b-746e-4ec3-897a-14ff6226260e" parent-uuid="c5dce78e-196d-4fc0-a59c-149256a2ea24" type="many-to-many-entity">
  1018. <property name="alias" value="figli"/>
  1019. <property name="name" value="\App\Models\User"/>
  1020. <property name="owning-side" value="false"/>
  1021. </element>
  1022. <element action="add" uuid="733d7748-a239-4ec6-b6d4-149e3320c0f0" parent-uuid="273633a2-a2cf-4109-9ed2-05185184f586" type="many-to-many-field">
  1023. <property name="from" value="famiglia_id"/>
  1024. <property name="to" value="id"/>
  1025. </element>
  1026. <element action="add" uuid="e42f3fb6-d453-4862-9827-a3903483d34f" parent-uuid="a6d8fc3b-746e-4ec3-897a-14ff6226260e" type="many-to-many-field">
  1027. <property name="from" value="user_id"/>
  1028. <property name="to" value="id"/>
  1029. </element>
  1030. </revision>
  1031. <revision uuid="34628ed1-b360-4fce-9942-0f0d76f305dd" date="2025-07-31 15:25:45.112936" exportable="true">
  1032. <element action="add" uuid="3caf0d82-f655-4719-979a-1d114d84d24f" parent-uuid="438c80f9-39c9-41c7-b666-3a3bf197d033" sibling-uuid="524323da-2c27-4a3e-9dfd-d05ce9643d39" type="field">
  1033. <property name="name" value="confermato"/>
  1034. <property name="type" value="boolean"/>
  1035. </element>
  1036. </revision>
  1037. <revision uuid="b025d836-de84-4ac4-95c3-b6200c0bc7e7" date="2025-08-01 14:47:53.942428" exportable="true">
  1038. <element action="add" uuid="c3b0f80b-5171-486c-ba13-ed4ca712d480" parent-uuid="ba41773d-1ab6-426f-b817-84ab1071a120" sibling-uuid="a26d1fd9-4c95-4974-861d-403e25de1cbe" type="field">
  1039. <property name="name" value="padre_confermato"/>
  1040. <property name="type" value="boolean"/>
  1041. </element>
  1042. <element action="add" uuid="405d24ea-f9c8-4ca7-8837-95c1b148e1bf" parent-uuid="ba41773d-1ab6-426f-b817-84ab1071a120" sibling-uuid="c3b0f80b-5171-486c-ba13-ed4ca712d480" type="field">
  1043. <property name="name" value="madre_confermata"/>
  1044. <property name="type" value="boolean"/>
  1045. </element>
  1046. <element action="reorder" uuid="9e825f15-f958-46da-adc0-78e88516f949" parent-uuid="ba41773d-1ab6-426f-b817-84ab1071a120" sibling-uuid="d787fb5c-404c-45cf-b7fa-91a3f5712dfd" previous-sibling-uuid="f6f6a614-7d2e-4ff1-b1f7-e21ecc3c1625" type="field"/>
  1047. <element action="reorder" uuid="9476f31e-8311-4390-81cb-025ea56aef9b" parent-uuid="ba41773d-1ab6-426f-b817-84ab1071a120" sibling-uuid="405d24ea-f9c8-4ca7-8837-95c1b148e1bf" previous-sibling-uuid="d787fb5c-404c-45cf-b7fa-91a3f5712dfd" type="field"/>
  1048. </revision>
  1049. </migrations>
  1050. </module>
  1051. <visual-data>
  1052. <association uuid="131161b9-40ca-4e45-8540-6aa3a4d7e10b" color="#969696"/>
  1053. <association uuid="48dfeff3-1f9b-4283-8815-86358252d764" caption1-position-x="0" caption1-position-y="0" center-position-x="0" center-position-y="0" color="#969696"/>
  1054. <association uuid="81422e57-2fdb-43b9-a40e-a6593dca7dfc" caption1-position-x="0" caption1-position-y="0" center-position-x="0" center-position-y="-9" color="#969696"/>
  1055. <association uuid="944c8b33-ff67-455b-a0d9-109ed8390c45" color="#969696"/>
  1056. <association uuid="988415b1-8955-4a68-83de-45b29e35f29f" color="#969696"/>
  1057. <association uuid="c0d62fe0-8b76-4cb2-9c38-4faaeb675bc4" color="#969696"/>
  1058. <association uuid="cd6b2d96-3f1e-4fa2-aeab-c81f23fc97cd" color="#969696"/>
  1059. <association uuid="d5c21761-bb80-420d-961b-9d874a317a8f" color="#969696"/>
  1060. <association uuid="f7a34664-bc4a-4239-9b2a-7bba37e42721" color="#969696"/>
  1061. <association uuid="fefa1ddb-b8c3-4835-b6ee-29f256e212b7" color="#969696"/>
  1062. <entity uuid="06a8e499-4bd4-4ccb-a040-29140e31ddb3" bg-color="#FFFFFF" hdr-color="#8FC7F1" position-x="441" position-y="168" size-x="0" size-x2="119" size-y="0" size-y2="73"/>
  1063. <entity uuid="207d271b-6223-497a-b095-7978c324ed2a" bg-color="#FFFFFF" hdr-color="#FFE762" position-x="626" position-y="8" size-x="0" size-x2="119" size-y="0" size-y2="129"/>
  1064. <entity uuid="210b09c7-29a6-42c3-afaa-3cb7ca98f8d3" bg-color="#FFFFFF" hdr-color="#D2D2D2" position-x="947" position-y="146" size-x="0" size-x2="119" size-y="0" size-y2="185"/>
  1065. <entity uuid="24231acc-7890-4fbb-83d1-b481384a248d" bg-color="#FFFFFF" hdr-color="#8FC7F1" position-x="0" position-y="8" size-x="0" size-x2="199" size-y="0" size-y2="647"/>
  1066. <entity uuid="438c80f9-39c9-41c7-b666-3a3bf197d033" bg-color="#FFFFFF" hdr-color="#C7C700" position-x="271" position-y="268" size-x="0" size-x2="115" size-y="0" size-y2="60"/>
  1067. <entity uuid="6eb5d4ad-76b6-4d41-8e67-2aa82b419ed5" bg-color="#FFFFFF" hdr-color="#FFE762" position-x="357" position-y="8" size-x="0" size-x2="119" size-y="0" size-y2="87"/>
  1068. <entity uuid="9e5822b7-fcb8-4416-a9a4-2cca9f952ad3" bg-color="#FFFFFF" hdr-color="#FFE762" position-x="222" position-y="8" size-x="0" size-x2="119" size-y="0" size-y2="87"/>
  1069. <entity uuid="a1f8666e-8d3e-42cb-8e2c-b8b715be46ac" bg-color="#FFFFFF" hdr-color="#FFE762" position-x="489" position-y="8" size-x="0" size-x2="121" size-y="0" size-y2="101"/>
  1070. <entity uuid="b1f2f839-49ad-4c2e-9b78-8f1686d57048" bg-color="#FFFFFF" hdr-color="#C7C700" position-x="271" position-y="166" size-x="0" size-x2="113" size-y="0" size-y2="60"/>
  1071. <entity uuid="b826e436-4dd9-40b0-af4d-477bb995aa7f" bg-color="#FFFFFF" hdr-color="#D2D2D2" position-x="944" position-y="18" size-x="0" size-x2="119" size-y="0" size-y2="73"/>
  1072. <entity uuid="ba41773d-1ab6-426f-b817-84ab1071a120" bg-color="#FFFFFF" hdr-color="#8FC7F1" position-x="452" position-y="268" size-x="0" size-x2="173" size-y="0" size-y2="171"/>
  1073. <many-to-many-association uuid="34542024-1b70-4685-b202-abe7098c94e7" color="#969696"/>
  1074. <many-to-many-association uuid="c5dce78e-196d-4fc0-a59c-149256a2ea24" color="#969696"/>
  1075. <many-to-many-association-entity uuid="273633a2-a2cf-4109-9ed2-05185184f586" caption1-position-x="0" caption1-position-y="0" center-position-x="0" center-position-y="0"/>
  1076. <module uuid="4a144685-1847-4f34-bc1e-885f2cee378d" bg-color="#FEFCE8" position-x="-8" position-y="7" size-x="11" size-x2="1245" size-y="22" size-y2="862"/>
  1077. <project uuid="a0eb4b7d-5b92-4ec1-a7db-303d9ba64121" size-x="32" size-x2="1395" size-y="32" size-y2="887"/>
  1078. </visual-data>
  1079. </skipper>