| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079 |
- <?xml version="1.0"?>
- <skipper version="3.2.25.1702" mvc="Laravel" orm="Laravel" name="SegrestaEventi" uuid="a0eb4b7d-5b92-4ec1-a7db-303d9ba64121">
- <orm-attributes>
- <attribute name="migrations-path">database/migrations</attribute>
- </orm-attributes>
- <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">
- <entity name="\App\Models\Provincia" local-name="Provincia" namespace="\App\Models" uuid="9e5822b7-fcb8-4416-a9a4-2cca9f952ad3">
- <field name="id" type="bigInteger" required="true" unique="true" primary="true" unsigned="true" auto-increment="true" uuid="f324ec69-c5e4-436e-bd9f-61778b2631a9"/>
- <field name="nazione_id" type="bigInteger" unsigned="true" uuid="1c442e7f-c46b-4e06-9bf7-7829bdc6fa4c"/>
- <field name="nome" type="string" uuid="aaad8fa2-25f4-48cd-9872-097287b4a4e7"/>
- <field name="sigla" type="string" uuid="ab9fa3de-a7d2-4ee8-9629-96bfb37c9500"/>
- <field name="created_at" type="timestamp" uuid="2064b81f-e00c-46da-84a1-93bfcea87747"/>
- <field name="updated_at" type="timestamp" uuid="b07106cb-61b0-46a1-a91f-3cae41b066f8"/>
- <orm-attributes>
- <attribute name="table">provincia</attribute>
- <attribute name="fillableAll">as-fillable-all</attribute>
- </orm-attributes>
- </entity>
- <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">
- <association-field from="nazione_id" to="id" uuid="792362ea-0937-4c73-ae16-f461cebbae2f"/>
- <orm-attributes>
- <attribute name="onDelete">set null</attribute>
- </orm-attributes>
- </association>
- <entity name="\App\Models\Nazione" local-name="Nazione" namespace="\App\Models" uuid="6eb5d4ad-76b6-4d41-8e67-2aa82b419ed5">
- <field name="id" type="bigInteger" required="true" unique="true" primary="true" unsigned="true" auto-increment="true" uuid="e0f02fb0-34fc-449a-8ba4-4bef71578a2f"/>
- <field name="nome" type="string" uuid="bb38d26e-3d3e-4f34-ab4e-b565b44e4ac6"/>
- <field name="sigla" type="string" uuid="9eb81d7a-6231-454b-b4b6-cd0dcaceb9fc"/>
- <field name="created_at" type="timestamp" uuid="cb4ba506-338c-4287-86ca-db72c2bd1b43"/>
- <field name="updated_at" type="timestamp" uuid="aa021f4f-c459-40e5-90b5-3351242b7cfc"/>
- <orm-attributes>
- <attribute name="fillableAll">as-fillable-all</attribute>
- <attribute name="table">nazione</attribute>
- </orm-attributes>
- </entity>
- <entity name="\App\Models\Comune" local-name="Comune" namespace="\App\Models" uuid="a1f8666e-8d3e-42cb-8e2c-b8b715be46ac">
- <field name="id" type="bigInteger" required="true" unique="true" primary="true" unsigned="true" auto-increment="true" uuid="0c7aaeaf-38fd-4fdd-a79f-2b8a1ce98702"/>
- <field name="provincia_id" type="bigInteger" unsigned="true" uuid="79c9b6ad-7bed-4096-a609-415f0449a917"/>
- <field name="nazione_id" type="bigInteger" unsigned="true" uuid="5157faf0-7bcd-479e-b615-14efcfb5fa4b"/>
- <field name="nome" type="string" uuid="cd12ed9a-a0b1-4f95-97a4-d7ea4e308bad"/>
- <field name="codice_catastale" type="string" uuid="2384d9d7-2e92-4cb4-b0f5-880b2aebbd8a"/>
- <field name="created_at" type="timestamp" uuid="84bbe444-8fac-41cf-b29e-d93664e47605"/>
- <field name="updated_at" type="timestamp" uuid="f5643cdc-4d62-4418-a19b-70ef764d557e"/>
- <orm-attributes>
- <attribute name="table">comune</attribute>
- <attribute name="fillableAll">as-fillable-all</attribute>
- </orm-attributes>
- </entity>
- <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">
- <association-field from="provincia_id" to="id" uuid="13dd08be-1a4a-4c20-b2e3-39278b795b72"/>
- </association>
- <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">
- <association-field from="nazione_id" to="id" uuid="c39fd83d-d417-4bbf-9dee-1f712b065c82"/>
- <orm-attributes>
- <attribute name="onDelete">set null</attribute>
- </orm-attributes>
- </association>
- <entity name="\App\Models\Config" local-name="Config" namespace="\App\Models" uuid="207d271b-6223-497a-b095-7978c324ed2a">
- <field name="key" type="string" required="true" unique="true" primary="true" uuid="dd755113-8743-407f-94ed-2e6a9ab7fabd"/>
- <field name="group" type="string" uuid="a31312c2-4b6b-4b8a-aa1e-dc817d3db1e8"/>
- <field name="display_name" type="string" uuid="f4cffdb8-f633-4ff4-846f-1edfe9277f1e"/>
- <field name="value" type="longText" uuid="9b225758-5b51-4715-9b96-d8972d25b692"/>
- <field name="order" type="integer" uuid="5a671493-04df-45f8-a759-88a4d476df7b"/>
- <field name="type" type="string" uuid="545dfb93-1411-4257-bace-881663d82203"/>
- <field name="created_at" type="timestamp" uuid="39e8fd5c-3204-4eb7-aaf7-e48bce58bc68"/>
- <field name="updated_at" type="timestamp" uuid="9b841882-ce5c-499c-a2e6-952142c35c0b"/>
- <orm-attributes>
- <attribute name="table">config</attribute>
- <attribute name="fillableAll">as-fillable-all</attribute>
- </orm-attributes>
- </entity>
- <entity name="\App\Models\User" local-name="User" namespace="\App\Models" uuid="24231acc-7890-4fbb-83d1-b481384a248d">
- <field name="id" type="bigInteger" required="true" unique="true" primary="true" unsigned="true" auto-increment="true" uuid="050422ad-256c-48ad-a665-545eaf93ee8d"/>
- <field name="scuola_id" type="bigInteger" unsigned="true" uuid="238c9f8f-1a61-49df-b94b-64d49c628184"/>
- <field name="nome" type="string" uuid="3b9459c0-8f7f-4280-87a6-23300c935074"/>
- <field name="cognome" type="string" uuid="30f10b5d-576d-4d12-b257-bb6785073dd8"/>
- <field name="email" type="string" uuid="edbe3f3e-2bd2-48be-9c43-e6f496bec3d5"/>
- <field name="telefono" type="string" uuid="8a527c08-3d89-4f16-a1e1-3ac58877302e"/>
- <field name="password" type="string" uuid="2e076c66-4cd3-47a5-95d9-228d8818295d"/>
- <field name="email_verified_at" type="timestamp" uuid="d2e223fc-5805-43ab-a01c-4008b786bafc"/>
- <field name="fcmToken" type="string" uuid="fa1687d9-65fb-4f4e-84b7-8a1b55472315"/>
- <field name="facebook_id" type="string" uuid="5024060b-3ef1-41bc-90f5-5035329bd229"/>
- <field name="google_id" type="string" uuid="c159bc90-0cf1-4c22-be7b-ff7916cebfa3"/>
- <field name="telegram_user_id" type="string" uuid="c0229c05-a116-48be-8e06-f0bcefb50a3f"/>
- <field name="api_token" type="string" uuid="926fa2c1-fc93-4a9e-9ebe-d199efb195c8"/>
- <field name="remember_token" type="string" uuid="c5a8b39b-a9ff-42b7-90be-dc4c46f181c0"/>
- <field name="data_nascita" type="date" uuid="a155232a-78fb-455c-8a24-362e927c690e">
- <orm-attributes>
- <attribute name="cast">datetime</attribute>
- <attribute name="castFormat">d/m/Y</attribute>
- </orm-attributes>
- </field>
- <field name="nazione_nascita_id" type="bigInteger" unsigned="true" uuid="012c5a52-2f0a-4a21-a980-839b2453d685"/>
- <field name="comune_nascita_id" type="bigInteger" unsigned="true" uuid="95041f44-6c31-4ee3-a231-60ef78fe03aa"/>
- <field name="sesso" type="string" uuid="99f2c8de-965b-4ba7-9298-c85e2fe038bf"/>
- <field name="cod_fiscale" type="string" uuid="133e3680-0a22-4117-a6f9-9142df53740f"/>
- <field name="patologie" type="text" uuid="bf1cd588-c7f4-49a0-848e-f38ad8d8b84b"/>
- <field name="allergie" type="text" uuid="66aa2f78-be4b-4529-bf2b-2ff10f629e41"/>
- <field name="note" type="text" uuid="b26c03ea-a0a8-4145-8c3b-7987ad79fe97"/>
- <field name="note_alimentari" type="text" uuid="01e8ae73-6ba0-49da-99c6-78c24cc4af6c"/>
- <field name="path_foto" type="string" uuid="15168008-c62b-4d4a-9603-135ca39d902b"/>
- <field name="indirizzo" type="string" uuid="d7c2449c-5f47-431b-b07a-25b8add46b06"/>
- <field name="cap" type="integer" uuid="41495d22-aa73-4caf-8c44-d3498929e9d9"/>
- <field name="comune_residenza_id" type="bigInteger" unsigned="true" uuid="f9f2a0cb-6afa-4532-ade8-ac4fe26f7b9a"/>
- <field name="braccialetto_rfid" type="string" uuid="459e6271-ef29-4dfe-8ae1-282a673514a5"/>
- <field name="parrocchia_id" type="bigInteger" unsigned="true" uuid="dab4001d-2bce-4044-b06b-dd7b333bf88e"/>
- <field name="credito" type="decimal" size="5" uuid="bf212932-d270-4316-9556-390793463f7e">
- <orm-attributes>
- <attribute name="decimal">2</attribute>
- </orm-attributes>
- </field>
- <field name="limite_giornaliero_bar" type="decimal" uuid="84010d68-ae6a-46f2-9872-e34144cc5301">
- <orm-attributes>
- <attribute name="decimal">2</attribute>
- </orm-attributes>
- </field>
- <field name="abilita_invio_messaggi" type="boolean" default="1" uuid="8705a30f-60fb-4448-a02a-8bfa2d759aee"/>
- <field name="remote_id" type="integer" uuid="a4c47776-90f0-4caa-bec1-25a995d62727"/>
- <field name="disabilita_certificata" type="boolean" default="0" uuid="0832d65d-e348-4e8b-bd2d-f8e70aa8a8e9"/>
- <field name="disabilita_servizio_neuro_infantile" type="boolean" default="0" uuid="b538cb84-088f-4a3f-ac5f-99a09340d0ea"/>
- <field name="disabilita_altro_servizio" type="string" uuid="2ab627d6-2595-4537-9ebc-05239b74e12e"/>
- <field name="disabilita_diagnosi" type="string" uuid="09c9fc61-c3f3-4335-aea2-8f869ce5cbaf"/>
- <field name="disabilita_scuola" type="string" uuid="3dda929d-b168-4263-b40f-8e230c9cda25"/>
- <field name="disabilita_servizio_ass_scolastica" type="boolean" default="0" uuid="3dd1c515-b065-4af2-a5b0-637f51a2dfaa"/>
- <field name="disabilita_ore_settimanali" type="integer" uuid="b1984fbd-966e-464b-9d31-266e71498dc0"/>
- <field name="disabilita_insegnante_sostegno" type="boolean" default="0" uuid="3dbfde16-ba42-443c-b4a6-84e040d10535"/>
- <field name="disabilita_note" type="text" uuid="64bbc925-2626-4674-95ba-bfbbef02e827"/>
- <field name="comune_disabilita_id" type="bigInteger" unsigned="true" uuid="250b18c9-12e3-4c3f-b942-7e08de6a03e8"/>
- <field name="two_factor_secret" type="text" uuid="eabd6dac-72a0-45d8-aecd-410a7c21ef71"/>
- <field name="two_factor_recovery_codes" type="text" uuid="90ec8f07-892d-483a-a012-9ef0a62d3275"/>
- <field name="two_factor_confirmed_at" type="timestamp" uuid="145c85b3-4041-4122-94d5-5239a47a12ce"/>
- <field name="created_at" type="timestamp" uuid="2436cfc1-18fc-4612-898d-01f0db248791"/>
- <field name="updated_at" type="timestamp" uuid="a79127a0-5abf-4e38-bc1a-9e7efce8591d"/>
- <orm-attributes>
- <attribute name="table">users</attribute>
- <attribute name="fillableAll">as-fillable-all</attribute>
- <attribute name="extends">\Illuminate\Foundation\Auth\User </attribute>
- </orm-attributes>
- </entity>
- <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">
- <association-field from="comune_nascita_id" to="id" uuid="1f2e7795-64e2-42ce-9f30-207cdeaa0727"/>
- <orm-attributes>
- <attribute name="onDelete">set null</attribute>
- </orm-attributes>
- </association>
- <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">
- <association-field from="nazione_nascita_id" to="id" uuid="b59ddf19-c940-4934-abf8-8f9a1bdbbd19"/>
- <orm-attributes>
- <attribute name="onDelete">set null</attribute>
- </orm-attributes>
- </association>
- <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">
- <association-field from="comune_residenza_id" to="id" uuid="f522b250-3536-45f3-b323-30f390fc38e6"/>
- <orm-attributes>
- <attribute name="onDelete">set null</attribute>
- </orm-attributes>
- </association>
- <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">
- <association-field from="comune_disabilita_id" to="id" uuid="8416745b-32df-4187-b881-74da93039ad7"/>
- <orm-attributes>
- <attribute name="onDelete">set null</attribute>
- </orm-attributes>
- </association>
- <entity name="\App\Models\Ente" local-name="Ente" namespace="\App\Models" uuid="b826e436-4dd9-40b0-af4d-477bb995aa7f">
- <field name="id" type="bigInteger" required="true" unique="true" primary="true" unsigned="true" auto-increment="true" uuid="6d927904-c1d2-4168-8b4e-35e18820a655"/>
- <field name="label" type="string" uuid="b54d6e74-786e-4662-9f5d-036fe44c57e2"/>
- <field name="created_at" type="timestamp" uuid="142b2de5-04a1-492e-94c9-ec557ba243e5"/>
- <field name="updated_at" type="timestamp" uuid="dd12c52e-e400-45d8-82e6-3c7e3ba6844f"/>
- <orm-attributes>
- <attribute name="fillableAll">as-fillable-all</attribute>
- <attribute name="table">ente</attribute>
- </orm-attributes>
- </entity>
- <entity name="\App\Models\Piattaforma" local-name="Piattaforma" namespace="\App\Models" uuid="210b09c7-29a6-42c3-afaa-3cb7ca98f8d3">
- <field name="id" type="bigInteger" required="true" unique="true" primary="true" unsigned="true" auto-increment="true" uuid="ec18225c-1bcf-44ea-ab54-d1c034e64522"/>
- <field name="ente_id" type="bigInteger" unsigned="true" uuid="fcef68ac-2eeb-443a-acdf-ae6d8280a7e4"/>
- <field name="nome" type="string" uuid="8382663a-599f-431b-8aeb-0f30b74017da"/>
- <field name="url" type="string" uuid="c90f5a46-e759-4214-874d-0e05d8286fc3"/>
- <field name="path_logo" type="string" uuid="c31763d9-7b82-41da-9197-d1c26f2373a5"/>
- <field name="ispconfig_user" type="string" uuid="d1c70710-6e97-492a-9906-2d2176284721"/>
- <field name="ispconfig_group" type="string" uuid="1c9350fb-abfd-4505-95d4-2b9afbd68160"/>
- <field name="is_attivo" type="boolean" default="1" uuid="dfb15497-6c40-4987-8d10-79e3606b9728"/>
- <field name="admins" type="text" uuid="448aacb5-9a6e-4fe8-96f8-1f21a0059249"/>
- <field name="is_ufficio" type="boolean" default="0" uuid="f48b1504-947c-4665-be5d-3220f0464099"/>
- <field name="created_at" type="timestamp" uuid="573dbd31-99d8-4743-a201-9813cea11e1f"/>
- <field name="updated_at" type="timestamp" uuid="6fd846b2-8bb7-44f8-8a54-265cf2fc7d46"/>
- <orm-attributes>
- <attribute name="fillableAll">as-fillable-all</attribute>
- <attribute name="table">piattaforma</attribute>
- </orm-attributes>
- </entity>
- <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">
- <association-field from="ente_id" to="id" uuid="7353a85f-c823-4fe6-87fd-8297d00a1cf5"/>
- <orm-attributes>
- <attribute name="onDelete">set null</attribute>
- </orm-attributes>
- </association>
- <entity name="\App\Models\Allergia" local-name="Allergia" namespace="\App\Models" uuid="06a8e499-4bd4-4ccb-a040-29140e31ddb3">
- <field name="id" type="bigInteger" required="true" unique="true" primary="true" unsigned="true" auto-increment="true" uuid="8865914c-a5a5-4dd4-9f38-c0ecb60401ba"/>
- <field name="label" type="string" uuid="1c300c42-bdda-4575-86fa-ffe59f4d66bb"/>
- <field name="created_at" type="timestamp" uuid="35f71080-72c2-4ced-8150-9455f8adacb5"/>
- <field name="updated_at" type="timestamp" uuid="86c9991a-9a58-4c05-92cd-a6ee79c27b8c"/>
- <orm-attributes>
- <attribute name="fillableAll">as-fillable-all</attribute>
- <attribute name="table">allergia</attribute>
- </orm-attributes>
- </entity>
- <entity name="\App\Models\UserHasAllergia" local-name="UserHasAllergia" namespace="\App\Models" uuid="b1f2f839-49ad-4c2e-9b78-8f1686d57048">
- <field name="allergia_id" type="bigInteger" required="true" primary="true" unsigned="true" uuid="998c74e7-731d-4686-acb6-a40946eabb50"/>
- <field name="user_id" type="bigInteger" required="true" primary="true" unsigned="true" uuid="e3d60bce-f0c4-4aa5-a171-8c4a4e4cc8eb"/>
- </entity>
- <many-to-many mn-entity="\App\Models\UserHasAllergia" caption="User to Allergia" uuid="34542024-1b70-4685-b202-abe7098c94e7">
- <many-to-many-entity name="\App\Models\Allergia" owning-side="true" alias="elencoAllergie" uuid="9b50968a-e8c4-4ce7-920d-bffd5492fd00">
- <many-to-many-field from="allergia_id" to="id" uuid="432494f2-5896-4ab0-9499-37b157027400"/>
- </many-to-many-entity>
- <many-to-many-entity name="\App\Models\User" owning-side="false" alias="users" uuid="dd75743b-df3a-4e91-b84a-374f42223c25">
- <many-to-many-field from="user_id" to="id" uuid="683e4413-840f-4bfe-a35d-570c31d8a4c1"/>
- </many-to-many-entity>
- </many-to-many>
- <entity name="\App\Models\Famiglia" local-name="Famiglia" namespace="\App\Models" uuid="ba41773d-1ab6-426f-b817-84ab1071a120">
- <field name="id" type="bigInteger" required="true" unique="true" primary="true" unsigned="true" auto-increment="true" uuid="d787fb5c-404c-45cf-b7fa-91a3f5712dfd"/>
- <field name="padre_id" type="bigInteger" unsigned="true" uuid="9e825f15-f958-46da-adc0-78e88516f949"/>
- <field name="madre_id" type="bigInteger" unsigned="true" uuid="a26d1fd9-4c95-4974-861d-403e25de1cbe"/>
- <field name="padre_confermato" type="boolean" uuid="c3b0f80b-5171-486c-ba13-ed4ca712d480"/>
- <field name="madre_confermata" type="boolean" uuid="405d24ea-f9c8-4ca7-8837-95c1b148e1bf"/>
- <field name="padre_token_confirma" type="string" uuid="db9bdb2a-ae23-4165-95bd-312737e962d1"/>
- <field name="madre_token_confirma" type="string" uuid="d60f92ea-1703-4f8d-a574-eb3be54e4299"/>
- <field name="padre_token_expires_at" type="timestamp" uuid="17ed6e07-0118-4416-a4ad-0335ba9e9d8f"/>
- <field name="madre_token_expires_at" type="timestamp" uuid="8d53f2ab-474d-4e2b-a55e-72b43068923a"/>
- <field name="created_at" type="timestamp" uuid="9476f31e-8311-4390-81cb-025ea56aef9b"/>
- <field name="updated_at" type="timestamp" uuid="f6f6a614-7d2e-4ff1-b1f7-e21ecc3c1625"/>
- <orm-attributes>
- <attribute name="fillableAll">as-fillable-all</attribute>
- <attribute name="table">famiglia</attribute>
- </orm-attributes>
- </entity>
- <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">
- <association-field from="padre_id" to="id" uuid="e3f13efa-a8f6-4965-a839-a2426716e4b4"/>
- <orm-attributes>
- <attribute name="onDelete">set null</attribute>
- </orm-attributes>
- </association>
- <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">
- <association-field from="madre_id" to="id" uuid="8e6d57b5-be6c-42c8-aba7-7b02332efc00"/>
- <orm-attributes>
- <attribute name="onDelete">set null</attribute>
- </orm-attributes>
- </association>
- <entity name="\App\Models\UserHasFamiglia" local-name="UserHasFamiglia" namespace="\App\Models" uuid="438c80f9-39c9-41c7-b666-3a3bf197d033">
- <field name="famiglia_id" type="bigInteger" required="true" primary="true" unsigned="true" uuid="b02d81b7-159c-4538-94bd-9ea70e0002e9"/>
- <field name="user_id" type="bigInteger" required="true" primary="true" unsigned="true" uuid="524323da-2c27-4a3e-9dfd-d05ce9643d39"/>
- <field name="confermato" type="boolean" uuid="3caf0d82-f655-4719-979a-1d114d84d24f"/>
- <field name="token_confirma" type="string" uuid="f37c59e5-9190-4769-a93e-01811e7992fc"/>
- <field name="token_expires_at" type="timestamp" uuid="4cd57689-e3f3-4a66-bf28-f70d170bdf66"/>
- </entity>
- <many-to-many mn-entity="\App\Models\UserHasFamiglia" caption="User to Famiglia" uuid="c5dce78e-196d-4fc0-a59c-149256a2ea24">
- <many-to-many-entity name="\App\Models\Famiglia" owning-side="true" alias="famiglieFigli" uuid="273633a2-a2cf-4109-9ed2-05185184f586">
- <many-to-many-field from="famiglia_id" to="id" uuid="733d7748-a239-4ec6-b6d4-149e3320c0f0"/>
- </many-to-many-entity>
- <many-to-many-entity name="\App\Models\User" owning-side="false" alias="figli" uuid="a6d8fc3b-746e-4ec3-897a-14ff6226260e">
- <many-to-many-field from="user_id" to="id" uuid="e42f3fb6-d453-4862-9827-a3903483d34f"/>
- </many-to-many-entity>
- </many-to-many>
- <migrations version="1.0">
- <revision uuid="4fe73d21-29ad-43d8-a883-c4d9a082c3e8" date="2025-07-23 11:09:16.264286" exportable="true">
- <element action="add" uuid="4a144685-1847-4f34-bc1e-885f2cee378d" type="module">
- <property name="export-format" value="Laravel"/>
- <property name="export-path" value="eventi"/>
- <property name="local-name" value="Application module"/>
- <property name="local-namespace" value="App\Models"/>
- <property name="name" value="\Application module"/>
- <property name="namespace" value="\App\Models"/>
- </element>
- <element action="add" uuid="9e5822b7-fcb8-4416-a9a4-2cca9f952ad3" parent-uuid="4a144685-1847-4f34-bc1e-885f2cee378d" type="entity">
- <property name="fillableAll" value="as-fillable-all"/>
- <property name="local-name" value="Provincia"/>
- <property name="name" value="\App\Models\Provincia"/>
- <property name="namespace" value="\App\Models"/>
- <property name="table" value="provincia"/>
- </element>
- <element action="add" uuid="6eb5d4ad-76b6-4d41-8e67-2aa82b419ed5" parent-uuid="4a144685-1847-4f34-bc1e-885f2cee378d" type="entity">
- <property name="fillableAll" value="as-fillable-all"/>
- <property name="local-name" value="Nazione"/>
- <property name="name" value="\App\Models\Nazione"/>
- <property name="namespace" value="\App\Models"/>
- <property name="table" value="nazione"/>
- </element>
- <element action="add" uuid="a1f8666e-8d3e-42cb-8e2c-b8b715be46ac" parent-uuid="4a144685-1847-4f34-bc1e-885f2cee378d" type="entity">
- <property name="fillableAll" value="as-fillable-all"/>
- <property name="local-name" value="Comune"/>
- <property name="name" value="\App\Models\Comune"/>
- <property name="namespace" value="\App\Models"/>
- <property name="table" value="comune"/>
- </element>
- <element action="add" uuid="207d271b-6223-497a-b095-7978c324ed2a" parent-uuid="4a144685-1847-4f34-bc1e-885f2cee378d" type="entity">
- <property name="fillableAll" value="as-fillable-all"/>
- <property name="local-name" value="Config"/>
- <property name="name" value="\App\Models\Config"/>
- <property name="namespace" value="\App\Models"/>
- <property name="table" value="config"/>
- </element>
- <element action="add" uuid="24231acc-7890-4fbb-83d1-b481384a248d" parent-uuid="4a144685-1847-4f34-bc1e-885f2cee378d" type="entity">
- <property name="extends" value="\Illuminate\Foundation\Auth\User "/>
- <property name="fillableAll" value="as-fillable-all"/>
- <property name="local-name" value="User"/>
- <property name="name" value="\App\Models\User"/>
- <property name="namespace" value="\App\Models"/>
- <property name="table" value="users"/>
- </element>
- <element action="add" uuid="b826e436-4dd9-40b0-af4d-477bb995aa7f" parent-uuid="4a144685-1847-4f34-bc1e-885f2cee378d" type="entity">
- <property name="fillableAll" value="as-fillable-all"/>
- <property name="local-name" value="Ente"/>
- <property name="name" value="\App\Models\Ente"/>
- <property name="namespace" value="\App\Models"/>
- <property name="table" value="ente"/>
- </element>
- <element action="add" uuid="210b09c7-29a6-42c3-afaa-3cb7ca98f8d3" parent-uuid="4a144685-1847-4f34-bc1e-885f2cee378d" type="entity">
- <property name="fillableAll" value="as-fillable-all"/>
- <property name="local-name" value="Piattaforma"/>
- <property name="name" value="\App\Models\Piattaforma"/>
- <property name="namespace" value="\App\Models"/>
- <property name="table" value="piattaforma"/>
- </element>
- <element action="add" uuid="f324ec69-c5e4-436e-bd9f-61778b2631a9" parent-uuid="9e5822b7-fcb8-4416-a9a4-2cca9f952ad3" type="field">
- <property name="auto-increment" value="true"/>
- <property name="name" value="id"/>
- <property name="primary" value="true"/>
- <property name="required" value="true"/>
- <property name="type" value="bigInteger"/>
- <property name="unique" value="true"/>
- <property name="unsigned" value="true"/>
- </element>
- <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">
- <property name="name" value="nome"/>
- <property name="type" value="string"/>
- </element>
- <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">
- <property name="name" value="sigla"/>
- <property name="type" value="string"/>
- </element>
- <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">
- <property name="name" value="created_at"/>
- <property name="type" value="timestamp"/>
- </element>
- <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">
- <property name="name" value="updated_at"/>
- <property name="type" value="timestamp"/>
- </element>
- <element action="add" uuid="e0f02fb0-34fc-449a-8ba4-4bef71578a2f" parent-uuid="6eb5d4ad-76b6-4d41-8e67-2aa82b419ed5" type="field">
- <property name="auto-increment" value="true"/>
- <property name="name" value="id"/>
- <property name="primary" value="true"/>
- <property name="required" value="true"/>
- <property name="type" value="bigInteger"/>
- <property name="unique" value="true"/>
- <property name="unsigned" value="true"/>
- </element>
- <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">
- <property name="name" value="nome"/>
- <property name="type" value="string"/>
- </element>
- <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">
- <property name="name" value="sigla"/>
- <property name="type" value="string"/>
- </element>
- <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">
- <property name="name" value="created_at"/>
- <property name="type" value="timestamp"/>
- </element>
- <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">
- <property name="name" value="updated_at"/>
- <property name="type" value="timestamp"/>
- </element>
- <element action="add" uuid="0c7aaeaf-38fd-4fdd-a79f-2b8a1ce98702" parent-uuid="a1f8666e-8d3e-42cb-8e2c-b8b715be46ac" type="field">
- <property name="auto-increment" value="true"/>
- <property name="name" value="id"/>
- <property name="primary" value="true"/>
- <property name="required" value="true"/>
- <property name="type" value="bigInteger"/>
- <property name="unique" value="true"/>
- <property name="unsigned" value="true"/>
- </element>
- <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">
- <property name="name" value="provincia_id"/>
- <property name="type" value="bigInteger"/>
- <property name="unsigned" value="true"/>
- </element>
- <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">
- <property name="name" value="nome"/>
- <property name="type" value="string"/>
- </element>
- <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">
- <property name="name" value="codice_catastale"/>
- <property name="type" value="string"/>
- </element>
- <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">
- <property name="name" value="created_at"/>
- <property name="type" value="timestamp"/>
- </element>
- <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">
- <property name="name" value="updated_at"/>
- <property name="type" value="timestamp"/>
- </element>
- <element action="add" uuid="dd755113-8743-407f-94ed-2e6a9ab7fabd" parent-uuid="207d271b-6223-497a-b095-7978c324ed2a" type="field">
- <property name="name" value="key"/>
- <property name="primary" value="true"/>
- <property name="required" value="true"/>
- <property name="type" value="string"/>
- <property name="unique" value="true"/>
- </element>
- <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">
- <property name="name" value="group"/>
- <property name="type" value="string"/>
- </element>
- <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">
- <property name="name" value="display_name"/>
- <property name="type" value="string"/>
- </element>
- <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">
- <property name="name" value="value"/>
- <property name="type" value="longText"/>
- </element>
- <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">
- <property name="name" value="order"/>
- <property name="type" value="integer"/>
- </element>
- <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">
- <property name="name" value="type"/>
- <property name="type" value="string"/>
- </element>
- <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">
- <property name="name" value="created_at"/>
- <property name="type" value="timestamp"/>
- </element>
- <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">
- <property name="name" value="updated_at"/>
- <property name="type" value="timestamp"/>
- </element>
- <element action="add" uuid="050422ad-256c-48ad-a665-545eaf93ee8d" parent-uuid="24231acc-7890-4fbb-83d1-b481384a248d" type="field">
- <property name="auto-increment" value="true"/>
- <property name="name" value="id"/>
- <property name="primary" value="true"/>
- <property name="required" value="true"/>
- <property name="type" value="bigInteger"/>
- <property name="unique" value="true"/>
- <property name="unsigned" value="true"/>
- </element>
- <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">
- <property name="name" value="scuola_id"/>
- <property name="type" value="bigInteger"/>
- <property name="unsigned" value="true"/>
- </element>
- <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">
- <property name="name" value="nome"/>
- <property name="type" value="string"/>
- </element>
- <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">
- <property name="name" value="cognome"/>
- <property name="type" value="string"/>
- </element>
- <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">
- <property name="name" value="email"/>
- <property name="type" value="string"/>
- </element>
- <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">
- <property name="name" value="telefono"/>
- <property name="type" value="string"/>
- </element>
- <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">
- <property name="name" value="password"/>
- <property name="type" value="string"/>
- </element>
- <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">
- <property name="name" value="email_verified_at"/>
- <property name="type" value="timestamp"/>
- </element>
- <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">
- <property name="name" value="fcmToken"/>
- <property name="type" value="string"/>
- </element>
- <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">
- <property name="name" value="facebook_id"/>
- <property name="type" value="string"/>
- </element>
- <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">
- <property name="name" value="google_id"/>
- <property name="type" value="string"/>
- </element>
- <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">
- <property name="name" value="telegram_user_id"/>
- <property name="type" value="string"/>
- </element>
- <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">
- <property name="name" value="api_token"/>
- <property name="type" value="string"/>
- </element>
- <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">
- <property name="name" value="remember_token"/>
- <property name="type" value="string"/>
- </element>
- <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">
- <property name="cast" value="datetime"/>
- <property name="castFormat" value="d/m/Y"/>
- <property name="name" value="data_nascita"/>
- <property name="type" value="date"/>
- </element>
- <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">
- <property name="name" value="nazione_nascita_id"/>
- <property name="type" value="bigInteger"/>
- <property name="unsigned" value="true"/>
- </element>
- <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">
- <property name="name" value="comune_nascita_id"/>
- <property name="type" value="bigInteger"/>
- <property name="unsigned" value="true"/>
- </element>
- <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">
- <property name="name" value="sesso"/>
- <property name="type" value="string"/>
- </element>
- <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">
- <property name="name" value="cod_fiscale"/>
- <property name="type" value="string"/>
- </element>
- <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">
- <property name="name" value="patologie"/>
- <property name="type" value="text"/>
- </element>
- <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">
- <property name="name" value="allergie"/>
- <property name="type" value="text"/>
- </element>
- <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">
- <property name="name" value="note"/>
- <property name="type" value="text"/>
- </element>
- <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">
- <property name="name" value="note_alimentari"/>
- <property name="type" value="text"/>
- </element>
- <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">
- <property name="name" value="path_foto"/>
- <property name="type" value="string"/>
- </element>
- <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">
- <property name="name" value="indirizzo"/>
- <property name="type" value="string"/>
- </element>
- <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">
- <property name="name" value="cap"/>
- <property name="type" value="integer"/>
- </element>
- <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">
- <property name="name" value="comune_residenza_id"/>
- <property name="type" value="bigInteger"/>
- <property name="unsigned" value="true"/>
- </element>
- <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">
- <property name="name" value="braccialetto_rfid"/>
- <property name="type" value="string"/>
- </element>
- <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">
- <property name="name" value="parrocchia_id"/>
- <property name="type" value="bigInteger"/>
- <property name="unsigned" value="true"/>
- </element>
- <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">
- <property name="decimal" value="2"/>
- <property name="name" value="credito"/>
- <property name="size" value="5"/>
- <property name="type" value="decimal"/>
- </element>
- <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">
- <property name="decimal" value="2"/>
- <property name="name" value="limite_giornaliero_bar"/>
- <property name="type" value="decimal"/>
- </element>
- <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">
- <property name="default" value="1"/>
- <property name="name" value="abilita_invio_messaggi"/>
- <property name="type" value="boolean"/>
- </element>
- <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">
- <property name="name" value="remote_id"/>
- <property name="type" value="integer"/>
- </element>
- <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">
- <property name="default" value="0"/>
- <property name="name" value="disabilita_certificata"/>
- <property name="type" value="boolean"/>
- </element>
- <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">
- <property name="default" value="0"/>
- <property name="name" value="disabilita_servizio_neuro_infantile"/>
- <property name="type" value="boolean"/>
- </element>
- <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">
- <property name="name" value="disabilita_altro_servizio"/>
- <property name="type" value="string"/>
- </element>
- <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">
- <property name="name" value="disabilita_diagnosi"/>
- <property name="type" value="string"/>
- </element>
- <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">
- <property name="name" value="disabilita_scuola"/>
- <property name="type" value="string"/>
- </element>
- <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">
- <property name="default" value="0"/>
- <property name="name" value="disabilita_servizio_ass_scolastica"/>
- <property name="type" value="boolean"/>
- </element>
- <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">
- <property name="name" value="disabilita_ore_settimanali"/>
- <property name="type" value="integer"/>
- </element>
- <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">
- <property name="default" value="0"/>
- <property name="name" value="disabilita_insegnante_sostegno"/>
- <property name="type" value="boolean"/>
- </element>
- <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">
- <property name="name" value="disabilita_note"/>
- <property name="type" value="text"/>
- </element>
- <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">
- <property name="name" value="comune_disabilita_id"/>
- <property name="type" value="bigInteger"/>
- <property name="unsigned" value="true"/>
- </element>
- <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">
- <property name="name" value="two_factor_secret"/>
- <property name="type" value="text"/>
- </element>
- <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">
- <property name="name" value="two_factor_recovery_codes"/>
- <property name="type" value="text"/>
- </element>
- <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">
- <property name="name" value="two_factor_confirmed_at"/>
- <property name="type" value="timestamp"/>
- </element>
- <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">
- <property name="name" value="created_at"/>
- <property name="type" value="timestamp"/>
- </element>
- <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">
- <property name="name" value="updated_at"/>
- <property name="type" value="timestamp"/>
- </element>
- <element action="add" uuid="6d927904-c1d2-4168-8b4e-35e18820a655" parent-uuid="b826e436-4dd9-40b0-af4d-477bb995aa7f" type="field">
- <property name="auto-increment" value="true"/>
- <property name="name" value="id"/>
- <property name="primary" value="true"/>
- <property name="required" value="true"/>
- <property name="type" value="bigInteger"/>
- <property name="unique" value="true"/>
- <property name="unsigned" value="true"/>
- </element>
- <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">
- <property name="name" value="label"/>
- <property name="type" value="string"/>
- </element>
- <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">
- <property name="name" value="created_at"/>
- <property name="type" value="timestamp"/>
- </element>
- <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">
- <property name="name" value="updated_at"/>
- <property name="type" value="timestamp"/>
- </element>
- <element action="add" uuid="ec18225c-1bcf-44ea-ab54-d1c034e64522" parent-uuid="210b09c7-29a6-42c3-afaa-3cb7ca98f8d3" type="field">
- <property name="auto-increment" value="true"/>
- <property name="name" value="id"/>
- <property name="primary" value="true"/>
- <property name="required" value="true"/>
- <property name="type" value="bigInteger"/>
- <property name="unique" value="true"/>
- <property name="unsigned" value="true"/>
- </element>
- <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">
- <property name="name" value="ente_id"/>
- <property name="type" value="bigInteger"/>
- <property name="unsigned" value="true"/>
- </element>
- <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">
- <property name="name" value="nome"/>
- <property name="type" value="string"/>
- </element>
- <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">
- <property name="name" value="url"/>
- <property name="type" value="string"/>
- </element>
- <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">
- <property name="name" value="path_logo"/>
- <property name="type" value="string"/>
- </element>
- <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">
- <property name="name" value="ispconfig_user"/>
- <property name="type" value="string"/>
- </element>
- <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">
- <property name="name" value="ispconfig_group"/>
- <property name="type" value="string"/>
- </element>
- <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">
- <property name="default" value="1"/>
- <property name="name" value="is_attivo"/>
- <property name="type" value="boolean"/>
- </element>
- <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">
- <property name="name" value="admins"/>
- <property name="type" value="text"/>
- </element>
- <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">
- <property name="default" value="0"/>
- <property name="name" value="is_ufficio"/>
- <property name="type" value="boolean"/>
- </element>
- <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">
- <property name="name" value="created_at"/>
- <property name="type" value="timestamp"/>
- </element>
- <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">
- <property name="name" value="updated_at"/>
- <property name="type" value="timestamp"/>
- </element>
- <element action="add" uuid="48dfeff3-1f9b-4283-8815-86358252d764" parent-uuid="4a144685-1847-4f34-bc1e-885f2cee378d" type="association">
- <property name="from" value="\App\Models\Comune"/>
- <property name="inverse-alias" value="provincia"/>
- <property name="many-inverse" value="false"/>
- <property name="many-owner" value="true"/>
- <property name="owner-alias" value="comuni"/>
- <property name="to" value="\App\Models\Provincia"/>
- </element>
- <element action="add" uuid="fefa1ddb-b8c3-4835-b6ee-29f256e212b7" parent-uuid="4a144685-1847-4f34-bc1e-885f2cee378d" type="association">
- <property name="from" value="\App\Models\User"/>
- <property name="inverse-alias" value="comuneNascita"/>
- <property name="many-inverse" value="false"/>
- <property name="many-owner" value="true"/>
- <property name="onDelete" value="set null"/>
- <property name="owner-alias" value="usersNascita"/>
- <property name="to" value="\App\Models\Comune"/>
- </element>
- <element action="add" uuid="81422e57-2fdb-43b9-a40e-a6593dca7dfc" parent-uuid="4a144685-1847-4f34-bc1e-885f2cee378d" type="association">
- <property name="from" value="\App\Models\User"/>
- <property name="inverse-alias" value="nazioneNascita"/>
- <property name="many-inverse" value="false"/>
- <property name="many-owner" value="true"/>
- <property name="onDelete" value="set null"/>
- <property name="owner-alias" value="users"/>
- <property name="to" value="\App\Models\Nazione"/>
- </element>
- <element action="add" uuid="f7a34664-bc4a-4239-9b2a-7bba37e42721" parent-uuid="4a144685-1847-4f34-bc1e-885f2cee378d" type="association">
- <property name="from" value="\App\Models\User"/>
- <property name="inverse-alias" value="comuneResidenza"/>
- <property name="many-inverse" value="false"/>
- <property name="many-owner" value="true"/>
- <property name="onDelete" value="set null"/>
- <property name="owner-alias" value="usersResidenza"/>
- <property name="to" value="\App\Models\Comune"/>
- </element>
- <element action="add" uuid="cd6b2d96-3f1e-4fa2-aeab-c81f23fc97cd" parent-uuid="4a144685-1847-4f34-bc1e-885f2cee378d" type="association">
- <property name="from" value="\App\Models\User"/>
- <property name="inverse-alias" value="comuneDisabilita"/>
- <property name="many-inverse" value="false"/>
- <property name="many-owner" value="true"/>
- <property name="onDelete" value="set null"/>
- <property name="owner-alias" value="usersDisabilita"/>
- <property name="to" value="\App\Models\Comune"/>
- </element>
- <element action="add" uuid="131161b9-40ca-4e45-8540-6aa3a4d7e10b" parent-uuid="4a144685-1847-4f34-bc1e-885f2cee378d" type="association">
- <property name="from" value="\App\Models\Piattaforma"/>
- <property name="inverse-alias" value="ente"/>
- <property name="many-inverse" value="false"/>
- <property name="many-owner" value="true"/>
- <property name="onDelete" value="set null"/>
- <property name="owner-alias" value="piattaforme"/>
- <property name="to" value="\App\Models\Ente"/>
- </element>
- <element action="add" uuid="13dd08be-1a4a-4c20-b2e3-39278b795b72" parent-uuid="48dfeff3-1f9b-4283-8815-86358252d764" type="association-field">
- <property name="from" value="provincia_id"/>
- <property name="to" value="id"/>
- </element>
- <element action="add" uuid="1f2e7795-64e2-42ce-9f30-207cdeaa0727" parent-uuid="fefa1ddb-b8c3-4835-b6ee-29f256e212b7" type="association-field">
- <property name="from" value="comune_nascita_id"/>
- <property name="to" value="id"/>
- </element>
- <element action="add" uuid="b59ddf19-c940-4934-abf8-8f9a1bdbbd19" parent-uuid="81422e57-2fdb-43b9-a40e-a6593dca7dfc" type="association-field">
- <property name="from" value="nazione_nascita_id"/>
- <property name="to" value="id"/>
- </element>
- <element action="add" uuid="f522b250-3536-45f3-b323-30f390fc38e6" parent-uuid="f7a34664-bc4a-4239-9b2a-7bba37e42721" type="association-field">
- <property name="from" value="comune_residenza_id"/>
- <property name="to" value="id"/>
- </element>
- <element action="add" uuid="8416745b-32df-4187-b881-74da93039ad7" parent-uuid="cd6b2d96-3f1e-4fa2-aeab-c81f23fc97cd" type="association-field">
- <property name="from" value="comune_disabilita_id"/>
- <property name="to" value="id"/>
- </element>
- <element action="add" uuid="7353a85f-c823-4fe6-87fd-8297d00a1cf5" parent-uuid="131161b9-40ca-4e45-8540-6aa3a4d7e10b" type="association-field">
- <property name="from" value="ente_id"/>
- <property name="to" value="id"/>
- </element>
- </revision>
- <revision uuid="f7cea4c0-e122-437b-be70-9ac224f6a053" date="2025-07-23 11:13:23.593205" exportable="true">
- <element action="update" uuid="4a144685-1847-4f34-bc1e-885f2cee378d" type="module">
- <property name="export-path" value="."/>
- </element>
- </revision>
- <revision uuid="b901927f-5768-4195-9338-10e3d14b388e" date="2025-07-30 16:18:15.761679" exportable="true">
- <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">
- <property name="name" value="nazione_id"/>
- <property name="type" value="bigInteger"/>
- <property name="unsigned" value="true"/>
- </element>
- <element action="add" uuid="988415b1-8955-4a68-83de-45b29e35f29f" parent-uuid="4a144685-1847-4f34-bc1e-885f2cee378d" type="association">
- <property name="from" value="\App\Models\Comune"/>
- <property name="inverse-alias" value="nazione"/>
- <property name="many-inverse" value="false"/>
- <property name="many-owner" value="true"/>
- <property name="onDelete" value="set null"/>
- <property name="owner-alias" value="comuni"/>
- <property name="to" value="\App\Models\Nazione"/>
- </element>
- <element action="add" uuid="c39fd83d-d417-4bbf-9dee-1f712b065c82" parent-uuid="988415b1-8955-4a68-83de-45b29e35f29f" type="association-field">
- <property name="from" value="nazione_id"/>
- <property name="to" value="id"/>
- </element>
- <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"/>
- </revision>
- <revision uuid="2298d3b1-7827-4e72-9f72-2b58d46469c4" date="2025-07-30 16:35:45.161978" exportable="true">
- <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">
- <property name="name" value="nazione_id"/>
- <property name="type" value="bigInteger"/>
- <property name="unsigned" value="true"/>
- </element>
- <element action="add" uuid="d5c21761-bb80-420d-961b-9d874a317a8f" parent-uuid="4a144685-1847-4f34-bc1e-885f2cee378d" type="association">
- <property name="from" value="\App\Models\Provincia"/>
- <property name="inverse-alias" value="nazione"/>
- <property name="many-inverse" value="false"/>
- <property name="many-owner" value="true"/>
- <property name="onDelete" value="set null"/>
- <property name="owner-alias" value="provincie"/>
- <property name="to" value="\App\Models\Nazione"/>
- </element>
- <element action="add" uuid="792362ea-0937-4c73-ae16-f461cebbae2f" parent-uuid="d5c21761-bb80-420d-961b-9d874a317a8f" type="association-field">
- <property name="from" value="nazione_id"/>
- <property name="to" value="id"/>
- </element>
- <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"/>
- </revision>
- <revision uuid="03322207-7697-4388-96a4-490f97f8af7b" date="2025-07-30 23:21:18.167717" exportable="true">
- <element action="add" uuid="06a8e499-4bd4-4ccb-a040-29140e31ddb3" parent-uuid="4a144685-1847-4f34-bc1e-885f2cee378d" type="entity">
- <property name="fillableAll" value="as-fillable-all"/>
- <property name="local-name" value="Allergia"/>
- <property name="name" value="\App\Models\Allergia"/>
- <property name="namespace" value="\App\Models"/>
- <property name="table" value="allergia"/>
- </element>
- <element action="add" uuid="b1f2f839-49ad-4c2e-9b78-8f1686d57048" parent-uuid="4a144685-1847-4f34-bc1e-885f2cee378d" type="entity">
- <property name="local-name" value="UserHasAllergia"/>
- <property name="name" value="\App\Models\UserHasAllergia"/>
- <property name="namespace" value="\App\Models"/>
- </element>
- <element action="add" uuid="8865914c-a5a5-4dd4-9f38-c0ecb60401ba" parent-uuid="06a8e499-4bd4-4ccb-a040-29140e31ddb3" type="field">
- <property name="auto-increment" value="true"/>
- <property name="name" value="id"/>
- <property name="primary" value="true"/>
- <property name="required" value="true"/>
- <property name="type" value="bigInteger"/>
- <property name="unique" value="true"/>
- <property name="unsigned" value="true"/>
- </element>
- <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">
- <property name="name" value="label"/>
- <property name="type" value="string"/>
- </element>
- <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">
- <property name="name" value="created_at"/>
- <property name="type" value="timestamp"/>
- </element>
- <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">
- <property name="name" value="updated_at"/>
- <property name="type" value="timestamp"/>
- </element>
- <element action="add" uuid="998c74e7-731d-4686-acb6-a40946eabb50" parent-uuid="b1f2f839-49ad-4c2e-9b78-8f1686d57048" type="field">
- <property name="name" value="allergia_id"/>
- <property name="primary" value="true"/>
- <property name="required" value="true"/>
- <property name="type" value="bigInteger"/>
- <property name="unsigned" value="true"/>
- </element>
- <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">
- <property name="name" value="user_id"/>
- <property name="primary" value="true"/>
- <property name="required" value="true"/>
- <property name="type" value="bigInteger"/>
- <property name="unsigned" value="true"/>
- </element>
- <element action="add" uuid="34542024-1b70-4685-b202-abe7098c94e7" parent-uuid="4a144685-1847-4f34-bc1e-885f2cee378d" type="many-to-many">
- <property name="mn-entity" value="\App\Models\UserHasAllergia"/>
- </element>
- <element action="add" uuid="9b50968a-e8c4-4ce7-920d-bffd5492fd00" parent-uuid="34542024-1b70-4685-b202-abe7098c94e7" type="many-to-many-entity">
- <property name="alias" value="allergie"/>
- <property name="name" value="\App\Models\Allergia"/>
- <property name="owning-side" value="true"/>
- </element>
- <element action="add" uuid="dd75743b-df3a-4e91-b84a-374f42223c25" parent-uuid="34542024-1b70-4685-b202-abe7098c94e7" type="many-to-many-entity">
- <property name="alias" value="users"/>
- <property name="name" value="\App\Models\User"/>
- <property name="owning-side" value="false"/>
- </element>
- <element action="add" uuid="432494f2-5896-4ab0-9499-37b157027400" parent-uuid="9b50968a-e8c4-4ce7-920d-bffd5492fd00" type="many-to-many-field">
- <property name="from" value="allergia_id"/>
- <property name="to" value="id"/>
- </element>
- <element action="add" uuid="683e4413-840f-4bfe-a35d-570c31d8a4c1" parent-uuid="dd75743b-df3a-4e91-b84a-374f42223c25" type="many-to-many-field">
- <property name="from" value="user_id"/>
- <property name="to" value="id"/>
- </element>
- </revision>
- <revision uuid="ade114e0-2cf0-49a7-b68b-6904c37e6edf" date="2025-07-30 23:24:06.949291" exportable="true">
- <element action="update" uuid="9b50968a-e8c4-4ce7-920d-bffd5492fd00" parent-uuid="34542024-1b70-4685-b202-abe7098c94e7" type="many-to-many-entity">
- <property name="alias" value="elencoAllergie"/>
- </element>
- </revision>
- <revision uuid="ef983d60-bf4e-42dc-8bbb-e7b720f495e7" date="2025-07-31 15:07:57.864336" exportable="true">
- <element action="add" uuid="ba41773d-1ab6-426f-b817-84ab1071a120" parent-uuid="4a144685-1847-4f34-bc1e-885f2cee378d" type="entity">
- <property name="fillableAll" value="as-fillable-all"/>
- <property name="local-name" value="Famiglia"/>
- <property name="name" value="\App\Models\Famiglia"/>
- <property name="namespace" value="\App\Models"/>
- <property name="table" value="famiglia"/>
- </element>
- <element action="add" uuid="438c80f9-39c9-41c7-b666-3a3bf197d033" parent-uuid="4a144685-1847-4f34-bc1e-885f2cee378d" type="entity">
- <property name="local-name" value="UserHasFamiglia"/>
- <property name="name" value="\App\Models\UserHasFamiglia"/>
- <property name="namespace" value="\App\Models"/>
- </element>
- <element action="add" uuid="d787fb5c-404c-45cf-b7fa-91a3f5712dfd" parent-uuid="ba41773d-1ab6-426f-b817-84ab1071a120" type="field">
- <property name="auto-increment" value="true"/>
- <property name="name" value="id"/>
- <property name="primary" value="true"/>
- <property name="required" value="true"/>
- <property name="type" value="bigInteger"/>
- <property name="unique" value="true"/>
- <property name="unsigned" value="true"/>
- </element>
- <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">
- <property name="name" value="created_at"/>
- <property name="type" value="timestamp"/>
- </element>
- <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">
- <property name="name" value="updated_at"/>
- <property name="type" value="timestamp"/>
- </element>
- <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">
- <property name="name" value="padre_id"/>
- <property name="type" value="bigInteger"/>
- <property name="unsigned" value="true"/>
- </element>
- <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">
- <property name="name" value="madre_id"/>
- <property name="type" value="bigInteger"/>
- <property name="unsigned" value="true"/>
- </element>
- <element action="add" uuid="b02d81b7-159c-4538-94bd-9ea70e0002e9" parent-uuid="438c80f9-39c9-41c7-b666-3a3bf197d033" type="field">
- <property name="name" value="famiglia_id"/>
- <property name="primary" value="true"/>
- <property name="required" value="true"/>
- <property name="type" value="bigInteger"/>
- <property name="unsigned" value="true"/>
- </element>
- <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">
- <property name="name" value="user_id"/>
- <property name="primary" value="true"/>
- <property name="required" value="true"/>
- <property name="type" value="bigInteger"/>
- <property name="unsigned" value="true"/>
- </element>
- <element action="add" uuid="c0d62fe0-8b76-4cb2-9c38-4faaeb675bc4" parent-uuid="4a144685-1847-4f34-bc1e-885f2cee378d" type="association">
- <property name="from" value="\App\Models\Famiglia"/>
- <property name="inverse-alias" value="padre"/>
- <property name="many-inverse" value="false"/>
- <property name="many-owner" value="true"/>
- <property name="onDelete" value="set null"/>
- <property name="owner-alias" value="famigliePadre"/>
- <property name="to" value="\App\Models\User"/>
- </element>
- <element action="add" uuid="944c8b33-ff67-455b-a0d9-109ed8390c45" parent-uuid="4a144685-1847-4f34-bc1e-885f2cee378d" type="association">
- <property name="from" value="\App\Models\Famiglia"/>
- <property name="inverse-alias" value="madre"/>
- <property name="many-inverse" value="false"/>
- <property name="many-owner" value="true"/>
- <property name="onDelete" value="set null"/>
- <property name="owner-alias" value="famiglieMadre"/>
- <property name="to" value="\App\Models\User"/>
- </element>
- <element action="add" uuid="e3f13efa-a8f6-4965-a839-a2426716e4b4" parent-uuid="c0d62fe0-8b76-4cb2-9c38-4faaeb675bc4" type="association-field">
- <property name="from" value="padre_id"/>
- <property name="to" value="id"/>
- </element>
- <element action="add" uuid="8e6d57b5-be6c-42c8-aba7-7b02332efc00" parent-uuid="944c8b33-ff67-455b-a0d9-109ed8390c45" type="association-field">
- <property name="from" value="madre_id"/>
- <property name="to" value="id"/>
- </element>
- <element action="add" uuid="c5dce78e-196d-4fc0-a59c-149256a2ea24" parent-uuid="4a144685-1847-4f34-bc1e-885f2cee378d" type="many-to-many">
- <property name="mn-entity" value="\App\Models\UserHasFamiglia"/>
- </element>
- <element action="add" uuid="273633a2-a2cf-4109-9ed2-05185184f586" parent-uuid="c5dce78e-196d-4fc0-a59c-149256a2ea24" type="many-to-many-entity">
- <property name="alias" value="famiglieFigli"/>
- <property name="name" value="\App\Models\Famiglia"/>
- <property name="owning-side" value="true"/>
- </element>
- <element action="add" uuid="a6d8fc3b-746e-4ec3-897a-14ff6226260e" parent-uuid="c5dce78e-196d-4fc0-a59c-149256a2ea24" type="many-to-many-entity">
- <property name="alias" value="figli"/>
- <property name="name" value="\App\Models\User"/>
- <property name="owning-side" value="false"/>
- </element>
- <element action="add" uuid="733d7748-a239-4ec6-b6d4-149e3320c0f0" parent-uuid="273633a2-a2cf-4109-9ed2-05185184f586" type="many-to-many-field">
- <property name="from" value="famiglia_id"/>
- <property name="to" value="id"/>
- </element>
- <element action="add" uuid="e42f3fb6-d453-4862-9827-a3903483d34f" parent-uuid="a6d8fc3b-746e-4ec3-897a-14ff6226260e" type="many-to-many-field">
- <property name="from" value="user_id"/>
- <property name="to" value="id"/>
- </element>
- </revision>
- <revision uuid="34628ed1-b360-4fce-9942-0f0d76f305dd" date="2025-07-31 15:25:45.112936" exportable="true">
- <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">
- <property name="name" value="confermato"/>
- <property name="type" value="boolean"/>
- </element>
- </revision>
- <revision uuid="b025d836-de84-4ac4-95c3-b6200c0bc7e7" date="2025-08-01 14:47:53.942428" exportable="true">
- <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">
- <property name="name" value="padre_confermato"/>
- <property name="type" value="boolean"/>
- </element>
- <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">
- <property name="name" value="madre_confermata"/>
- <property name="type" value="boolean"/>
- </element>
- <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"/>
- <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"/>
- </revision>
- </migrations>
- </module>
- <visual-data>
- <association uuid="131161b9-40ca-4e45-8540-6aa3a4d7e10b" color="#969696"/>
- <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"/>
- <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"/>
- <association uuid="944c8b33-ff67-455b-a0d9-109ed8390c45" color="#969696"/>
- <association uuid="988415b1-8955-4a68-83de-45b29e35f29f" color="#969696"/>
- <association uuid="c0d62fe0-8b76-4cb2-9c38-4faaeb675bc4" color="#969696"/>
- <association uuid="cd6b2d96-3f1e-4fa2-aeab-c81f23fc97cd" color="#969696"/>
- <association uuid="d5c21761-bb80-420d-961b-9d874a317a8f" color="#969696"/>
- <association uuid="f7a34664-bc4a-4239-9b2a-7bba37e42721" color="#969696"/>
- <association uuid="fefa1ddb-b8c3-4835-b6ee-29f256e212b7" color="#969696"/>
- <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"/>
- <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"/>
- <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"/>
- <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"/>
- <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"/>
- <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"/>
- <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"/>
- <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"/>
- <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"/>
- <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"/>
- <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"/>
- <many-to-many-association uuid="34542024-1b70-4685-b202-abe7098c94e7" color="#969696"/>
- <many-to-many-association uuid="c5dce78e-196d-4fc0-a59c-149256a2ea24" color="#969696"/>
- <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"/>
- <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"/>
- <project uuid="a0eb4b7d-5b92-4ec1-a7db-303d9ba64121" size-x="32" size-x2="1395" size-y="32" size-y2="887"/>
- </visual-data>
- </skipper>
|