| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569 |
- <?xml version="1.0"?>
- <skipper version="3.2.25.1702" mvc="Laravel" orm="Laravel" name="GestioneManutenzioni" uuid="3072e02c-7554-4faa-a6bb-1bdf47958cd4">
- <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="09bf51bf-3812-47d1-ab60-2ea025d5ee72">
- <entity name="\App\Models\Reparto" local-name="Reparto" namespace="\App\Models" uuid="058bee4e-7265-4143-bcd4-1154fea3ae6a">
- <field name="id" type="bigInteger" required="true" unique="true" primary="true" unsigned="true" auto-increment="true" uuid="b6834b4a-786a-4aac-9d8c-0a0b397e7400"/>
- <field name="label" type="string" uuid="ce6ca041-dd2e-441a-ac2f-8adb64a7bc57"/>
- <field name="descrizione" type="string" uuid="c0ee910e-53bf-4d27-b36d-92051722a97b"/>
- <field name="is_attivo" type="boolean" default="1" uuid="fd2c04e8-d5c7-43af-a02c-9db3ba2a7e9a"/>
- <field name="email" type="string" uuid="e752721c-7d0c-440c-862f-679024eede6c"/>
- <field name="telefono" type="string" uuid="a734212f-5e84-474c-afd4-825075f821e0"/>
- <field name="token" type="string" uuid="d099b0a9-9334-4dc9-a5cf-71302f34cd81"/>
- <field name="created_at" type="timestamp" uuid="6576279c-eeb4-4bb2-8f44-310c9d87082d"/>
- <field name="updated_at" type="timestamp" uuid="a200a38a-92db-489d-a2d3-909eddce6097"/>
- <orm-attributes>
- <attribute name="fillableAll">as-fillable-all</attribute>
- <attribute name="table">reparto</attribute>
- </orm-attributes>
- </entity>
- <entity name="\App\Models\User" local-name="User" namespace="\App\Models" uuid="56185713-1439-4bd9-81df-6d5339d066ce">
- <field name="id" type="bigInteger" required="true" unique="true" primary="true" unsigned="true" auto-increment="true" uuid="0a6f5cb1-6847-45b2-9241-8ab815e1c380"/>
- <field name="nome" type="string" uuid="7146ddab-7bf0-4c4a-9cb9-0a80eedba7fd"/>
- <field name="cognome" type="string" uuid="5d3e9adc-9d0e-4b7c-abef-2b50ec57333c"/>
- <field name="email" type="string" uuid="097ab2c7-9646-43ff-bc82-8cc0c277d909"/>
- <field name="telefono" type="string" uuid="2cb16ee6-fd81-4981-95be-d88191274a0d"/>
- <field name="password" type="string" uuid="ca5b3607-4149-4aa9-9fe9-ed3f9ea4b79b"/>
- <field name="email_verified_at" type="timestamp" uuid="e9cfc935-4b99-4bc8-be16-c582001b7cf4"/>
- <field name="remember_token" type="string" uuid="43a000b7-9f98-4fbd-a88d-c6ea908cb2cc"/>
- <field name="api_token" type="string" uuid="e1c61394-f57e-4941-aeb7-04fb368733cd"/>
- <field name="two_factor_secret" type="text" uuid="9f263de8-d827-4458-abac-08dc31740853"/>
- <field name="two_factor_recovery_codes" type="text" uuid="07ddc14d-0638-4998-9c0f-61e6b4c275ef"/>
- <field name="two_factor_confirmed_at" type="timestamp" uuid="7e1530aa-7374-4465-af8d-0aed05196cf6"/>
- <field name="is_gruppo" type="boolean" default="0" uuid="704eb3e5-b120-4303-b675-f3b7e051b24d"/>
- <field name="label_gruppo" type="string" uuid="b575155d-c744-4622-92bb-d28a36710267"/>
- <field name="componenti_gruppo" type="json" uuid="c26ef028-e3f3-4dfe-b949-397da060e974"/>
- <field name="azienda" type="string" uuid="108999d1-18e4-46b1-bf33-2fe5145e8f3d"/>
- <field name="created_at" type="timestamp" uuid="40919a29-47f6-4516-9c3d-917ed2c9afe6"/>
- <field name="updated_at" type="timestamp" uuid="ef88ffd6-4374-4238-99c9-9cc9596a093e"/>
- <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>
- <entity name="\App\Models\Segnalazione" local-name="Segnalazione" namespace="\App\Models" uuid="b21d156e-828b-49fe-87a8-659eb8411896">
- <field name="id" type="bigInteger" required="true" unique="true" primary="true" unsigned="true" auto-increment="true" uuid="d15505d1-a284-4cf1-94b0-70d0f5788243"/>
- <field name="reparto_id" type="bigInteger" unsigned="true" uuid="1b21c2c5-a7df-400e-b816-995effdbf0e1"/>
- <field name="luogo_id" type="bigInteger" unsigned="true" uuid="a9f8ce22-0257-42cf-b6f3-de7a1132eea4"/>
- <field name="user_id" description="a chi è assegnata la segnalazione" type="bigInteger" unsigned="true" uuid="9157dc7c-305b-4227-8b05-3992650c5cfc"/>
- <field name="titolo" type="string" uuid="93e92649-f52f-4db5-baad-a4abf8e20f62"/>
- <field name="riferimento" type="string" uuid="5c615a4a-fd54-4e7b-9e40-64ed05f233c5"/>
- <field name="descrizione" type="text" uuid="1122f731-6f02-4eb8-b50a-f3a18a3c7eee"/>
- <field name="email" type="string" uuid="d5523b54-3097-4cab-b7b9-1cda0923a39a"/>
- <field name="telefono" type="string" uuid="7c80e559-2407-4396-8e87-81881e471d79"/>
- <field name="stato" type="string" uuid="86938116-9b87-4051-bc45-3009fe9cbf83"/>
- <field name="priorita" type="string" uuid="47ea6f64-0734-42ae-9374-bfe268ac2fca"/>
- <field name="tipo" type="string" uuid="16f71b45-d45e-490a-9985-f19bed3c4d1c"/>
- <field name="token" type="string" uuid="e5bd4274-35d3-4bff-9643-31c0b84ef421"/>
- <field name="created_at" type="timestamp" uuid="d0040cc6-db11-4587-beed-bf4313681d57"/>
- <field name="updated_at" type="timestamp" uuid="3a3d74a0-b87a-40b2-aa1d-691d9ff66856"/>
- <orm-attributes>
- <attribute name="fillableAll">as-fillable-all</attribute>
- <attribute name="table">segnalazione</attribute>
- </orm-attributes>
- </entity>
- <association from="\App\Models\Segnalazione" to="\App\Models\Reparto" caption="Reparto Segnalaziones" owner-alias="segnalazioni" inverse-alias="reparto" many-owner="true" many-inverse="false" uuid="c27e4a3f-ddeb-4fe9-9783-283dc197038a">
- <association-field from="reparto_id" to="id" uuid="a0156e92-ea23-4c15-acb5-9ad2ba5af0ba"/>
- <orm-attributes>
- <attribute name="onDelete">set null</attribute>
- </orm-attributes>
- </association>
- <association from="\App\Models\Segnalazione" to="\App\Models\Luogo" caption="Luogo Segnalaziones" owner-alias="segnalazioni" inverse-alias="luogo" many-owner="true" many-inverse="false" uuid="d2f24672-cfe1-40be-a2d2-df8c61b7bee9">
- <association-field from="luogo_id" to="id" uuid="28295fce-e696-46e5-b19a-340557fd8109"/>
- <orm-attributes>
- <attribute name="onDelete">set null</attribute>
- </orm-attributes>
- </association>
- <association from="\App\Models\Segnalazione" to="\App\Models\User" caption="User Segnalaziones" owner-alias="segnalazioni" inverse-alias="user" many-owner="true" many-inverse="false" uuid="2fa65d03-8ddb-413f-8064-798860928786">
- <association-field from="user_id" to="id" uuid="d432694a-89df-447e-801d-24b276e2ac8c"/>
- <orm-attributes>
- <attribute name="onDelete">set null</attribute>
- </orm-attributes>
- </association>
- <entity name="\App\Models\Luogo" local-name="Luogo" namespace="\App\Models" uuid="fc304991-f5a9-4ae0-94e9-6f4a1016d1d0">
- <field name="id" type="bigInteger" required="true" unique="true" primary="true" unsigned="true" auto-increment="true" uuid="0650ead8-f468-428d-8328-abf72d705f81"/>
- <field name="reparto_id" type="bigInteger" unsigned="true" uuid="6ebc6247-693a-45cd-9cf7-e6ae5540bc57"/>
- <field name="label" type="string" uuid="cb4593a6-330e-45d8-bd24-6f27fed6d50f"/>
- <field name="descrizione" type="string" uuid="9f449dc9-ca55-4072-ac5a-625d529d5f5e"/>
- <field name="is_attivo" type="boolean" default="1" uuid="ab52f60c-8f57-40bd-9443-ac893445bc0a"/>
- <field name="created_at" type="timestamp" uuid="39787a56-8a76-4fd5-ba6d-3bf699c26f6c"/>
- <field name="updated_at" type="timestamp" uuid="146935b0-d70f-4c88-919c-10a605a0528b"/>
- <orm-attributes>
- <attribute name="fillableAll">as-fillable-all</attribute>
- <attribute name="table">luogo</attribute>
- </orm-attributes>
- </entity>
- <association from="\App\Models\Luogo" to="\App\Models\Reparto" caption="Reparto Luogos" owner-alias="luoghi" inverse-alias="reparto" many-owner="true" many-inverse="false" uuid="938fb821-3bf1-41ce-9a31-b8e4bc7525ff">
- <association-field from="reparto_id" to="id" uuid="77740dcb-72dc-474b-a5a5-1c3606334a62"/>
- <orm-attributes>
- <attribute name="onDelete">cascade</attribute>
- </orm-attributes>
- </association>
- <entity name="\App\Models\ConfiguraSegnalazione" local-name="ConfiguraSegnalazione" namespace="\App\Models" uuid="8819ca52-ae65-43e3-8aa4-a9d99d228284">
- <field name="id" type="bigInteger" required="true" unique="true" primary="true" unsigned="true" auto-increment="true" uuid="b82082e0-0b90-471d-9698-545b58e84b5a"/>
- <field name="label" type="string" uuid="c0b1bbac-3561-4290-8d26-0f80e005ddf9"/>
- <field name="descrizione" type="text" uuid="27bba23a-4ee0-47bf-bb70-b7029dbacd8a"/>
- <field name="gruppo" type="string" uuid="59cd917a-97b3-4227-badc-ee7604c971f7"/>
- <field name="key" type="string" uuid="436d6a3f-fc22-4fe5-a91f-e2c393ed7780"/>
- <field name="value" type="string" uuid="6122590b-dc17-4bf2-8497-c5b17bacaacd"/>
- <field name="type" type="string" uuid="b7ab3e5d-4482-483b-8cea-a26de1feda03"/>
- <field name="order" type="integer" uuid="e4996d7f-4473-478d-8fea-5936deb136bd"/>
- <field name="icona" type="string" uuid="b9635a0a-85b2-467a-b2dc-89cd63ee0c4d"/>
- <field name="colore" type="string" uuid="c6811c53-5d36-454d-b43f-5df0157e39c2"/>
- <field name="created_at" type="timestamp" uuid="00cd7459-b3a0-482c-83a4-7568de2c7124"/>
- <field name="updated_at" type="timestamp" uuid="93b12b98-06a8-4563-9e4d-553b532d39db"/>
- <orm-attributes>
- <attribute name="fillableAll">as-fillable-all</attribute>
- <attribute name="table">configura_segnalazione</attribute>
- </orm-attributes>
- </entity>
- <entity name="\App\Models\Annotazione" local-name="Annotazione" namespace="\App\Models" uuid="43c9733c-5074-4c8d-9cb1-33867510c2fc">
- <field name="id" type="bigInteger" required="true" unique="true" primary="true" unsigned="true" auto-increment="true" uuid="0437cbe3-b2c4-4fa6-8c9c-7df74e17a5e2"/>
- <field name="segnalazione_id" type="bigInteger" unsigned="true" uuid="a55daaa7-8ba7-4bb0-83dd-dcfdb8036968"/>
- <field name="user_id" type="bigInteger" unsigned="true" uuid="734b6cb6-58f7-4a2b-b27d-ab8dc46cf714"/>
- <field name="text" type="text" uuid="f748b6d3-a6af-40b0-a522-4447364a2948"/>
- <field name="tempo_minuti" type="integer" default="0" uuid="b3f34db1-e2e5-4426-a960-51eb2d8ca0b1"/>
- <field name="tempo_data" type="dateTime" uuid="f305a718-29d3-4bd5-8da9-619db3671251">
- <orm-attributes>
- <attribute name="cast">datetime</attribute>
- <attribute name="castFormat">d/m/Y H:i</attribute>
- </orm-attributes>
- </field>
- <field name="costo" type="decimal" size="10" uuid="330f67c6-9da7-4130-8907-9c1339a62723">
- <orm-attributes>
- <attribute name="decimal">2</attribute>
- </orm-attributes>
- </field>
- <field name="costo_descrizione" type="text" uuid="2d89a9fb-9229-412e-b6df-9b35a19f14a5"/>
- <field name="riservata" type="boolean" default="1" uuid="c48733ff-ec02-4aa0-be7c-25be727c3c1e"/>
- <field name="riferimento" type="string" uuid="dca8d620-9b45-4a1f-96e4-0d76392ac410"/>
- <field name="email" type="string" uuid="e2ca0f54-426d-4977-b729-fd007dee6f64"/>
- <field name="telefono" type="string" uuid="7b367191-cdfd-465f-8efe-ba0922fa32ff"/>
- <field name="created_at" type="timestamp" uuid="d0ae0044-ec8e-4aee-8cb5-84d5a663c57a"/>
- <field name="updated_at" type="timestamp" uuid="80c6b3cc-d201-4972-8b42-e25cbee8b615"/>
- <orm-attributes>
- <attribute name="fillableAll">as-fillable-all</attribute>
- <attribute name="table">annotazione</attribute>
- </orm-attributes>
- </entity>
- <association from="\App\Models\Annotazione" to="\App\Models\Segnalazione" caption="Segnalazione Annotaziones" owner-alias="annotazioni" inverse-alias="segnalazione" many-owner="true" many-inverse="false" uuid="9d4fa7d0-23be-4bb2-99bd-67797c3244c0">
- <association-field from="segnalazione_id" to="id" uuid="76a290ad-9338-4ae7-a168-dd924d4c0b9f"/>
- <orm-attributes>
- <attribute name="onDelete">cascade</attribute>
- </orm-attributes>
- </association>
- <association from="\App\Models\Annotazione" to="\App\Models\User" caption="User Annotaziones" owner-alias="annotazioni" inverse-alias="user" many-owner="true" many-inverse="false" uuid="f5d31adf-5971-42f7-90bf-41571fe64218">
- <association-field from="user_id" to="id" uuid="1fb9c039-f291-4e4e-ac2f-c31f14db295b"/>
- <orm-attributes>
- <attribute name="onDelete">set null</attribute>
- </orm-attributes>
- </association>
- <entity name="\App\Models\AllegatoAnnotazione" local-name="AllegatoAnnotazione" namespace="\App\Models" uuid="be8b5d1d-91da-4d7b-a50e-415ef90e5669">
- <field name="id" type="bigInteger" required="true" unique="true" primary="true" unsigned="true" auto-increment="true" uuid="30f3fa1d-7834-42da-bbfc-3a60ddad4034"/>
- <field name="annotazione_id" type="bigInteger" unsigned="true" uuid="d48cb9c0-3907-4472-88a5-44774d686d37"/>
- <field name="nome" type="string" uuid="96220dc4-79f3-4e79-8024-cd4a976f443a"/>
- <field name="descrizione" type="string" uuid="97adca03-8802-4042-8f00-ff79b3910b0d"/>
- <field name="path_file" type="string" uuid="14d15c1e-3bfe-45b8-8d74-5ddd222ff3b5"/>
- <field name="created_at" type="timestamp" uuid="aa099fda-2af1-4c9e-8e79-3020bff7acde"/>
- <field name="updated_at" type="timestamp" uuid="65bce51b-82df-4a22-a870-38aa7dc6e304"/>
- <orm-attributes>
- <attribute name="fillableAll">as-fillable-all</attribute>
- <attribute name="table">allegato_annotazione</attribute>
- </orm-attributes>
- </entity>
- <association from="\App\Models\AllegatoAnnotazione" to="\App\Models\Annotazione" caption="Annotazione AllegatoAnnotaziones" owner-alias="allegatiAnnotazione" inverse-alias="annotazione" many-owner="true" many-inverse="false" uuid="719929c1-e0fe-4feb-950a-ba417c35a60c">
- <association-field from="annotazione_id" to="id" uuid="c74b78f8-307e-4473-a96d-263d5f8908d2"/>
- <orm-attributes>
- <attribute name="onDelete">cascade</attribute>
- </orm-attributes>
- </association>
- <entity name="\App\Models\Provincia" local-name="Provincia" namespace="\App\Models" uuid="f1331b94-8ccf-4328-bc32-bffdc732572e">
- <field name="id" type="bigInteger" required="true" unique="true" primary="true" unsigned="true" auto-increment="true" uuid="e489d50b-7a4e-4869-b62a-6e552e4a1140"/>
- <field name="nazione_id" type="bigInteger" unsigned="true" uuid="a51b37ab-f251-4222-b5cd-09de8f6032ea"/>
- <field name="nome" type="string" uuid="673adc64-b483-4df0-b282-74322004a246"/>
- <field name="sigla" type="string" uuid="640d52fb-d124-4ee8-a184-52f855e4153b"/>
- <field name="created_at" type="timestamp" uuid="7f7a24b6-229f-4acf-aef3-0ec512768d24"/>
- <field name="updated_at" type="timestamp" uuid="62d0de6c-f896-491b-99db-1840ede2d1fa"/>
- <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="345b5351-9f8a-4d02-9192-1bb27645761d">
- <association-field from="nazione_id" to="id" uuid="8f51c513-0361-4147-b7ac-26b56c42011d"/>
- <orm-attributes>
- <attribute name="onDelete">set null</attribute>
- </orm-attributes>
- </association>
- <entity name="\App\Models\Nazione" local-name="Nazione" namespace="\App\Models" uuid="6128d2f6-88d0-472b-bc71-0a9f49370847">
- <field name="id" type="bigInteger" required="true" unique="true" primary="true" unsigned="true" auto-increment="true" uuid="67af633f-42c4-416d-ab1f-6b1c8a36dd82"/>
- <field name="nome" type="string" uuid="c98ab5d4-058e-46c3-ae49-5cf78478c8e0"/>
- <field name="sigla" type="string" uuid="7ed5c802-64fb-4bba-aca9-0de4a1d1b099"/>
- <field name="created_at" type="timestamp" uuid="b7cb1d70-b9a6-441a-aacd-7cd963cbc371"/>
- <field name="updated_at" type="timestamp" uuid="b40e30e1-a742-4297-932c-e28291e0a8e4"/>
- <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="2ef4e619-ebea-457a-8613-05b3dfb6c7fa">
- <field name="id" type="bigInteger" required="true" unique="true" primary="true" unsigned="true" auto-increment="true" uuid="656af606-c65b-4b92-bac2-4e8a23d286e4"/>
- <field name="provincia_id" type="bigInteger" unsigned="true" uuid="e52e1b52-9dd3-4f50-ade3-a01755961201"/>
- <field name="nazione_id" type="bigInteger" unsigned="true" uuid="366b0dc8-c30b-4649-a1a2-3819e803595b"/>
- <field name="nome" type="string" uuid="02c5a258-0c72-47fc-8a1f-0b0af6c37e38"/>
- <field name="codice_catastale" type="string" uuid="efc61454-f98b-49aa-98f2-3e6014129b09"/>
- <field name="created_at" type="timestamp" uuid="8f5ae8e3-acaf-40ea-8eba-3139d76454a7"/>
- <field name="updated_at" type="timestamp" uuid="e603d21d-ddb5-46bd-929f-94a78dc0c5f5"/>
- <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="4399e41c-477e-44d7-91db-b1cd4614f294">
- <association-field from="provincia_id" to="id" uuid="bb143e14-84bd-4e4a-bc86-6045f340856b"/>
- </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="299d534d-b5ef-411c-b66b-f4adaaa3b4f1">
- <association-field from="nazione_id" to="id" uuid="3bf703ca-9546-4b79-85c0-8febb961d821"/>
- <orm-attributes>
- <attribute name="onDelete">set null</attribute>
- </orm-attributes>
- </association>
- <entity name="\App\Models\Config" local-name="Config" namespace="\App\Models" uuid="dd24c9ce-a45f-4d90-b374-ede2efe2e25b">
- <field name="key" type="string" required="true" unique="true" primary="true" uuid="badce0d4-64dd-43b2-be60-820ff13951fa"/>
- <field name="group" type="string" uuid="8ab75bd9-b755-4637-a230-9e2d5de6ac55"/>
- <field name="display_name" type="string" uuid="4210e393-7c3b-4982-8bee-30238073d5bc"/>
- <field name="value" type="longText" uuid="e9019a5d-d4b6-4bf5-a014-7963da6341f8"/>
- <field name="order" type="integer" uuid="9e54a33a-8637-4273-8027-e0aecc53eeb6"/>
- <field name="type" type="string" uuid="e04ce407-d9d0-4c74-9a8d-721deeb63c3c"/>
- <field name="created_at" type="timestamp" uuid="fb7f6e10-5782-4506-9258-4b6185860d71"/>
- <field name="updated_at" type="timestamp" uuid="370dbe57-9a63-4af4-ad81-b7c7647c273c"/>
- <orm-attributes>
- <attribute name="table">config</attribute>
- <attribute name="fillableAll">as-fillable-all</attribute>
- </orm-attributes>
- </entity>
- <entity name="\App\Models\ConfigNotifiche" local-name="ConfigNotifiche" namespace="\App\Models" uuid="23c0457c-f9c0-4210-9b12-1c8fa92cd788">
- <field name="id" type="bigInteger" required="true" unique="true" primary="true" unsigned="true" auto-increment="true" uuid="ace37544-4c55-4ca9-8144-2da585fae3d6"/>
- <field name="event" type="string" uuid="7ad720b4-ab7e-43a5-b29a-4f434a3d886b"/>
- <field name="users" type="json" uuid="973a3230-ede5-4efd-9cfb-84e1c19876b9"/>
- <field name="is_attivo" type="boolean" default="1" uuid="72f71f81-6a3e-4ad9-8950-fe2a8542d25c"/>
- <field name="created_at" type="timestamp" uuid="2917737f-d22e-4bcb-b966-ebf834a6d20e"/>
- <field name="updated_at" type="timestamp" uuid="573df29f-6ff9-4ffc-897e-c72069ab4200"/>
- <orm-attributes>
- <attribute name="fillableAll">as-fillable-all</attribute>
- <attribute name="table">config_notifiche</attribute>
- </orm-attributes>
- </entity>
- <migrations version="1.0">
- <revision uuid="ab1173d8-a6c2-4056-ba45-af79b3a2ba38" date="2026-01-19 15:07:29.088163" exportable="true">
- <element action="add" uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="module">
- <property name="export-format" value="Laravel"/>
- <property name="export-path" value="."/>
- <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="058bee4e-7265-4143-bcd4-1154fea3ae6a" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="entity">
- <property name="fillableAll" value="as-fillable-all"/>
- <property name="local-name" value="Reparto"/>
- <property name="name" value="\App\Models\Reparto"/>
- <property name="namespace" value="\App\Models"/>
- <property name="table" value="reparto"/>
- </element>
- <element action="add" uuid="56185713-1439-4bd9-81df-6d5339d066ce" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" 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="b21d156e-828b-49fe-87a8-659eb8411896" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="entity">
- <property name="fillableAll" value="as-fillable-all"/>
- <property name="local-name" value="Segnalazione"/>
- <property name="name" value="\App\Models\Segnalazione"/>
- <property name="namespace" value="\App\Models"/>
- <property name="table" value="segnalazione"/>
- </element>
- <element action="add" uuid="fc304991-f5a9-4ae0-94e9-6f4a1016d1d0" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="entity">
- <property name="fillableAll" value="as-fillable-all"/>
- <property name="local-name" value="Luogo"/>
- <property name="name" value="\App\Models\Luogo"/>
- <property name="namespace" value="\App\Models"/>
- <property name="table" value="luogo"/>
- </element>
- <element action="add" uuid="8819ca52-ae65-43e3-8aa4-a9d99d228284" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="entity">
- <property name="fillableAll" value="as-fillable-all"/>
- <property name="local-name" value="ConfiguraSegnalazione"/>
- <property name="name" value="\App\Models\ConfiguraSegnalazione"/>
- <property name="namespace" value="\App\Models"/>
- <property name="table" value="configura_segnalazione"/>
- </element>
- <element action="add" uuid="43c9733c-5074-4c8d-9cb1-33867510c2fc" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="entity">
- <property name="fillableAll" value="as-fillable-all"/>
- <property name="local-name" value="Annotazione"/>
- <property name="name" value="\App\Models\Annotazione"/>
- <property name="namespace" value="\App\Models"/>
- <property name="table" value="annotazione"/>
- </element>
- <element action="add" uuid="e8840811-594b-4f30-aede-b6f870cb3522" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="entity">
- <property name="fillableAll" value="as-fillable-all"/>
- <property name="local-name" value="AllegatoSegnalazione"/>
- <property name="name" value="\App\Models\AllegatoSegnalazione"/>
- <property name="namespace" value="\App\Models"/>
- <property name="table" value="allegati_segnalazione"/>
- </element>
- <element action="add" uuid="be8b5d1d-91da-4d7b-a50e-415ef90e5669" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="entity">
- <property name="fillableAll" value="as-fillable-all"/>
- <property name="local-name" value="AllegatoAnnotazione"/>
- <property name="name" value="\App\Models\AllegatoAnnotazione"/>
- <property name="namespace" value="\App\Models"/>
- <property name="table" value="allegato_annotazione"/>
- </element>
- <element action="add" uuid="a65c0700-a1f7-48ed-9917-b4595da5540e" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="entity">
- <property name="fillableAll" value="as-fillable-all"/>
- <property name="local-name" value="Manutentore"/>
- <property name="name" value="\App\Models\Manutentore"/>
- <property name="namespace" value="\App\Models"/>
- <property name="table" value="manutentore"/>
- </element>
- <element action="add" uuid="b6834b4a-786a-4aac-9d8c-0a0b397e7400" parent-uuid="058bee4e-7265-4143-bcd4-1154fea3ae6a" 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="ce6ca041-dd2e-441a-ac2f-8adb64a7bc57" parent-uuid="058bee4e-7265-4143-bcd4-1154fea3ae6a" sibling-uuid="b6834b4a-786a-4aac-9d8c-0a0b397e7400" type="field">
- <property name="name" value="label"/>
- <property name="type" value="string"/>
- </element>
- <element action="add" uuid="c0ee910e-53bf-4d27-b36d-92051722a97b" parent-uuid="058bee4e-7265-4143-bcd4-1154fea3ae6a" sibling-uuid="ce6ca041-dd2e-441a-ac2f-8adb64a7bc57" type="field">
- <property name="name" value="descrizione"/>
- <property name="type" value="string"/>
- </element>
- <element action="add" uuid="55cc15fc-44f2-4d6f-8f4e-6f08e9c26484" parent-uuid="058bee4e-7265-4143-bcd4-1154fea3ae6a" sibling-uuid="c0ee910e-53bf-4d27-b36d-92051722a97b" type="field">
- <property name="name" value="istruzioni"/>
- <property name="type" value="string"/>
- </element>
- <element action="add" uuid="e752721c-7d0c-440c-862f-679024eede6c" parent-uuid="058bee4e-7265-4143-bcd4-1154fea3ae6a" sibling-uuid="55cc15fc-44f2-4d6f-8f4e-6f08e9c26484" type="field">
- <property name="name" value="email"/>
- <property name="type" value="string"/>
- </element>
- <element action="add" uuid="a734212f-5e84-474c-afd4-825075f821e0" parent-uuid="058bee4e-7265-4143-bcd4-1154fea3ae6a" sibling-uuid="e752721c-7d0c-440c-862f-679024eede6c" type="field">
- <property name="name" value="telefono"/>
- <property name="type" value="string"/>
- </element>
- <element action="add" uuid="d099b0a9-9334-4dc9-a5cf-71302f34cd81" parent-uuid="058bee4e-7265-4143-bcd4-1154fea3ae6a" sibling-uuid="a734212f-5e84-474c-afd4-825075f821e0" type="field">
- <property name="name" value="token"/>
- <property name="type" value="string"/>
- </element>
- <element action="add" uuid="6576279c-eeb4-4bb2-8f44-310c9d87082d" parent-uuid="058bee4e-7265-4143-bcd4-1154fea3ae6a" sibling-uuid="d099b0a9-9334-4dc9-a5cf-71302f34cd81" type="field">
- <property name="name" value="created_at"/>
- <property name="type" value="timestamp"/>
- </element>
- <element action="add" uuid="a200a38a-92db-489d-a2d3-909eddce6097" parent-uuid="058bee4e-7265-4143-bcd4-1154fea3ae6a" sibling-uuid="6576279c-eeb4-4bb2-8f44-310c9d87082d" type="field">
- <property name="name" value="updated_at"/>
- <property name="type" value="timestamp"/>
- </element>
- <element action="add" uuid="0a6f5cb1-6847-45b2-9241-8ab815e1c380" parent-uuid="56185713-1439-4bd9-81df-6d5339d066ce" 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="7146ddab-7bf0-4c4a-9cb9-0a80eedba7fd" parent-uuid="56185713-1439-4bd9-81df-6d5339d066ce" sibling-uuid="0a6f5cb1-6847-45b2-9241-8ab815e1c380" type="field">
- <property name="name" value="nome"/>
- <property name="type" value="string"/>
- </element>
- <element action="add" uuid="5d3e9adc-9d0e-4b7c-abef-2b50ec57333c" parent-uuid="56185713-1439-4bd9-81df-6d5339d066ce" sibling-uuid="7146ddab-7bf0-4c4a-9cb9-0a80eedba7fd" type="field">
- <property name="name" value="cognome"/>
- <property name="type" value="string"/>
- </element>
- <element action="add" uuid="097ab2c7-9646-43ff-bc82-8cc0c277d909" parent-uuid="56185713-1439-4bd9-81df-6d5339d066ce" sibling-uuid="5d3e9adc-9d0e-4b7c-abef-2b50ec57333c" type="field">
- <property name="name" value="email"/>
- <property name="type" value="string"/>
- <property name="unique" value="true"/>
- </element>
- <element action="add" uuid="ca5b3607-4149-4aa9-9fe9-ed3f9ea4b79b" parent-uuid="56185713-1439-4bd9-81df-6d5339d066ce" sibling-uuid="097ab2c7-9646-43ff-bc82-8cc0c277d909" type="field">
- <property name="name" value="password"/>
- <property name="type" value="string"/>
- </element>
- <element action="add" uuid="e9cfc935-4b99-4bc8-be16-c582001b7cf4" parent-uuid="56185713-1439-4bd9-81df-6d5339d066ce" sibling-uuid="ca5b3607-4149-4aa9-9fe9-ed3f9ea4b79b" type="field">
- <property name="name" value="email_verified_at"/>
- <property name="type" value="timestamp"/>
- </element>
- <element action="add" uuid="43a000b7-9f98-4fbd-a88d-c6ea908cb2cc" parent-uuid="56185713-1439-4bd9-81df-6d5339d066ce" sibling-uuid="e9cfc935-4b99-4bc8-be16-c582001b7cf4" type="field">
- <property name="name" value="remember_token"/>
- <property name="type" value="string"/>
- </element>
- <element action="add" uuid="e1c61394-f57e-4941-aeb7-04fb368733cd" parent-uuid="56185713-1439-4bd9-81df-6d5339d066ce" sibling-uuid="43a000b7-9f98-4fbd-a88d-c6ea908cb2cc" type="field">
- <property name="name" value="api_token"/>
- <property name="type" value="string"/>
- </element>
- <element action="add" uuid="9f263de8-d827-4458-abac-08dc31740853" parent-uuid="56185713-1439-4bd9-81df-6d5339d066ce" sibling-uuid="e1c61394-f57e-4941-aeb7-04fb368733cd" type="field">
- <property name="name" value="two_factor_secret"/>
- <property name="type" value="text"/>
- </element>
- <element action="add" uuid="07ddc14d-0638-4998-9c0f-61e6b4c275ef" parent-uuid="56185713-1439-4bd9-81df-6d5339d066ce" sibling-uuid="9f263de8-d827-4458-abac-08dc31740853" type="field">
- <property name="name" value="two_factor_recovery_codes"/>
- <property name="type" value="text"/>
- </element>
- <element action="add" uuid="7e1530aa-7374-4465-af8d-0aed05196cf6" parent-uuid="56185713-1439-4bd9-81df-6d5339d066ce" sibling-uuid="07ddc14d-0638-4998-9c0f-61e6b4c275ef" type="field">
- <property name="name" value="two_factor_confirmed_at"/>
- <property name="type" value="timestamp"/>
- </element>
- <element action="add" uuid="40919a29-47f6-4516-9c3d-917ed2c9afe6" parent-uuid="56185713-1439-4bd9-81df-6d5339d066ce" sibling-uuid="7e1530aa-7374-4465-af8d-0aed05196cf6" type="field">
- <property name="name" value="created_at"/>
- <property name="type" value="timestamp"/>
- </element>
- <element action="add" uuid="ef88ffd6-4374-4238-99c9-9cc9596a093e" parent-uuid="56185713-1439-4bd9-81df-6d5339d066ce" sibling-uuid="40919a29-47f6-4516-9c3d-917ed2c9afe6" type="field">
- <property name="name" value="updated_at"/>
- <property name="type" value="timestamp"/>
- </element>
- <element action="add" uuid="d15505d1-a284-4cf1-94b0-70d0f5788243" parent-uuid="b21d156e-828b-49fe-87a8-659eb8411896" 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="1b21c2c5-a7df-400e-b816-995effdbf0e1" parent-uuid="b21d156e-828b-49fe-87a8-659eb8411896" sibling-uuid="d15505d1-a284-4cf1-94b0-70d0f5788243" type="field">
- <property name="name" value="reparto_id"/>
- <property name="type" value="bigInteger"/>
- <property name="unsigned" value="true"/>
- </element>
- <element action="add" uuid="a9f8ce22-0257-42cf-b6f3-de7a1132eea4" parent-uuid="b21d156e-828b-49fe-87a8-659eb8411896" sibling-uuid="1b21c2c5-a7df-400e-b816-995effdbf0e1" type="field">
- <property name="name" value="luogo_id"/>
- <property name="type" value="bigInteger"/>
- <property name="unsigned" value="true"/>
- </element>
- <element action="add" uuid="93e92649-f52f-4db5-baad-a4abf8e20f62" parent-uuid="b21d156e-828b-49fe-87a8-659eb8411896" sibling-uuid="a9f8ce22-0257-42cf-b6f3-de7a1132eea4" type="field">
- <property name="name" value="titolo"/>
- <property name="type" value="string"/>
- </element>
- <element action="add" uuid="1122f731-6f02-4eb8-b50a-f3a18a3c7eee" parent-uuid="b21d156e-828b-49fe-87a8-659eb8411896" sibling-uuid="93e92649-f52f-4db5-baad-a4abf8e20f62" type="field">
- <property name="name" value="descrizione"/>
- <property name="type" value="text"/>
- </element>
- <element action="add" uuid="d5523b54-3097-4cab-b7b9-1cda0923a39a" parent-uuid="b21d156e-828b-49fe-87a8-659eb8411896" sibling-uuid="1122f731-6f02-4eb8-b50a-f3a18a3c7eee" type="field">
- <property name="name" value="email"/>
- <property name="type" value="string"/>
- </element>
- <element action="add" uuid="7c80e559-2407-4396-8e87-81881e471d79" parent-uuid="b21d156e-828b-49fe-87a8-659eb8411896" sibling-uuid="d5523b54-3097-4cab-b7b9-1cda0923a39a" type="field">
- <property name="name" value="telefono"/>
- <property name="type" value="string"/>
- </element>
- <element action="add" uuid="86938116-9b87-4051-bc45-3009fe9cbf83" parent-uuid="b21d156e-828b-49fe-87a8-659eb8411896" sibling-uuid="7c80e559-2407-4396-8e87-81881e471d79" type="field">
- <property name="name" value="stato"/>
- <property name="type" value="string"/>
- </element>
- <element action="add" uuid="47ea6f64-0734-42ae-9374-bfe268ac2fca" parent-uuid="b21d156e-828b-49fe-87a8-659eb8411896" sibling-uuid="86938116-9b87-4051-bc45-3009fe9cbf83" type="field">
- <property name="name" value="priorita"/>
- <property name="type" value="string"/>
- </element>
- <element action="add" uuid="16f71b45-d45e-490a-9985-f19bed3c4d1c" parent-uuid="b21d156e-828b-49fe-87a8-659eb8411896" sibling-uuid="47ea6f64-0734-42ae-9374-bfe268ac2fca" type="field">
- <property name="name" value="tipo"/>
- <property name="type" value="string"/>
- </element>
- <element action="add" uuid="d0040cc6-db11-4587-beed-bf4313681d57" parent-uuid="b21d156e-828b-49fe-87a8-659eb8411896" sibling-uuid="16f71b45-d45e-490a-9985-f19bed3c4d1c" type="field">
- <property name="name" value="created_at"/>
- <property name="type" value="timestamp"/>
- </element>
- <element action="add" uuid="3a3d74a0-b87a-40b2-aa1d-691d9ff66856" parent-uuid="b21d156e-828b-49fe-87a8-659eb8411896" sibling-uuid="d0040cc6-db11-4587-beed-bf4313681d57" type="field">
- <property name="name" value="updated_at"/>
- <property name="type" value="timestamp"/>
- </element>
- <element action="add" uuid="0650ead8-f468-428d-8328-abf72d705f81" parent-uuid="fc304991-f5a9-4ae0-94e9-6f4a1016d1d0" 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="6ebc6247-693a-45cd-9cf7-e6ae5540bc57" parent-uuid="fc304991-f5a9-4ae0-94e9-6f4a1016d1d0" sibling-uuid="0650ead8-f468-428d-8328-abf72d705f81" type="field">
- <property name="name" value="reparto_id"/>
- <property name="type" value="bigInteger"/>
- <property name="unsigned" value="true"/>
- </element>
- <element action="add" uuid="cb4593a6-330e-45d8-bd24-6f27fed6d50f" parent-uuid="fc304991-f5a9-4ae0-94e9-6f4a1016d1d0" sibling-uuid="6ebc6247-693a-45cd-9cf7-e6ae5540bc57" type="field">
- <property name="name" value="label"/>
- <property name="type" value="string"/>
- </element>
- <element action="add" uuid="9f449dc9-ca55-4072-ac5a-625d529d5f5e" parent-uuid="fc304991-f5a9-4ae0-94e9-6f4a1016d1d0" sibling-uuid="cb4593a6-330e-45d8-bd24-6f27fed6d50f" type="field">
- <property name="name" value="descrizione"/>
- <property name="type" value="string"/>
- </element>
- <element action="add" uuid="8a65e32f-3379-4b9f-8c67-ef4807d6f124" parent-uuid="fc304991-f5a9-4ae0-94e9-6f4a1016d1d0" sibling-uuid="9f449dc9-ca55-4072-ac5a-625d529d5f5e" type="field">
- <property name="name" value="istruzioni"/>
- <property name="type" value="string"/>
- </element>
- <element action="add" uuid="39787a56-8a76-4fd5-ba6d-3bf699c26f6c" parent-uuid="fc304991-f5a9-4ae0-94e9-6f4a1016d1d0" sibling-uuid="8a65e32f-3379-4b9f-8c67-ef4807d6f124" type="field">
- <property name="name" value="created_at"/>
- <property name="type" value="timestamp"/>
- </element>
- <element action="add" uuid="146935b0-d70f-4c88-919c-10a605a0528b" parent-uuid="fc304991-f5a9-4ae0-94e9-6f4a1016d1d0" sibling-uuid="39787a56-8a76-4fd5-ba6d-3bf699c26f6c" type="field">
- <property name="name" value="updated_at"/>
- <property name="type" value="timestamp"/>
- </element>
- <element action="add" uuid="b82082e0-0b90-471d-9698-545b58e84b5a" parent-uuid="8819ca52-ae65-43e3-8aa4-a9d99d228284" 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="c0b1bbac-3561-4290-8d26-0f80e005ddf9" parent-uuid="8819ca52-ae65-43e3-8aa4-a9d99d228284" sibling-uuid="b82082e0-0b90-471d-9698-545b58e84b5a" type="field">
- <property name="name" value="label"/>
- <property name="type" value="string"/>
- </element>
- <element action="add" uuid="27bba23a-4ee0-47bf-bb70-b7029dbacd8a" parent-uuid="8819ca52-ae65-43e3-8aa4-a9d99d228284" sibling-uuid="c0b1bbac-3561-4290-8d26-0f80e005ddf9" type="field">
- <property name="name" value="descrizione"/>
- <property name="type" value="text"/>
- </element>
- <element action="add" uuid="59cd917a-97b3-4227-badc-ee7604c971f7" parent-uuid="8819ca52-ae65-43e3-8aa4-a9d99d228284" sibling-uuid="27bba23a-4ee0-47bf-bb70-b7029dbacd8a" type="field">
- <property name="name" value="gruppo"/>
- <property name="type" value="string"/>
- </element>
- <element action="add" uuid="436d6a3f-fc22-4fe5-a91f-e2c393ed7780" parent-uuid="8819ca52-ae65-43e3-8aa4-a9d99d228284" sibling-uuid="59cd917a-97b3-4227-badc-ee7604c971f7" type="field">
- <property name="name" value="key"/>
- <property name="type" value="string"/>
- </element>
- <element action="add" uuid="6122590b-dc17-4bf2-8497-c5b17bacaacd" parent-uuid="8819ca52-ae65-43e3-8aa4-a9d99d228284" sibling-uuid="436d6a3f-fc22-4fe5-a91f-e2c393ed7780" type="field">
- <property name="name" value="value"/>
- <property name="type" value="string"/>
- </element>
- <element action="add" uuid="b7ab3e5d-4482-483b-8cea-a26de1feda03" parent-uuid="8819ca52-ae65-43e3-8aa4-a9d99d228284" sibling-uuid="6122590b-dc17-4bf2-8497-c5b17bacaacd" type="field">
- <property name="name" value="type"/>
- <property name="type" value="string"/>
- </element>
- <element action="add" uuid="e4996d7f-4473-478d-8fea-5936deb136bd" parent-uuid="8819ca52-ae65-43e3-8aa4-a9d99d228284" sibling-uuid="b7ab3e5d-4482-483b-8cea-a26de1feda03" type="field">
- <property name="name" value="order"/>
- <property name="type" value="integer"/>
- </element>
- <element action="add" uuid="b9635a0a-85b2-467a-b2dc-89cd63ee0c4d" parent-uuid="8819ca52-ae65-43e3-8aa4-a9d99d228284" sibling-uuid="e4996d7f-4473-478d-8fea-5936deb136bd" type="field">
- <property name="name" value="icona"/>
- <property name="type" value="string"/>
- </element>
- <element action="add" uuid="c6811c53-5d36-454d-b43f-5df0157e39c2" parent-uuid="8819ca52-ae65-43e3-8aa4-a9d99d228284" sibling-uuid="b9635a0a-85b2-467a-b2dc-89cd63ee0c4d" type="field">
- <property name="name" value="colore"/>
- <property name="type" value="string"/>
- </element>
- <element action="add" uuid="00cd7459-b3a0-482c-83a4-7568de2c7124" parent-uuid="8819ca52-ae65-43e3-8aa4-a9d99d228284" sibling-uuid="c6811c53-5d36-454d-b43f-5df0157e39c2" type="field">
- <property name="name" value="created_at"/>
- <property name="type" value="timestamp"/>
- </element>
- <element action="add" uuid="93b12b98-06a8-4563-9e4d-553b532d39db" parent-uuid="8819ca52-ae65-43e3-8aa4-a9d99d228284" sibling-uuid="00cd7459-b3a0-482c-83a4-7568de2c7124" type="field">
- <property name="name" value="updated_at"/>
- <property name="type" value="timestamp"/>
- </element>
- <element action="add" uuid="0437cbe3-b2c4-4fa6-8c9c-7df74e17a5e2" parent-uuid="43c9733c-5074-4c8d-9cb1-33867510c2fc" 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="a55daaa7-8ba7-4bb0-83dd-dcfdb8036968" parent-uuid="43c9733c-5074-4c8d-9cb1-33867510c2fc" sibling-uuid="0437cbe3-b2c4-4fa6-8c9c-7df74e17a5e2" type="field">
- <property name="name" value="segnalazione_id"/>
- <property name="type" value="bigInteger"/>
- <property name="unsigned" value="true"/>
- </element>
- <element action="add" uuid="f748b6d3-a6af-40b0-a522-4447364a2948" parent-uuid="43c9733c-5074-4c8d-9cb1-33867510c2fc" sibling-uuid="a55daaa7-8ba7-4bb0-83dd-dcfdb8036968" type="field">
- <property name="name" value="text"/>
- <property name="type" value="text"/>
- </element>
- <element action="add" uuid="d0ae0044-ec8e-4aee-8cb5-84d5a663c57a" parent-uuid="43c9733c-5074-4c8d-9cb1-33867510c2fc" sibling-uuid="f748b6d3-a6af-40b0-a522-4447364a2948" type="field">
- <property name="name" value="created_at"/>
- <property name="type" value="timestamp"/>
- </element>
- <element action="add" uuid="80c6b3cc-d201-4972-8b42-e25cbee8b615" parent-uuid="43c9733c-5074-4c8d-9cb1-33867510c2fc" sibling-uuid="d0ae0044-ec8e-4aee-8cb5-84d5a663c57a" type="field">
- <property name="name" value="updated_at"/>
- <property name="type" value="timestamp"/>
- </element>
- <element action="add" uuid="2d553f80-bf75-4a94-a78e-56c486f79cb3" parent-uuid="e8840811-594b-4f30-aede-b6f870cb3522" 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="20f5e989-2e00-462f-a167-72533b875014" parent-uuid="e8840811-594b-4f30-aede-b6f870cb3522" sibling-uuid="2d553f80-bf75-4a94-a78e-56c486f79cb3" type="field">
- <property name="name" value="segnalazione_id"/>
- <property name="type" value="bigInteger"/>
- <property name="unsigned" value="true"/>
- </element>
- <element action="add" uuid="02b9db9a-efd3-45cf-9d32-1fed741c974d" parent-uuid="e8840811-594b-4f30-aede-b6f870cb3522" sibling-uuid="20f5e989-2e00-462f-a167-72533b875014" type="field">
- <property name="name" value="nome"/>
- <property name="type" value="string"/>
- </element>
- <element action="add" uuid="b119f05b-8502-4a48-8c59-ce3b637af48d" parent-uuid="e8840811-594b-4f30-aede-b6f870cb3522" sibling-uuid="02b9db9a-efd3-45cf-9d32-1fed741c974d" type="field">
- <property name="name" value="descrizione"/>
- <property name="type" value="string"/>
- </element>
- <element action="add" uuid="0bd7a561-2a56-4680-8e69-666a50f013b9" parent-uuid="e8840811-594b-4f30-aede-b6f870cb3522" sibling-uuid="b119f05b-8502-4a48-8c59-ce3b637af48d" type="field">
- <property name="name" value="path_file"/>
- <property name="type" value="string"/>
- </element>
- <element action="add" uuid="1f5c30d8-1d58-4522-925a-3a708ea09307" parent-uuid="e8840811-594b-4f30-aede-b6f870cb3522" sibling-uuid="0bd7a561-2a56-4680-8e69-666a50f013b9" type="field">
- <property name="name" value="created_at"/>
- <property name="type" value="timestamp"/>
- </element>
- <element action="add" uuid="3ba2e1c1-5b46-4509-b828-1eee646e1267" parent-uuid="e8840811-594b-4f30-aede-b6f870cb3522" sibling-uuid="1f5c30d8-1d58-4522-925a-3a708ea09307" type="field">
- <property name="name" value="updated_at"/>
- <property name="type" value="timestamp"/>
- </element>
- <element action="add" uuid="30f3fa1d-7834-42da-bbfc-3a60ddad4034" parent-uuid="be8b5d1d-91da-4d7b-a50e-415ef90e5669" 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="d48cb9c0-3907-4472-88a5-44774d686d37" parent-uuid="be8b5d1d-91da-4d7b-a50e-415ef90e5669" sibling-uuid="30f3fa1d-7834-42da-bbfc-3a60ddad4034" type="field">
- <property name="name" value="annotazione_id"/>
- <property name="type" value="bigInteger"/>
- <property name="unsigned" value="true"/>
- </element>
- <element action="add" uuid="96220dc4-79f3-4e79-8024-cd4a976f443a" parent-uuid="be8b5d1d-91da-4d7b-a50e-415ef90e5669" sibling-uuid="d48cb9c0-3907-4472-88a5-44774d686d37" type="field">
- <property name="name" value="nome"/>
- <property name="type" value="string"/>
- </element>
- <element action="add" uuid="97adca03-8802-4042-8f00-ff79b3910b0d" parent-uuid="be8b5d1d-91da-4d7b-a50e-415ef90e5669" sibling-uuid="96220dc4-79f3-4e79-8024-cd4a976f443a" type="field">
- <property name="name" value="descrizione"/>
- <property name="type" value="string"/>
- </element>
- <element action="add" uuid="14d15c1e-3bfe-45b8-8d74-5ddd222ff3b5" parent-uuid="be8b5d1d-91da-4d7b-a50e-415ef90e5669" sibling-uuid="97adca03-8802-4042-8f00-ff79b3910b0d" type="field">
- <property name="name" value="path_file"/>
- <property name="type" value="string"/>
- </element>
- <element action="add" uuid="aa099fda-2af1-4c9e-8e79-3020bff7acde" parent-uuid="be8b5d1d-91da-4d7b-a50e-415ef90e5669" sibling-uuid="14d15c1e-3bfe-45b8-8d74-5ddd222ff3b5" type="field">
- <property name="name" value="created_at"/>
- <property name="type" value="timestamp"/>
- </element>
- <element action="add" uuid="65bce51b-82df-4a22-a870-38aa7dc6e304" parent-uuid="be8b5d1d-91da-4d7b-a50e-415ef90e5669" sibling-uuid="aa099fda-2af1-4c9e-8e79-3020bff7acde" type="field">
- <property name="name" value="updated_at"/>
- <property name="type" value="timestamp"/>
- </element>
- <element action="add" uuid="caff63c6-ac2c-4611-9780-e260782f7714" parent-uuid="a65c0700-a1f7-48ed-9917-b4595da5540e" 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="3a0c9b1d-d545-41f4-b758-957738b6c904" parent-uuid="a65c0700-a1f7-48ed-9917-b4595da5540e" sibling-uuid="caff63c6-ac2c-4611-9780-e260782f7714" type="field">
- <property name="name" value="nome"/>
- <property name="type" value="string"/>
- </element>
- <element action="add" uuid="1815c209-0ccf-4049-a824-9007bdaf1b72" parent-uuid="a65c0700-a1f7-48ed-9917-b4595da5540e" sibling-uuid="3a0c9b1d-d545-41f4-b758-957738b6c904" type="field">
- <property name="name" value="cognome"/>
- <property name="type" value="string"/>
- </element>
- <element action="add" uuid="abad32b7-a9b2-4f34-9655-c1fdcedc4d0f" parent-uuid="a65c0700-a1f7-48ed-9917-b4595da5540e" sibling-uuid="1815c209-0ccf-4049-a824-9007bdaf1b72" type="field">
- <property name="name" value="email"/>
- <property name="type" value="string"/>
- </element>
- <element action="add" uuid="859e76a8-e38f-45ae-beb9-c8d266f3a2a1" parent-uuid="a65c0700-a1f7-48ed-9917-b4595da5540e" sibling-uuid="abad32b7-a9b2-4f34-9655-c1fdcedc4d0f" type="field">
- <property name="name" value="telefono"/>
- <property name="type" value="string"/>
- </element>
- <element action="add" uuid="8d8fc683-ae7e-4e6d-bda5-0693b4c4c619" parent-uuid="a65c0700-a1f7-48ed-9917-b4595da5540e" sibling-uuid="859e76a8-e38f-45ae-beb9-c8d266f3a2a1" type="field">
- <property name="name" value="interno"/>
- <property name="type" value="integer"/>
- </element>
- <element action="add" uuid="43636994-86f4-4cd4-b95b-9bfa66001d98" parent-uuid="a65c0700-a1f7-48ed-9917-b4595da5540e" sibling-uuid="8d8fc683-ae7e-4e6d-bda5-0693b4c4c619" type="field">
- <property name="name" value="indirizzo"/>
- <property name="type" value="string"/>
- </element>
- <element action="add" uuid="5543e0c6-9634-44fe-bce2-8ed1147f8b15" parent-uuid="a65c0700-a1f7-48ed-9917-b4595da5540e" sibling-uuid="43636994-86f4-4cd4-b95b-9bfa66001d98" type="field">
- <property name="name" value="created_at"/>
- <property name="type" value="timestamp"/>
- </element>
- <element action="add" uuid="ccc4f6d3-6363-42de-afc9-1adadd9d814d" parent-uuid="a65c0700-a1f7-48ed-9917-b4595da5540e" sibling-uuid="5543e0c6-9634-44fe-bce2-8ed1147f8b15" type="field">
- <property name="name" value="updated_at"/>
- <property name="type" value="timestamp"/>
- </element>
- <element action="add" uuid="c27e4a3f-ddeb-4fe9-9783-283dc197038a" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="association">
- <property name="from" value="\App\Models\Segnalazione"/>
- <property name="inverse-alias" value="reparto"/>
- <property name="many-inverse" value="false"/>
- <property name="many-owner" value="true"/>
- <property name="onDelete" value="set null"/>
- <property name="owner-alias" value="segnalazioni"/>
- <property name="to" value="\App\Models\Reparto"/>
- </element>
- <element action="add" uuid="d2f24672-cfe1-40be-a2d2-df8c61b7bee9" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="association">
- <property name="from" value="\App\Models\Segnalazione"/>
- <property name="inverse-alias" value="luogo"/>
- <property name="many-inverse" value="false"/>
- <property name="many-owner" value="true"/>
- <property name="onDelete" value="set null"/>
- <property name="owner-alias" value="segnalazioni"/>
- <property name="to" value="\App\Models\Luogo"/>
- </element>
- <element action="add" uuid="938fb821-3bf1-41ce-9a31-b8e4bc7525ff" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="association">
- <property name="from" value="\App\Models\Luogo"/>
- <property name="inverse-alias" value="reparto"/>
- <property name="many-inverse" value="false"/>
- <property name="many-owner" value="true"/>
- <property name="onDelete" value="cascade"/>
- <property name="owner-alias" value="luogos"/>
- <property name="to" value="\App\Models\Reparto"/>
- </element>
- <element action="add" uuid="9d4fa7d0-23be-4bb2-99bd-67797c3244c0" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="association">
- <property name="from" value="\App\Models\Annotazione"/>
- <property name="inverse-alias" value="segnalazione"/>
- <property name="many-inverse" value="false"/>
- <property name="many-owner" value="true"/>
- <property name="onDelete" value="cascade"/>
- <property name="owner-alias" value="annotazioni"/>
- <property name="to" value="\App\Models\Segnalazione"/>
- </element>
- <element action="add" uuid="eb891543-fab7-4d06-bcb3-247f79231dc2" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="association">
- <property name="from" value="\App\Models\AllegatoSegnalazione"/>
- <property name="inverse-alias" value="segnalazione"/>
- <property name="many-inverse" value="false"/>
- <property name="many-owner" value="true"/>
- <property name="owner-alias" value="allegatiSegnalazione"/>
- <property name="to" value="\App\Models\Segnalazione"/>
- </element>
- <element action="add" uuid="719929c1-e0fe-4feb-950a-ba417c35a60c" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="association">
- <property name="from" value="\App\Models\AllegatoAnnotazione"/>
- <property name="inverse-alias" value="annotazione"/>
- <property name="many-inverse" value="false"/>
- <property name="many-owner" value="true"/>
- <property name="onDelete" value="cascade"/>
- <property name="owner-alias" value="allegatiAnnotazione"/>
- <property name="to" value="\App\Models\Annotazione"/>
- </element>
- <element action="add" uuid="a0156e92-ea23-4c15-acb5-9ad2ba5af0ba" parent-uuid="c27e4a3f-ddeb-4fe9-9783-283dc197038a" type="association-field">
- <property name="from" value="reparto_id"/>
- <property name="to" value="id"/>
- </element>
- <element action="add" uuid="28295fce-e696-46e5-b19a-340557fd8109" parent-uuid="d2f24672-cfe1-40be-a2d2-df8c61b7bee9" type="association-field">
- <property name="from" value="luogo_id"/>
- <property name="to" value="id"/>
- </element>
- <element action="add" uuid="77740dcb-72dc-474b-a5a5-1c3606334a62" parent-uuid="938fb821-3bf1-41ce-9a31-b8e4bc7525ff" type="association-field">
- <property name="from" value="reparto_id"/>
- <property name="to" value="id"/>
- </element>
- <element action="add" uuid="76a290ad-9338-4ae7-a168-dd924d4c0b9f" parent-uuid="9d4fa7d0-23be-4bb2-99bd-67797c3244c0" type="association-field">
- <property name="from" value="segnalazione_id"/>
- <property name="to" value="id"/>
- </element>
- <element action="add" uuid="3e4f5bcb-9102-42c0-864c-ad5d14569424" parent-uuid="eb891543-fab7-4d06-bcb3-247f79231dc2" type="association-field">
- <property name="from" value="segnalazione_id"/>
- <property name="to" value="id"/>
- </element>
- <element action="add" uuid="c74b78f8-307e-4473-a96d-263d5f8908d2" parent-uuid="719929c1-e0fe-4feb-950a-ba417c35a60c" type="association-field">
- <property name="from" value="annotazione_id"/>
- <property name="to" value="id"/>
- </element>
- </revision>
- <revision uuid="ef53e274-db52-4c73-9314-b3e4a4b9b704" date="2026-01-19 15:10:12.541066" exportable="true">
- <element action="update" uuid="938fb821-3bf1-41ce-9a31-b8e4bc7525ff" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="association">
- <property name="owner-alias" value="luoghi"/>
- </element>
- </revision>
- <revision uuid="8287c00b-1259-4786-9070-b662d246f575" date="2026-01-29 12:10:39.128379" exportable="true">
- <element action="add" uuid="f1331b94-8ccf-4328-bc32-bffdc732572e" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" 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="6128d2f6-88d0-472b-bc71-0a9f49370847" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" 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="2ef4e619-ebea-457a-8613-05b3dfb6c7fa" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" 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="dd24c9ce-a45f-4d90-b374-ede2efe2e25b" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" 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="e489d50b-7a4e-4869-b62a-6e552e4a1140" parent-uuid="f1331b94-8ccf-4328-bc32-bffdc732572e" 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="a51b37ab-f251-4222-b5cd-09de8f6032ea" parent-uuid="f1331b94-8ccf-4328-bc32-bffdc732572e" sibling-uuid="e489d50b-7a4e-4869-b62a-6e552e4a1140" type="field">
- <property name="name" value="nazione_id"/>
- <property name="type" value="bigInteger"/>
- <property name="unsigned" value="true"/>
- </element>
- <element action="add" uuid="673adc64-b483-4df0-b282-74322004a246" parent-uuid="f1331b94-8ccf-4328-bc32-bffdc732572e" sibling-uuid="a51b37ab-f251-4222-b5cd-09de8f6032ea" type="field">
- <property name="name" value="nome"/>
- <property name="type" value="string"/>
- </element>
- <element action="add" uuid="640d52fb-d124-4ee8-a184-52f855e4153b" parent-uuid="f1331b94-8ccf-4328-bc32-bffdc732572e" sibling-uuid="673adc64-b483-4df0-b282-74322004a246" type="field">
- <property name="name" value="sigla"/>
- <property name="type" value="string"/>
- </element>
- <element action="add" uuid="7f7a24b6-229f-4acf-aef3-0ec512768d24" parent-uuid="f1331b94-8ccf-4328-bc32-bffdc732572e" sibling-uuid="640d52fb-d124-4ee8-a184-52f855e4153b" type="field">
- <property name="name" value="created_at"/>
- <property name="type" value="timestamp"/>
- </element>
- <element action="add" uuid="62d0de6c-f896-491b-99db-1840ede2d1fa" parent-uuid="f1331b94-8ccf-4328-bc32-bffdc732572e" sibling-uuid="7f7a24b6-229f-4acf-aef3-0ec512768d24" type="field">
- <property name="name" value="updated_at"/>
- <property name="type" value="timestamp"/>
- </element>
- <element action="add" uuid="67af633f-42c4-416d-ab1f-6b1c8a36dd82" parent-uuid="6128d2f6-88d0-472b-bc71-0a9f49370847" 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="c98ab5d4-058e-46c3-ae49-5cf78478c8e0" parent-uuid="6128d2f6-88d0-472b-bc71-0a9f49370847" sibling-uuid="67af633f-42c4-416d-ab1f-6b1c8a36dd82" type="field">
- <property name="name" value="nome"/>
- <property name="type" value="string"/>
- </element>
- <element action="add" uuid="7ed5c802-64fb-4bba-aca9-0de4a1d1b099" parent-uuid="6128d2f6-88d0-472b-bc71-0a9f49370847" sibling-uuid="c98ab5d4-058e-46c3-ae49-5cf78478c8e0" type="field">
- <property name="name" value="sigla"/>
- <property name="type" value="string"/>
- </element>
- <element action="add" uuid="b7cb1d70-b9a6-441a-aacd-7cd963cbc371" parent-uuid="6128d2f6-88d0-472b-bc71-0a9f49370847" sibling-uuid="7ed5c802-64fb-4bba-aca9-0de4a1d1b099" type="field">
- <property name="name" value="created_at"/>
- <property name="type" value="timestamp"/>
- </element>
- <element action="add" uuid="b40e30e1-a742-4297-932c-e28291e0a8e4" parent-uuid="6128d2f6-88d0-472b-bc71-0a9f49370847" sibling-uuid="b7cb1d70-b9a6-441a-aacd-7cd963cbc371" type="field">
- <property name="name" value="updated_at"/>
- <property name="type" value="timestamp"/>
- </element>
- <element action="add" uuid="656af606-c65b-4b92-bac2-4e8a23d286e4" parent-uuid="2ef4e619-ebea-457a-8613-05b3dfb6c7fa" 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="e52e1b52-9dd3-4f50-ade3-a01755961201" parent-uuid="2ef4e619-ebea-457a-8613-05b3dfb6c7fa" sibling-uuid="656af606-c65b-4b92-bac2-4e8a23d286e4" type="field">
- <property name="name" value="provincia_id"/>
- <property name="type" value="bigInteger"/>
- <property name="unsigned" value="true"/>
- </element>
- <element action="add" uuid="366b0dc8-c30b-4649-a1a2-3819e803595b" parent-uuid="2ef4e619-ebea-457a-8613-05b3dfb6c7fa" sibling-uuid="e52e1b52-9dd3-4f50-ade3-a01755961201" type="field">
- <property name="name" value="nazione_id"/>
- <property name="type" value="bigInteger"/>
- <property name="unsigned" value="true"/>
- </element>
- <element action="add" uuid="02c5a258-0c72-47fc-8a1f-0b0af6c37e38" parent-uuid="2ef4e619-ebea-457a-8613-05b3dfb6c7fa" sibling-uuid="366b0dc8-c30b-4649-a1a2-3819e803595b" type="field">
- <property name="name" value="nome"/>
- <property name="type" value="string"/>
- </element>
- <element action="add" uuid="efc61454-f98b-49aa-98f2-3e6014129b09" parent-uuid="2ef4e619-ebea-457a-8613-05b3dfb6c7fa" sibling-uuid="02c5a258-0c72-47fc-8a1f-0b0af6c37e38" type="field">
- <property name="name" value="codice_catastale"/>
- <property name="type" value="string"/>
- </element>
- <element action="add" uuid="8f5ae8e3-acaf-40ea-8eba-3139d76454a7" parent-uuid="2ef4e619-ebea-457a-8613-05b3dfb6c7fa" sibling-uuid="efc61454-f98b-49aa-98f2-3e6014129b09" type="field">
- <property name="name" value="created_at"/>
- <property name="type" value="timestamp"/>
- </element>
- <element action="add" uuid="e603d21d-ddb5-46bd-929f-94a78dc0c5f5" parent-uuid="2ef4e619-ebea-457a-8613-05b3dfb6c7fa" sibling-uuid="8f5ae8e3-acaf-40ea-8eba-3139d76454a7" type="field">
- <property name="name" value="updated_at"/>
- <property name="type" value="timestamp"/>
- </element>
- <element action="add" uuid="badce0d4-64dd-43b2-be60-820ff13951fa" parent-uuid="dd24c9ce-a45f-4d90-b374-ede2efe2e25b" 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="8ab75bd9-b755-4637-a230-9e2d5de6ac55" parent-uuid="dd24c9ce-a45f-4d90-b374-ede2efe2e25b" sibling-uuid="badce0d4-64dd-43b2-be60-820ff13951fa" type="field">
- <property name="name" value="group"/>
- <property name="type" value="string"/>
- </element>
- <element action="add" uuid="4210e393-7c3b-4982-8bee-30238073d5bc" parent-uuid="dd24c9ce-a45f-4d90-b374-ede2efe2e25b" sibling-uuid="8ab75bd9-b755-4637-a230-9e2d5de6ac55" type="field">
- <property name="name" value="display_name"/>
- <property name="type" value="string"/>
- </element>
- <element action="add" uuid="e9019a5d-d4b6-4bf5-a014-7963da6341f8" parent-uuid="dd24c9ce-a45f-4d90-b374-ede2efe2e25b" sibling-uuid="4210e393-7c3b-4982-8bee-30238073d5bc" type="field">
- <property name="name" value="value"/>
- <property name="type" value="longText"/>
- </element>
- <element action="add" uuid="9e54a33a-8637-4273-8027-e0aecc53eeb6" parent-uuid="dd24c9ce-a45f-4d90-b374-ede2efe2e25b" sibling-uuid="e9019a5d-d4b6-4bf5-a014-7963da6341f8" type="field">
- <property name="name" value="order"/>
- <property name="type" value="integer"/>
- </element>
- <element action="add" uuid="e04ce407-d9d0-4c74-9a8d-721deeb63c3c" parent-uuid="dd24c9ce-a45f-4d90-b374-ede2efe2e25b" sibling-uuid="9e54a33a-8637-4273-8027-e0aecc53eeb6" type="field">
- <property name="name" value="type"/>
- <property name="type" value="string"/>
- </element>
- <element action="add" uuid="fb7f6e10-5782-4506-9258-4b6185860d71" parent-uuid="dd24c9ce-a45f-4d90-b374-ede2efe2e25b" sibling-uuid="e04ce407-d9d0-4c74-9a8d-721deeb63c3c" type="field">
- <property name="name" value="created_at"/>
- <property name="type" value="timestamp"/>
- </element>
- <element action="add" uuid="370dbe57-9a63-4af4-ad81-b7c7647c273c" parent-uuid="dd24c9ce-a45f-4d90-b374-ede2efe2e25b" sibling-uuid="fb7f6e10-5782-4506-9258-4b6185860d71" type="field">
- <property name="name" value="updated_at"/>
- <property name="type" value="timestamp"/>
- </element>
- <element action="add" uuid="345b5351-9f8a-4d02-9192-1bb27645761d" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" 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="4399e41c-477e-44d7-91db-b1cd4614f294" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" 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="299d534d-b5ef-411c-b66b-f4adaaa3b4f1" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" 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="8f51c513-0361-4147-b7ac-26b56c42011d" parent-uuid="345b5351-9f8a-4d02-9192-1bb27645761d" type="association-field">
- <property name="from" value="nazione_id"/>
- <property name="to" value="id"/>
- </element>
- <element action="add" uuid="bb143e14-84bd-4e4a-bc86-6045f340856b" parent-uuid="4399e41c-477e-44d7-91db-b1cd4614f294" type="association-field">
- <property name="from" value="provincia_id"/>
- <property name="to" value="id"/>
- </element>
- <element action="add" uuid="3bf703ca-9546-4b79-85c0-8febb961d821" parent-uuid="299d534d-b5ef-411c-b66b-f4adaaa3b4f1" type="association-field">
- <property name="from" value="nazione_id"/>
- <property name="to" value="id"/>
- </element>
- </revision>
- <revision uuid="939f1cdf-9a7b-4644-b610-6e7449d178a9" date="2026-01-29 14:13:44.790798" exportable="true">
- <element action="add" uuid="89a8c443-befc-4306-8035-bce0de881d16" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="entity">
- <property name="fillableAll" value="as-fillable-all"/>
- <property name="local-name" value="Assegnazione"/>
- <property name="name" value="\App\Models\Assegnazione"/>
- <property name="namespace" value="\App\Models"/>
- <property name="table" value="assegnazione"/>
- </element>
- <element action="add" uuid="9e40817f-1351-4157-b873-fc2b3bab43d6" parent-uuid="89a8c443-befc-4306-8035-bce0de881d16" 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="b06219fb-c584-4efc-97d9-4f8de6a630c9" parent-uuid="89a8c443-befc-4306-8035-bce0de881d16" sibling-uuid="9e40817f-1351-4157-b873-fc2b3bab43d6" type="field">
- <property name="name" value="user_id"/>
- <property name="type" value="bigInteger"/>
- <property name="unsigned" value="true"/>
- </element>
- <element action="add" uuid="3c30297e-c1f7-4d1e-bfd4-ea72d7d54577" parent-uuid="89a8c443-befc-4306-8035-bce0de881d16" sibling-uuid="b06219fb-c584-4efc-97d9-4f8de6a630c9" type="field">
- <property name="name" value="segnalazione_id"/>
- <property name="type" value="bigInteger"/>
- <property name="unsigned" value="true"/>
- </element>
- <element action="add" uuid="7500c646-4a6f-44e4-97f0-6d5a9f1a8b0f" parent-uuid="89a8c443-befc-4306-8035-bce0de881d16" sibling-uuid="3c30297e-c1f7-4d1e-bfd4-ea72d7d54577" type="field">
- <property name="name" value="created_at"/>
- <property name="type" value="timestamp"/>
- </element>
- <element action="add" uuid="e4985932-a1ad-4ab3-b6af-234a294a1f4e" parent-uuid="89a8c443-befc-4306-8035-bce0de881d16" sibling-uuid="7500c646-4a6f-44e4-97f0-6d5a9f1a8b0f" type="field">
- <property name="name" value="updated_at"/>
- <property name="type" value="timestamp"/>
- </element>
- <element action="add" uuid="87d12566-dd1d-492a-a1b5-536cc8fb202f" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="association">
- <property name="from" value="\App\Models\Assegnazione"/>
- <property name="inverse-alias" value="user"/>
- <property name="many-inverse" value="false"/>
- <property name="many-owner" value="true"/>
- <property name="onDelete" value="set null"/>
- <property name="owner-alias" value="assegnazioni"/>
- <property name="to" value="\App\Models\User"/>
- </element>
- <element action="add" uuid="785093c3-4fee-4b93-8b41-99449ce28b30" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="association">
- <property name="from" value="\App\Models\Assegnazione"/>
- <property name="inverse-alias" value="segnalazione"/>
- <property name="many-inverse" value="false"/>
- <property name="many-owner" value="true"/>
- <property name="onDelete" value="cascade"/>
- <property name="owner-alias" value="assegnazioni"/>
- <property name="to" value="\App\Models\Segnalazione"/>
- </element>
- <element action="add" uuid="e2a30404-076a-400f-8cc8-335525c9501c" parent-uuid="87d12566-dd1d-492a-a1b5-536cc8fb202f" type="association-field">
- <property name="from" value="user_id"/>
- <property name="to" value="id"/>
- </element>
- <element action="add" uuid="f4b65d0e-3103-4a0d-ada4-cb10cdc0238c" parent-uuid="785093c3-4fee-4b93-8b41-99449ce28b30" type="association-field">
- <property name="from" value="segnalazione_id"/>
- <property name="to" value="id"/>
- </element>
- </revision>
- <revision uuid="5d2ec3fe-9e75-4bdb-a4f6-71fe96117bf7" date="2026-01-29 14:22:38.579209" exportable="true">
- <element action="add" uuid="8c4db31d-e77c-4138-8505-1e80214a9eff" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="entity">
- <property name="fillableAll" value="as-fillable-all"/>
- <property name="local-name" value="Gruppo"/>
- <property name="name" value="\App\Models\Gruppo"/>
- <property name="namespace" value="\App\Models"/>
- <property name="table" value="gruppo"/>
- </element>
- <element action="add" uuid="3f50a0d8-1a10-49de-aee2-ce93ebe146bd" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="entity">
- <property name="local-name" value="UserHasGruppo"/>
- <property name="name" value="\App\Models\UserHasGruppo"/>
- <property name="namespace" value="\App\Models"/>
- </element>
- <element action="add" uuid="3127e131-f95f-4435-947c-53d801629a0b" parent-uuid="89a8c443-befc-4306-8035-bce0de881d16" sibling-uuid="b06219fb-c584-4efc-97d9-4f8de6a630c9" type="field">
- <property name="name" value="gruppo_id"/>
- <property name="type" value="bigInteger"/>
- <property name="unsigned" value="true"/>
- </element>
- <element action="add" uuid="bb3b4cb7-4401-4e65-9cbf-42e0652cdc29" parent-uuid="8c4db31d-e77c-4138-8505-1e80214a9eff" 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="a94a6fde-c7ce-47d3-92a6-f8f471975844" parent-uuid="8c4db31d-e77c-4138-8505-1e80214a9eff" sibling-uuid="bb3b4cb7-4401-4e65-9cbf-42e0652cdc29" type="field">
- <property name="name" value="label"/>
- <property name="type" value="string"/>
- </element>
- <element action="add" uuid="d597ecec-5904-4f69-a038-a54d4111038e" parent-uuid="8c4db31d-e77c-4138-8505-1e80214a9eff" sibling-uuid="a94a6fde-c7ce-47d3-92a6-f8f471975844" type="field">
- <property name="name" value="is_attivo"/>
- <property name="type" value="boolean"/>
- </element>
- <element action="add" uuid="21c4c3ea-0ee4-46a9-89d5-fb9b0373a088" parent-uuid="8c4db31d-e77c-4138-8505-1e80214a9eff" sibling-uuid="d597ecec-5904-4f69-a038-a54d4111038e" type="field">
- <property name="name" value="created_at"/>
- <property name="type" value="timestamp"/>
- </element>
- <element action="add" uuid="194ea3c0-8c88-45d7-8dfc-ffbceedc9b4f" parent-uuid="8c4db31d-e77c-4138-8505-1e80214a9eff" sibling-uuid="21c4c3ea-0ee4-46a9-89d5-fb9b0373a088" type="field">
- <property name="name" value="updated_at"/>
- <property name="type" value="timestamp"/>
- </element>
- <element action="add" uuid="8edd5f3c-e725-44a7-a119-35fb670e523d" parent-uuid="3f50a0d8-1a10-49de-aee2-ce93ebe146bd" type="field">
- <property name="name" value="gruppo_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="408bc98e-98f9-4987-a04c-c490083cd045" parent-uuid="3f50a0d8-1a10-49de-aee2-ce93ebe146bd" sibling-uuid="8edd5f3c-e725-44a7-a119-35fb670e523d" 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="c0743f29-89cb-46d6-bcb3-99c75d108e5f" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="association">
- <property name="from" value="\App\Models\Assegnazione"/>
- <property name="inverse-alias" value="gruppo"/>
- <property name="many-inverse" value="false"/>
- <property name="many-owner" value="true"/>
- <property name="onDelete" value="set null"/>
- <property name="owner-alias" value="assegnazioni"/>
- <property name="to" value="\App\Models\Gruppo"/>
- </element>
- <element action="add" uuid="a3241ad1-3e0e-44ed-8f0e-2197ee110b5d" parent-uuid="c0743f29-89cb-46d6-bcb3-99c75d108e5f" type="association-field">
- <property name="from" value="gruppo_id"/>
- <property name="to" value="id"/>
- </element>
- <element action="add" uuid="eb2029fd-ffee-4185-beb3-1f8e07faf343" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="many-to-many">
- <property name="mn-entity" value="\App\Models\UserHasGruppo"/>
- </element>
- <element action="add" uuid="b122efd1-f859-457e-b0bb-5f8c73c68401" parent-uuid="eb2029fd-ffee-4185-beb3-1f8e07faf343" type="many-to-many-entity">
- <property name="alias" value="gruppi"/>
- <property name="name" value="\App\Models\Gruppo"/>
- <property name="owning-side" value="true"/>
- </element>
- <element action="add" uuid="1c0122f4-216a-4e1d-a9d1-847e7e1cd4d6" parent-uuid="eb2029fd-ffee-4185-beb3-1f8e07faf343" 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="440f9423-db35-4d2a-8908-624e56b41588" parent-uuid="b122efd1-f859-457e-b0bb-5f8c73c68401" type="many-to-many-field">
- <property name="from" value="gruppo_id"/>
- <property name="to" value="id"/>
- </element>
- <element action="add" uuid="5100da27-9bf6-4564-93cc-acc90bdde5ca" parent-uuid="1c0122f4-216a-4e1d-a9d1-847e7e1cd4d6" type="many-to-many-field">
- <property name="from" value="user_id"/>
- <property name="to" value="id"/>
- </element>
- <element action="reorder" uuid="3c30297e-c1f7-4d1e-bfd4-ea72d7d54577" parent-uuid="89a8c443-befc-4306-8035-bce0de881d16" sibling-uuid="3127e131-f95f-4435-947c-53d801629a0b" previous-sibling-uuid="b06219fb-c584-4efc-97d9-4f8de6a630c9" type="field" helper="true"/>
- </revision>
- <revision uuid="f9bfdfaf-61f4-466c-9a69-eeab3492cf3e" date="2026-01-29 14:51:05.201136" exportable="true">
- <element action="add" uuid="f33f5b5b-3fbb-45cb-93c9-6def7a6c98ef" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="entity">
- <property name="fillableAll" value="as-fillable-all"/>
- <property name="local-name" value="TempoImpiegato"/>
- <property name="name" value="\App\Models\TempoImpiegato"/>
- <property name="namespace" value="\App\Models"/>
- <property name="table" value="tempo_impiegato"/>
- </element>
- <element action="add" uuid="2cb16ee6-fd81-4981-95be-d88191274a0d" parent-uuid="56185713-1439-4bd9-81df-6d5339d066ce" sibling-uuid="ef88ffd6-4374-4238-99c9-9cc9596a093e" type="field">
- <property name="name" value="telefono"/>
- <property name="type" value="string"/>
- </element>
- <element action="add" uuid="e3418cbd-8f1f-4b78-8aa8-aece19d72af6" parent-uuid="f33f5b5b-3fbb-45cb-93c9-6def7a6c98ef" 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="a9d091fe-f63e-476a-b6b3-0ea27dd4a150" parent-uuid="f33f5b5b-3fbb-45cb-93c9-6def7a6c98ef" sibling-uuid="e3418cbd-8f1f-4b78-8aa8-aece19d72af6" type="field">
- <property name="name" value="segnalazione_id"/>
- <property name="type" value="bigInteger"/>
- <property name="unsigned" value="true"/>
- </element>
- <element action="add" uuid="d7724264-30ee-4486-8322-ae519693e106" parent-uuid="f33f5b5b-3fbb-45cb-93c9-6def7a6c98ef" sibling-uuid="a9d091fe-f63e-476a-b6b3-0ea27dd4a150" type="field">
- <property name="name" value="user_id"/>
- <property name="type" value="bigInteger"/>
- <property name="unsigned" value="true"/>
- </element>
- <element action="add" uuid="d2aa28da-197f-4fa5-a486-31f3973f50f5" parent-uuid="f33f5b5b-3fbb-45cb-93c9-6def7a6c98ef" sibling-uuid="d7724264-30ee-4486-8322-ae519693e106" type="field">
- <property name="name" value="minuti"/>
- <property name="type" value="bigInteger"/>
- </element>
- <element action="add" uuid="54c0e1fb-0c9f-46ea-b125-f1bc1b176e25" parent-uuid="f33f5b5b-3fbb-45cb-93c9-6def7a6c98ef" sibling-uuid="d2aa28da-197f-4fa5-a486-31f3973f50f5" type="field">
- <property name="name" value="created_at"/>
- <property name="type" value="timestamp"/>
- </element>
- <element action="add" uuid="ae4259fe-1caa-4b75-be27-1cd5edb1bd47" parent-uuid="f33f5b5b-3fbb-45cb-93c9-6def7a6c98ef" sibling-uuid="54c0e1fb-0c9f-46ea-b125-f1bc1b176e25" type="field">
- <property name="name" value="updated_at"/>
- <property name="type" value="timestamp"/>
- </element>
- <element action="add" uuid="0e83f031-e4b9-4e9e-a4c0-9352ef97cb0a" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="association">
- <property name="from" value="\App\Models\TempoImpiegato"/>
- <property name="inverse-alias" value="user"/>
- <property name="many-inverse" value="false"/>
- <property name="many-owner" value="true"/>
- <property name="onDelete" value="set null"/>
- <property name="owner-alias" value="tempiImpiegato"/>
- <property name="to" value="\App\Models\User"/>
- </element>
- <element action="add" uuid="92dc61dc-c9b2-4874-8160-9c3c3a93536c" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="association">
- <property name="from" value="\App\Models\TempoImpiegato"/>
- <property name="inverse-alias" value="segnalazione"/>
- <property name="many-inverse" value="false"/>
- <property name="many-owner" value="true"/>
- <property name="onDelete" value="cascade"/>
- <property name="owner-alias" value="tempiImpiegato"/>
- <property name="to" value="\App\Models\Segnalazione"/>
- </element>
- <element action="add" uuid="0477df18-06e4-40ac-98d0-9d8988fc04a6" parent-uuid="0e83f031-e4b9-4e9e-a4c0-9352ef97cb0a" type="association-field">
- <property name="from" value="user_id"/>
- <property name="to" value="id"/>
- </element>
- <element action="add" uuid="4473d302-adc1-47e3-a205-f2b68f3d953c" parent-uuid="92dc61dc-c9b2-4874-8160-9c3c3a93536c" type="association-field">
- <property name="from" value="segnalazione_id"/>
- <property name="to" value="id"/>
- </element>
- </revision>
- <revision uuid="4dd72872-b252-4875-8ba9-1659275c4a8e" date="2026-01-30 09:38:46.800879" exportable="true">
- <element action="add" uuid="b11e4606-998e-416d-bdde-b0db609e8515" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="entity">
- <property name="fillableAll" value="as-fillable-all"/>
- <property name="local-name" value="CostoSegnalazione"/>
- <property name="name" value="\App\Models\CostoSegnalazione"/>
- <property name="namespace" value="\App\Models"/>
- <property name="table" value="costo_segnalazione"/>
- </element>
- <element action="add" uuid="df85c2b2-d639-456f-a18f-c732a559f92b" parent-uuid="b11e4606-998e-416d-bdde-b0db609e8515" 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="e30807a9-abf7-4fdd-b578-582b0b97b80a" parent-uuid="b11e4606-998e-416d-bdde-b0db609e8515" sibling-uuid="df85c2b2-d639-456f-a18f-c732a559f92b" type="field">
- <property name="name" value="segnalazione_id"/>
- <property name="type" value="bigInteger"/>
- <property name="unsigned" value="true"/>
- </element>
- <element action="add" uuid="1809f163-1e23-49b7-8bc5-37604967b255" parent-uuid="b11e4606-998e-416d-bdde-b0db609e8515" sibling-uuid="e30807a9-abf7-4fdd-b578-582b0b97b80a" type="field">
- <property name="name" value="user_id"/>
- <property name="type" value="bigInteger"/>
- <property name="unsigned" value="true"/>
- </element>
- <element action="add" uuid="d3d3b8d7-6005-4bf4-a312-5abe1cfb7144" parent-uuid="b11e4606-998e-416d-bdde-b0db609e8515" sibling-uuid="1809f163-1e23-49b7-8bc5-37604967b255" type="field">
- <property name="decimal" value="2"/>
- <property name="name" value="costo"/>
- <property name="size" value="10"/>
- <property name="type" value="decimal"/>
- </element>
- <element action="add" uuid="32f00420-ebba-40d2-ac3a-bfca9732f1d2" parent-uuid="b11e4606-998e-416d-bdde-b0db609e8515" sibling-uuid="d3d3b8d7-6005-4bf4-a312-5abe1cfb7144" type="field">
- <property name="name" value="descrizione"/>
- <property name="type" value="text"/>
- </element>
- <element action="add" uuid="bf29281e-7b80-4996-8bff-3c591dec3b68" parent-uuid="b11e4606-998e-416d-bdde-b0db609e8515" sibling-uuid="32f00420-ebba-40d2-ac3a-bfca9732f1d2" type="field">
- <property name="name" value="created_at"/>
- <property name="type" value="timestamp"/>
- </element>
- <element action="add" uuid="169801b9-c622-4c3e-a720-a6bc530eadf1" parent-uuid="b11e4606-998e-416d-bdde-b0db609e8515" sibling-uuid="bf29281e-7b80-4996-8bff-3c591dec3b68" type="field">
- <property name="name" value="updated_at"/>
- <property name="type" value="timestamp"/>
- </element>
- <element action="add" uuid="8395f3d7-b59a-46d9-a192-17299448b7f6" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="association">
- <property name="from" value="\App\Models\CostoSegnalazione"/>
- <property name="inverse-alias" value="segnalazione"/>
- <property name="many-inverse" value="false"/>
- <property name="many-owner" value="true"/>
- <property name="onDelete" value="cascade"/>
- <property name="owner-alias" value="costiSegnalazione"/>
- <property name="to" value="\App\Models\Segnalazione"/>
- </element>
- <element action="add" uuid="9175d2c2-5637-4844-9af9-771c7538da05" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="association">
- <property name="from" value="\App\Models\CostoSegnalazione"/>
- <property name="inverse-alias" value="user"/>
- <property name="many-inverse" value="false"/>
- <property name="many-owner" value="true"/>
- <property name="onDelete" value="set null"/>
- <property name="owner-alias" value="costiSegnalazione"/>
- <property name="to" value="\App\Models\User"/>
- </element>
- <element action="add" uuid="ed84ee9c-c96b-42a4-b494-ad1f1fae1e7e" parent-uuid="8395f3d7-b59a-46d9-a192-17299448b7f6" type="association-field">
- <property name="from" value="segnalazione_id"/>
- <property name="to" value="id"/>
- </element>
- <element action="add" uuid="259bc51d-40c8-45e4-aa10-22a37d6dc49f" parent-uuid="9175d2c2-5637-4844-9af9-771c7538da05" type="association-field">
- <property name="from" value="user_id"/>
- <property name="to" value="id"/>
- </element>
- </revision>
- <revision uuid="8e595ac2-5960-495d-8434-3bcd7171bc5c" date="2026-01-30 10:14:17.206229" exportable="true">
- <element action="delete" uuid="440f9423-db35-4d2a-8908-624e56b41588" parent-uuid="b122efd1-f859-457e-b0bb-5f8c73c68401" type="many-to-many-field"/>
- <element action="delete" uuid="5100da27-9bf6-4564-93cc-acc90bdde5ca" parent-uuid="1c0122f4-216a-4e1d-a9d1-847e7e1cd4d6" type="many-to-many-field"/>
- <element action="delete" uuid="b122efd1-f859-457e-b0bb-5f8c73c68401" parent-uuid="eb2029fd-ffee-4185-beb3-1f8e07faf343" type="many-to-many-entity"/>
- <element action="delete" uuid="1c0122f4-216a-4e1d-a9d1-847e7e1cd4d6" parent-uuid="eb2029fd-ffee-4185-beb3-1f8e07faf343" type="many-to-many-entity"/>
- <element action="delete" uuid="eb2029fd-ffee-4185-beb3-1f8e07faf343" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="many-to-many"/>
- <element action="delete" uuid="e2a30404-076a-400f-8cc8-335525c9501c" parent-uuid="87d12566-dd1d-492a-a1b5-536cc8fb202f" type="association-field"/>
- <element action="delete" uuid="f4b65d0e-3103-4a0d-ada4-cb10cdc0238c" parent-uuid="785093c3-4fee-4b93-8b41-99449ce28b30" type="association-field"/>
- <element action="delete" uuid="a3241ad1-3e0e-44ed-8f0e-2197ee110b5d" parent-uuid="c0743f29-89cb-46d6-bcb3-99c75d108e5f" type="association-field"/>
- <element action="delete" uuid="0477df18-06e4-40ac-98d0-9d8988fc04a6" parent-uuid="0e83f031-e4b9-4e9e-a4c0-9352ef97cb0a" type="association-field"/>
- <element action="delete" uuid="4473d302-adc1-47e3-a205-f2b68f3d953c" parent-uuid="92dc61dc-c9b2-4874-8160-9c3c3a93536c" type="association-field"/>
- <element action="delete" uuid="ed84ee9c-c96b-42a4-b494-ad1f1fae1e7e" parent-uuid="8395f3d7-b59a-46d9-a192-17299448b7f6" type="association-field"/>
- <element action="delete" uuid="259bc51d-40c8-45e4-aa10-22a37d6dc49f" parent-uuid="9175d2c2-5637-4844-9af9-771c7538da05" type="association-field"/>
- <element action="delete" uuid="87d12566-dd1d-492a-a1b5-536cc8fb202f" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="association"/>
- <element action="delete" uuid="785093c3-4fee-4b93-8b41-99449ce28b30" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="association"/>
- <element action="delete" uuid="c0743f29-89cb-46d6-bcb3-99c75d108e5f" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="association"/>
- <element action="delete" uuid="0e83f031-e4b9-4e9e-a4c0-9352ef97cb0a" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="association"/>
- <element action="delete" uuid="92dc61dc-c9b2-4874-8160-9c3c3a93536c" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="association"/>
- <element action="delete" uuid="8395f3d7-b59a-46d9-a192-17299448b7f6" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="association"/>
- <element action="delete" uuid="9175d2c2-5637-4844-9af9-771c7538da05" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="association"/>
- <element action="delete" uuid="9e40817f-1351-4157-b873-fc2b3bab43d6" parent-uuid="89a8c443-befc-4306-8035-bce0de881d16" type="field"/>
- <element action="delete" uuid="b06219fb-c584-4efc-97d9-4f8de6a630c9" parent-uuid="89a8c443-befc-4306-8035-bce0de881d16" sibling-uuid="9e40817f-1351-4157-b873-fc2b3bab43d6" type="field"/>
- <element action="delete" uuid="3c30297e-c1f7-4d1e-bfd4-ea72d7d54577" parent-uuid="89a8c443-befc-4306-8035-bce0de881d16" sibling-uuid="3127e131-f95f-4435-947c-53d801629a0b" type="field"/>
- <element action="delete" uuid="7500c646-4a6f-44e4-97f0-6d5a9f1a8b0f" parent-uuid="89a8c443-befc-4306-8035-bce0de881d16" sibling-uuid="3c30297e-c1f7-4d1e-bfd4-ea72d7d54577" type="field"/>
- <element action="delete" uuid="e4985932-a1ad-4ab3-b6af-234a294a1f4e" parent-uuid="89a8c443-befc-4306-8035-bce0de881d16" sibling-uuid="7500c646-4a6f-44e4-97f0-6d5a9f1a8b0f" type="field"/>
- <element action="delete" uuid="3127e131-f95f-4435-947c-53d801629a0b" parent-uuid="89a8c443-befc-4306-8035-bce0de881d16" sibling-uuid="b06219fb-c584-4efc-97d9-4f8de6a630c9" type="field"/>
- <element action="delete" uuid="bb3b4cb7-4401-4e65-9cbf-42e0652cdc29" parent-uuid="8c4db31d-e77c-4138-8505-1e80214a9eff" type="field"/>
- <element action="delete" uuid="a94a6fde-c7ce-47d3-92a6-f8f471975844" parent-uuid="8c4db31d-e77c-4138-8505-1e80214a9eff" sibling-uuid="bb3b4cb7-4401-4e65-9cbf-42e0652cdc29" type="field"/>
- <element action="delete" uuid="d597ecec-5904-4f69-a038-a54d4111038e" parent-uuid="8c4db31d-e77c-4138-8505-1e80214a9eff" sibling-uuid="a94a6fde-c7ce-47d3-92a6-f8f471975844" type="field"/>
- <element action="delete" uuid="21c4c3ea-0ee4-46a9-89d5-fb9b0373a088" parent-uuid="8c4db31d-e77c-4138-8505-1e80214a9eff" sibling-uuid="d597ecec-5904-4f69-a038-a54d4111038e" type="field"/>
- <element action="delete" uuid="194ea3c0-8c88-45d7-8dfc-ffbceedc9b4f" parent-uuid="8c4db31d-e77c-4138-8505-1e80214a9eff" sibling-uuid="21c4c3ea-0ee4-46a9-89d5-fb9b0373a088" type="field"/>
- <element action="delete" uuid="8edd5f3c-e725-44a7-a119-35fb670e523d" parent-uuid="3f50a0d8-1a10-49de-aee2-ce93ebe146bd" type="field"/>
- <element action="delete" uuid="408bc98e-98f9-4987-a04c-c490083cd045" parent-uuid="3f50a0d8-1a10-49de-aee2-ce93ebe146bd" sibling-uuid="8edd5f3c-e725-44a7-a119-35fb670e523d" type="field"/>
- <element action="delete" uuid="e3418cbd-8f1f-4b78-8aa8-aece19d72af6" parent-uuid="f33f5b5b-3fbb-45cb-93c9-6def7a6c98ef" type="field"/>
- <element action="delete" uuid="a9d091fe-f63e-476a-b6b3-0ea27dd4a150" parent-uuid="f33f5b5b-3fbb-45cb-93c9-6def7a6c98ef" sibling-uuid="e3418cbd-8f1f-4b78-8aa8-aece19d72af6" type="field"/>
- <element action="delete" uuid="d7724264-30ee-4486-8322-ae519693e106" parent-uuid="f33f5b5b-3fbb-45cb-93c9-6def7a6c98ef" sibling-uuid="a9d091fe-f63e-476a-b6b3-0ea27dd4a150" type="field"/>
- <element action="delete" uuid="d2aa28da-197f-4fa5-a486-31f3973f50f5" parent-uuid="f33f5b5b-3fbb-45cb-93c9-6def7a6c98ef" sibling-uuid="d7724264-30ee-4486-8322-ae519693e106" type="field"/>
- <element action="delete" uuid="54c0e1fb-0c9f-46ea-b125-f1bc1b176e25" parent-uuid="f33f5b5b-3fbb-45cb-93c9-6def7a6c98ef" sibling-uuid="d2aa28da-197f-4fa5-a486-31f3973f50f5" type="field"/>
- <element action="delete" uuid="ae4259fe-1caa-4b75-be27-1cd5edb1bd47" parent-uuid="f33f5b5b-3fbb-45cb-93c9-6def7a6c98ef" sibling-uuid="54c0e1fb-0c9f-46ea-b125-f1bc1b176e25" type="field"/>
- <element action="delete" uuid="df85c2b2-d639-456f-a18f-c732a559f92b" parent-uuid="b11e4606-998e-416d-bdde-b0db609e8515" type="field"/>
- <element action="delete" uuid="e30807a9-abf7-4fdd-b578-582b0b97b80a" parent-uuid="b11e4606-998e-416d-bdde-b0db609e8515" sibling-uuid="df85c2b2-d639-456f-a18f-c732a559f92b" type="field"/>
- <element action="delete" uuid="1809f163-1e23-49b7-8bc5-37604967b255" parent-uuid="b11e4606-998e-416d-bdde-b0db609e8515" sibling-uuid="e30807a9-abf7-4fdd-b578-582b0b97b80a" type="field"/>
- <element action="delete" uuid="d3d3b8d7-6005-4bf4-a312-5abe1cfb7144" parent-uuid="b11e4606-998e-416d-bdde-b0db609e8515" sibling-uuid="1809f163-1e23-49b7-8bc5-37604967b255" type="field"/>
- <element action="delete" uuid="32f00420-ebba-40d2-ac3a-bfca9732f1d2" parent-uuid="b11e4606-998e-416d-bdde-b0db609e8515" sibling-uuid="d3d3b8d7-6005-4bf4-a312-5abe1cfb7144" type="field"/>
- <element action="delete" uuid="bf29281e-7b80-4996-8bff-3c591dec3b68" parent-uuid="b11e4606-998e-416d-bdde-b0db609e8515" sibling-uuid="32f00420-ebba-40d2-ac3a-bfca9732f1d2" type="field"/>
- <element action="delete" uuid="169801b9-c622-4c3e-a720-a6bc530eadf1" parent-uuid="b11e4606-998e-416d-bdde-b0db609e8515" sibling-uuid="bf29281e-7b80-4996-8bff-3c591dec3b68" type="field"/>
- <element action="delete" uuid="89a8c443-befc-4306-8035-bce0de881d16" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="entity"/>
- <element action="delete" uuid="8c4db31d-e77c-4138-8505-1e80214a9eff" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="entity"/>
- <element action="delete" uuid="3f50a0d8-1a10-49de-aee2-ce93ebe146bd" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="entity"/>
- <element action="delete" uuid="f33f5b5b-3fbb-45cb-93c9-6def7a6c98ef" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="entity"/>
- <element action="delete" uuid="b11e4606-998e-416d-bdde-b0db609e8515" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="entity"/>
- <element action="update" uuid="097ab2c7-9646-43ff-bc82-8cc0c277d909" parent-uuid="56185713-1439-4bd9-81df-6d5339d066ce" sibling-uuid="5d3e9adc-9d0e-4b7c-abef-2b50ec57333c" type="field">
- <property name="unique"/>
- </element>
- <element action="add" uuid="704eb3e5-b120-4303-b675-f3b7e051b24d" parent-uuid="56185713-1439-4bd9-81df-6d5339d066ce" sibling-uuid="7e1530aa-7374-4465-af8d-0aed05196cf6" type="field">
- <property name="default" value="0"/>
- <property name="name" value="is_gruppo"/>
- <property name="type" value="boolean"/>
- </element>
- <element action="add" uuid="b575155d-c744-4622-92bb-d28a36710267" parent-uuid="56185713-1439-4bd9-81df-6d5339d066ce" sibling-uuid="704eb3e5-b120-4303-b675-f3b7e051b24d" type="field">
- <property name="name" value="label_gruppo"/>
- <property name="type" value="string"/>
- </element>
- <element action="add" uuid="c26ef028-e3f3-4dfe-b949-397da060e974" parent-uuid="56185713-1439-4bd9-81df-6d5339d066ce" sibling-uuid="b575155d-c744-4622-92bb-d28a36710267" type="field">
- <property name="name" value="componenti_gruppo"/>
- <property name="type" value="json"/>
- </element>
- <element action="add" uuid="9157dc7c-305b-4227-8b05-3992650c5cfc" parent-uuid="b21d156e-828b-49fe-87a8-659eb8411896" sibling-uuid="a9f8ce22-0257-42cf-b6f3-de7a1132eea4" type="field">
- <property name="description" value="a chi è assegnata la segnalazione"/>
- <property name="name" value="user_id"/>
- <property name="type" value="bigInteger"/>
- <property name="unsigned" value="true"/>
- </element>
- <element action="add" uuid="5c615a4a-fd54-4e7b-9e40-64ed05f233c5" parent-uuid="b21d156e-828b-49fe-87a8-659eb8411896" sibling-uuid="93e92649-f52f-4db5-baad-a4abf8e20f62" type="field">
- <property name="name" value="riferimento"/>
- <property name="type" value="string"/>
- </element>
- <element action="add" uuid="734b6cb6-58f7-4a2b-b27d-ab8dc46cf714" parent-uuid="43c9733c-5074-4c8d-9cb1-33867510c2fc" sibling-uuid="a55daaa7-8ba7-4bb0-83dd-dcfdb8036968" type="field">
- <property name="name" value="user_id"/>
- <property name="type" value="bigInteger"/>
- <property name="unsigned" value="true"/>
- </element>
- <element action="add" uuid="b3f34db1-e2e5-4426-a960-51eb2d8ca0b1" parent-uuid="43c9733c-5074-4c8d-9cb1-33867510c2fc" sibling-uuid="f748b6d3-a6af-40b0-a522-4447364a2948" type="field">
- <property name="default" value="0"/>
- <property name="name" value="tempo_minuti"/>
- <property name="type" value="integer"/>
- </element>
- <element action="add" uuid="f305a718-29d3-4bd5-8da9-619db3671251" parent-uuid="43c9733c-5074-4c8d-9cb1-33867510c2fc" sibling-uuid="b3f34db1-e2e5-4426-a960-51eb2d8ca0b1" type="field">
- <property name="cast" value="dateTime"/>
- <property name="castFormat" value="d/m/Y H:i"/>
- <property name="name" value="tempo_data"/>
- <property name="type" value="dateTime"/>
- </element>
- <element action="add" uuid="330f67c6-9da7-4130-8907-9c1339a62723" parent-uuid="43c9733c-5074-4c8d-9cb1-33867510c2fc" sibling-uuid="f305a718-29d3-4bd5-8da9-619db3671251" type="field">
- <property name="decimal" value="2"/>
- <property name="name" value="costo"/>
- <property name="size" value="10"/>
- <property name="type" value="decimal"/>
- </element>
- <element action="add" uuid="2d89a9fb-9229-412e-b6df-9b35a19f14a5" parent-uuid="43c9733c-5074-4c8d-9cb1-33867510c2fc" sibling-uuid="330f67c6-9da7-4130-8907-9c1339a62723" type="field">
- <property name="name" value="costo_descrizione"/>
- <property name="type" value="text"/>
- </element>
- <element action="add" uuid="2fa65d03-8ddb-413f-8064-798860928786" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="association">
- <property name="from" value="\App\Models\Segnalazione"/>
- <property name="inverse-alias" value="user"/>
- <property name="many-inverse" value="false"/>
- <property name="many-owner" value="true"/>
- <property name="onDelete" value="set null"/>
- <property name="owner-alias" value="segnalazioni"/>
- <property name="to" value="\App\Models\User"/>
- </element>
- <element action="add" uuid="f5d31adf-5971-42f7-90bf-41571fe64218" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="association">
- <property name="from" value="\App\Models\Annotazione"/>
- <property name="inverse-alias" value="user"/>
- <property name="many-inverse" value="false"/>
- <property name="many-owner" value="true"/>
- <property name="onDelete" value="set null"/>
- <property name="owner-alias" value="annotazioni"/>
- <property name="to" value="\App\Models\User"/>
- </element>
- <element action="add" uuid="d432694a-89df-447e-801d-24b276e2ac8c" parent-uuid="2fa65d03-8ddb-413f-8064-798860928786" type="association-field">
- <property name="from" value="user_id"/>
- <property name="to" value="id"/>
- </element>
- <element action="add" uuid="1fb9c039-f291-4e4e-ac2f-c31f14db295b" parent-uuid="f5d31adf-5971-42f7-90bf-41571fe64218" type="association-field">
- <property name="from" value="user_id"/>
- <property name="to" value="id"/>
- </element>
- <element action="reorder" uuid="2cb16ee6-fd81-4981-95be-d88191274a0d" parent-uuid="56185713-1439-4bd9-81df-6d5339d066ce" sibling-uuid="097ab2c7-9646-43ff-bc82-8cc0c277d909" previous-sibling-uuid="ef88ffd6-4374-4238-99c9-9cc9596a093e" type="field"/>
- <element action="reorder" uuid="ca5b3607-4149-4aa9-9fe9-ed3f9ea4b79b" parent-uuid="56185713-1439-4bd9-81df-6d5339d066ce" sibling-uuid="2cb16ee6-fd81-4981-95be-d88191274a0d" previous-sibling-uuid="097ab2c7-9646-43ff-bc82-8cc0c277d909" type="field" helper="true"/>
- <element action="reorder" uuid="40919a29-47f6-4516-9c3d-917ed2c9afe6" parent-uuid="56185713-1439-4bd9-81df-6d5339d066ce" sibling-uuid="c26ef028-e3f3-4dfe-b949-397da060e974" previous-sibling-uuid="7e1530aa-7374-4465-af8d-0aed05196cf6" type="field" helper="true"/>
- <element action="reorder" uuid="93e92649-f52f-4db5-baad-a4abf8e20f62" parent-uuid="b21d156e-828b-49fe-87a8-659eb8411896" sibling-uuid="9157dc7c-305b-4227-8b05-3992650c5cfc" previous-sibling-uuid="a9f8ce22-0257-42cf-b6f3-de7a1132eea4" type="field" helper="true"/>
- <element action="reorder" uuid="1122f731-6f02-4eb8-b50a-f3a18a3c7eee" parent-uuid="b21d156e-828b-49fe-87a8-659eb8411896" sibling-uuid="5c615a4a-fd54-4e7b-9e40-64ed05f233c5" previous-sibling-uuid="93e92649-f52f-4db5-baad-a4abf8e20f62" type="field" helper="true"/>
- <element action="reorder" uuid="f748b6d3-a6af-40b0-a522-4447364a2948" parent-uuid="43c9733c-5074-4c8d-9cb1-33867510c2fc" sibling-uuid="734b6cb6-58f7-4a2b-b27d-ab8dc46cf714" previous-sibling-uuid="a55daaa7-8ba7-4bb0-83dd-dcfdb8036968" type="field" helper="true"/>
- <element action="reorder" uuid="d0ae0044-ec8e-4aee-8cb5-84d5a663c57a" parent-uuid="43c9733c-5074-4c8d-9cb1-33867510c2fc" sibling-uuid="2d89a9fb-9229-412e-b6df-9b35a19f14a5" previous-sibling-uuid="f748b6d3-a6af-40b0-a522-4447364a2948" type="field" helper="true"/>
- </revision>
- <revision uuid="740435d6-0761-4aed-a1e4-5ac4d573168a" date="2026-01-30 14:10:37.392565" exportable="true">
- <element action="add" uuid="fd2c04e8-d5c7-43af-a02c-9db3ba2a7e9a" parent-uuid="058bee4e-7265-4143-bcd4-1154fea3ae6a" sibling-uuid="c0ee910e-53bf-4d27-b36d-92051722a97b" type="field">
- <property name="default" value="1"/>
- <property name="name" value="is_attivo"/>
- <property name="type" value="boolean"/>
- </element>
- <element action="reorder" uuid="55cc15fc-44f2-4d6f-8f4e-6f08e9c26484" parent-uuid="058bee4e-7265-4143-bcd4-1154fea3ae6a" sibling-uuid="fd2c04e8-d5c7-43af-a02c-9db3ba2a7e9a" previous-sibling-uuid="c0ee910e-53bf-4d27-b36d-92051722a97b" type="field" helper="true"/>
- </revision>
- <revision uuid="ba5a38b6-af05-49d9-b173-f1fb5cc37a0f" date="2026-01-30 14:11:42.382598" exportable="true">
- <element action="add" uuid="ab52f60c-8f57-40bd-9443-ac893445bc0a" parent-uuid="fc304991-f5a9-4ae0-94e9-6f4a1016d1d0" sibling-uuid="8a65e32f-3379-4b9f-8c67-ef4807d6f124" type="field">
- <property name="default" value="1"/>
- <property name="name" value="is_attivo"/>
- <property name="type" value="boolean"/>
- </element>
- <element action="reorder" uuid="39787a56-8a76-4fd5-ba6d-3bf699c26f6c" parent-uuid="fc304991-f5a9-4ae0-94e9-6f4a1016d1d0" sibling-uuid="ab52f60c-8f57-40bd-9443-ac893445bc0a" previous-sibling-uuid="8a65e32f-3379-4b9f-8c67-ef4807d6f124" type="field" helper="true"/>
- </revision>
- <revision uuid="ed05a692-ee41-4093-837b-4671ae4a9407" date="2026-02-02 23:02:45.047795" exportable="true">
- <element action="add" uuid="e5bd4274-35d3-4bff-9643-31c0b84ef421" parent-uuid="b21d156e-828b-49fe-87a8-659eb8411896" sibling-uuid="16f71b45-d45e-490a-9985-f19bed3c4d1c" type="field">
- <property name="name" value="token"/>
- <property name="type" value="string"/>
- </element>
- <element action="reorder" uuid="d0040cc6-db11-4587-beed-bf4313681d57" parent-uuid="b21d156e-828b-49fe-87a8-659eb8411896" sibling-uuid="e5bd4274-35d3-4bff-9643-31c0b84ef421" previous-sibling-uuid="16f71b45-d45e-490a-9985-f19bed3c4d1c" type="field" helper="true"/>
- </revision>
- <revision uuid="5402320e-8a4d-4c20-94f2-b918f399c84c" date="2026-02-02 23:14:33.709483" exportable="true">
- <element action="add" uuid="c48733ff-ec02-4aa0-be7c-25be727c3c1e" parent-uuid="43c9733c-5074-4c8d-9cb1-33867510c2fc" sibling-uuid="2d89a9fb-9229-412e-b6df-9b35a19f14a5" type="field">
- <property name="default" value="1"/>
- <property name="name" value="riservata"/>
- <property name="type" value="boolean"/>
- </element>
- <element action="reorder" uuid="d0ae0044-ec8e-4aee-8cb5-84d5a663c57a" parent-uuid="43c9733c-5074-4c8d-9cb1-33867510c2fc" sibling-uuid="c48733ff-ec02-4aa0-be7c-25be727c3c1e" previous-sibling-uuid="2d89a9fb-9229-412e-b6df-9b35a19f14a5" type="field"/>
- </revision>
- <revision uuid="989c6843-e8f2-45d3-bc88-565d2009b37a" date="2026-02-03 11:21:23.958407" exportable="true">
- <element action="delete" uuid="3e4f5bcb-9102-42c0-864c-ad5d14569424" parent-uuid="eb891543-fab7-4d06-bcb3-247f79231dc2" type="association-field"/>
- <element action="delete" uuid="eb891543-fab7-4d06-bcb3-247f79231dc2" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="association"/>
- <element action="delete" uuid="2d553f80-bf75-4a94-a78e-56c486f79cb3" parent-uuid="e8840811-594b-4f30-aede-b6f870cb3522" type="field"/>
- <element action="delete" uuid="20f5e989-2e00-462f-a167-72533b875014" parent-uuid="e8840811-594b-4f30-aede-b6f870cb3522" sibling-uuid="2d553f80-bf75-4a94-a78e-56c486f79cb3" type="field"/>
- <element action="delete" uuid="02b9db9a-efd3-45cf-9d32-1fed741c974d" parent-uuid="e8840811-594b-4f30-aede-b6f870cb3522" sibling-uuid="20f5e989-2e00-462f-a167-72533b875014" type="field"/>
- <element action="delete" uuid="b119f05b-8502-4a48-8c59-ce3b637af48d" parent-uuid="e8840811-594b-4f30-aede-b6f870cb3522" sibling-uuid="02b9db9a-efd3-45cf-9d32-1fed741c974d" type="field"/>
- <element action="delete" uuid="0bd7a561-2a56-4680-8e69-666a50f013b9" parent-uuid="e8840811-594b-4f30-aede-b6f870cb3522" sibling-uuid="b119f05b-8502-4a48-8c59-ce3b637af48d" type="field"/>
- <element action="delete" uuid="1f5c30d8-1d58-4522-925a-3a708ea09307" parent-uuid="e8840811-594b-4f30-aede-b6f870cb3522" sibling-uuid="0bd7a561-2a56-4680-8e69-666a50f013b9" type="field"/>
- <element action="delete" uuid="3ba2e1c1-5b46-4509-b828-1eee646e1267" parent-uuid="e8840811-594b-4f30-aede-b6f870cb3522" sibling-uuid="1f5c30d8-1d58-4522-925a-3a708ea09307" type="field"/>
- <element action="delete" uuid="e8840811-594b-4f30-aede-b6f870cb3522" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="entity"/>
- <element action="add" uuid="108999d1-18e4-46b1-bf33-2fe5145e8f3d" parent-uuid="56185713-1439-4bd9-81df-6d5339d066ce" sibling-uuid="c26ef028-e3f3-4dfe-b949-397da060e974" type="field">
- <property name="name" value="azienda"/>
- <property name="type" value="string"/>
- </element>
- <element action="reorder" uuid="40919a29-47f6-4516-9c3d-917ed2c9afe6" parent-uuid="56185713-1439-4bd9-81df-6d5339d066ce" sibling-uuid="108999d1-18e4-46b1-bf33-2fe5145e8f3d" previous-sibling-uuid="c26ef028-e3f3-4dfe-b949-397da060e974" type="field"/>
- </revision>
- <revision uuid="b3e6083d-c48b-4a8f-8e44-f3d0c045ef64" date="2026-02-03 14:12:07.873164" exportable="true">
- <element action="add" uuid="dca8d620-9b45-4a1f-96e4-0d76392ac410" parent-uuid="43c9733c-5074-4c8d-9cb1-33867510c2fc" sibling-uuid="c48733ff-ec02-4aa0-be7c-25be727c3c1e" type="field">
- <property name="name" value="riferimento"/>
- <property name="type" value="string"/>
- </element>
- <element action="add" uuid="e2ca0f54-426d-4977-b729-fd007dee6f64" parent-uuid="43c9733c-5074-4c8d-9cb1-33867510c2fc" sibling-uuid="dca8d620-9b45-4a1f-96e4-0d76392ac410" type="field">
- <property name="name" value="email"/>
- <property name="type" value="string"/>
- </element>
- <element action="add" uuid="7b367191-cdfd-465f-8efe-ba0922fa32ff" parent-uuid="43c9733c-5074-4c8d-9cb1-33867510c2fc" sibling-uuid="e2ca0f54-426d-4977-b729-fd007dee6f64" type="field">
- <property name="name" value="telefono"/>
- <property name="type" value="string"/>
- </element>
- <element action="reorder" uuid="d0ae0044-ec8e-4aee-8cb5-84d5a663c57a" parent-uuid="43c9733c-5074-4c8d-9cb1-33867510c2fc" sibling-uuid="7b367191-cdfd-465f-8efe-ba0922fa32ff" previous-sibling-uuid="c48733ff-ec02-4aa0-be7c-25be727c3c1e" type="field"/>
- </revision>
- <revision uuid="b394d1d4-520d-4c90-a293-3ecbcc24f99d" date="2026-02-04 17:17:51.296841" exportable="true">
- <element action="delete" uuid="55cc15fc-44f2-4d6f-8f4e-6f08e9c26484" parent-uuid="058bee4e-7265-4143-bcd4-1154fea3ae6a" sibling-uuid="fd2c04e8-d5c7-43af-a02c-9db3ba2a7e9a" type="field"/>
- <element action="delete" uuid="8a65e32f-3379-4b9f-8c67-ef4807d6f124" parent-uuid="fc304991-f5a9-4ae0-94e9-6f4a1016d1d0" sibling-uuid="9f449dc9-ca55-4072-ac5a-625d529d5f5e" type="field"/>
- <element action="delete" uuid="caff63c6-ac2c-4611-9780-e260782f7714" parent-uuid="a65c0700-a1f7-48ed-9917-b4595da5540e" type="field"/>
- <element action="delete" uuid="3a0c9b1d-d545-41f4-b758-957738b6c904" parent-uuid="a65c0700-a1f7-48ed-9917-b4595da5540e" sibling-uuid="caff63c6-ac2c-4611-9780-e260782f7714" type="field"/>
- <element action="delete" uuid="1815c209-0ccf-4049-a824-9007bdaf1b72" parent-uuid="a65c0700-a1f7-48ed-9917-b4595da5540e" sibling-uuid="3a0c9b1d-d545-41f4-b758-957738b6c904" type="field"/>
- <element action="delete" uuid="abad32b7-a9b2-4f34-9655-c1fdcedc4d0f" parent-uuid="a65c0700-a1f7-48ed-9917-b4595da5540e" sibling-uuid="1815c209-0ccf-4049-a824-9007bdaf1b72" type="field"/>
- <element action="delete" uuid="859e76a8-e38f-45ae-beb9-c8d266f3a2a1" parent-uuid="a65c0700-a1f7-48ed-9917-b4595da5540e" sibling-uuid="abad32b7-a9b2-4f34-9655-c1fdcedc4d0f" type="field"/>
- <element action="delete" uuid="8d8fc683-ae7e-4e6d-bda5-0693b4c4c619" parent-uuid="a65c0700-a1f7-48ed-9917-b4595da5540e" sibling-uuid="859e76a8-e38f-45ae-beb9-c8d266f3a2a1" type="field"/>
- <element action="delete" uuid="43636994-86f4-4cd4-b95b-9bfa66001d98" parent-uuid="a65c0700-a1f7-48ed-9917-b4595da5540e" sibling-uuid="8d8fc683-ae7e-4e6d-bda5-0693b4c4c619" type="field"/>
- <element action="delete" uuid="5543e0c6-9634-44fe-bce2-8ed1147f8b15" parent-uuid="a65c0700-a1f7-48ed-9917-b4595da5540e" sibling-uuid="43636994-86f4-4cd4-b95b-9bfa66001d98" type="field"/>
- <element action="delete" uuid="ccc4f6d3-6363-42de-afc9-1adadd9d814d" parent-uuid="a65c0700-a1f7-48ed-9917-b4595da5540e" sibling-uuid="5543e0c6-9634-44fe-bce2-8ed1147f8b15" type="field"/>
- <element action="delete" uuid="a65c0700-a1f7-48ed-9917-b4595da5540e" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="entity"/>
- <element action="update" uuid="f305a718-29d3-4bd5-8da9-619db3671251" parent-uuid="43c9733c-5074-4c8d-9cb1-33867510c2fc" sibling-uuid="b3f34db1-e2e5-4426-a960-51eb2d8ca0b1" type="field">
- <property name="cast" value="datetime"/>
- </element>
- <element action="reorder" uuid="e752721c-7d0c-440c-862f-679024eede6c" parent-uuid="058bee4e-7265-4143-bcd4-1154fea3ae6a" sibling-uuid="fd2c04e8-d5c7-43af-a02c-9db3ba2a7e9a" previous-sibling-uuid="55cc15fc-44f2-4d6f-8f4e-6f08e9c26484" type="field"/>
- <element action="reorder" uuid="ab52f60c-8f57-40bd-9443-ac893445bc0a" parent-uuid="fc304991-f5a9-4ae0-94e9-6f4a1016d1d0" sibling-uuid="9f449dc9-ca55-4072-ac5a-625d529d5f5e" previous-sibling-uuid="8a65e32f-3379-4b9f-8c67-ef4807d6f124" type="field"/>
- </revision>
- <revision uuid="e70dd506-ed01-4796-aae3-5fca7cb64526" date="2026-02-04 21:59:07.151627" exportable="true">
- <element action="add" uuid="23c0457c-f9c0-4210-9b12-1c8fa92cd788" parent-uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" type="entity">
- <property name="fillableAll" value="as-fillable-all"/>
- <property name="local-name" value="ConfigNotifiche"/>
- <property name="name" value="\App\Models\ConfigNotifiche"/>
- <property name="namespace" value="\App\Models"/>
- <property name="table" value="config_notifiche"/>
- </element>
- <element action="add" uuid="ace37544-4c55-4ca9-8144-2da585fae3d6" parent-uuid="23c0457c-f9c0-4210-9b12-1c8fa92cd788" 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="7ad720b4-ab7e-43a5-b29a-4f434a3d886b" parent-uuid="23c0457c-f9c0-4210-9b12-1c8fa92cd788" sibling-uuid="ace37544-4c55-4ca9-8144-2da585fae3d6" type="field">
- <property name="name" value="event"/>
- <property name="type" value="string"/>
- </element>
- <element action="add" uuid="973a3230-ede5-4efd-9cfb-84e1c19876b9" parent-uuid="23c0457c-f9c0-4210-9b12-1c8fa92cd788" sibling-uuid="7ad720b4-ab7e-43a5-b29a-4f434a3d886b" type="field">
- <property name="name" value="users"/>
- <property name="type" value="json"/>
- </element>
- <element action="add" uuid="72f71f81-6a3e-4ad9-8950-fe2a8542d25c" parent-uuid="23c0457c-f9c0-4210-9b12-1c8fa92cd788" sibling-uuid="973a3230-ede5-4efd-9cfb-84e1c19876b9" type="field">
- <property name="default" value="1"/>
- <property name="name" value="is_attivo"/>
- <property name="type" value="boolean"/>
- </element>
- <element action="add" uuid="2917737f-d22e-4bcb-b966-ebf834a6d20e" parent-uuid="23c0457c-f9c0-4210-9b12-1c8fa92cd788" sibling-uuid="72f71f81-6a3e-4ad9-8950-fe2a8542d25c" type="field">
- <property name="name" value="created_at"/>
- <property name="type" value="timestamp"/>
- </element>
- <element action="add" uuid="573df29f-6ff9-4ffc-897e-c72069ab4200" parent-uuid="23c0457c-f9c0-4210-9b12-1c8fa92cd788" sibling-uuid="2917737f-d22e-4bcb-b966-ebf834a6d20e" type="field">
- <property name="name" value="updated_at"/>
- <property name="type" value="timestamp"/>
- </element>
- </revision>
- </migrations>
- </module>
- <visual-data>
- <association uuid="299d534d-b5ef-411c-b66b-f4adaaa3b4f1" color="#969696"/>
- <association uuid="2fa65d03-8ddb-413f-8064-798860928786" color="#969696"/>
- <association uuid="345b5351-9f8a-4d02-9192-1bb27645761d" color="#969696"/>
- <association uuid="4399e41c-477e-44d7-91db-b1cd4614f294" caption1-position-x="0" caption1-position-y="0" center-position-x="0" center-position-y="0" color="#969696"/>
- <association uuid="719929c1-e0fe-4feb-950a-ba417c35a60c" color="#969696"/>
- <association uuid="938fb821-3bf1-41ce-9a31-b8e4bc7525ff" color="#969696"/>
- <association uuid="9d4fa7d0-23be-4bb2-99bd-67797c3244c0" color="#969696"/>
- <association uuid="c27e4a3f-ddeb-4fe9-9783-283dc197038a" color="#969696"/>
- <association uuid="d2f24672-cfe1-40be-a2d2-df8c61b7bee9" color="#969696"/>
- <association uuid="f5d31adf-5971-42f7-90bf-41571fe64218" color="#969696"/>
- <entity uuid="058bee4e-7265-4143-bcd4-1154fea3ae6a" bg-color="#FFFFFF" hdr-color="#D2D2D2" position-x="647" position-y="25" size-x="0" size-x2="119" size-y="0" size-y2="143"/>
- <entity uuid="23c0457c-f9c0-4210-9b12-1c8fa92cd788" bg-color="#FFFFFF" hdr-color="#D2D2D2" position-x="684" position-y="424" size-x="0" size-x2="119" size-y="0" size-y2="59"/>
- <entity uuid="2ef4e619-ebea-457a-8613-05b3dfb6c7fa" bg-color="#FFFFFF" hdr-color="#FFE762" position-x="1095" position-y="328" size-x="0" size-x2="121" size-y="0" size-y2="115"/>
- <entity uuid="43c9733c-5074-4c8d-9cb1-33867510c2fc" bg-color="#FFFFFF" hdr-color="#D2D2D2" position-x="240" position-y="359" size-x="0" size-x2="137" size-y="0" size-y2="213"/>
- <entity uuid="56185713-1439-4bd9-81df-6d5339d066ce" bg-color="#FFFFFF" hdr-color="#D2D2D2" position-x="35" position-y="36" size-x="0" size-x2="142" size-y="0" size-y2="157"/>
- <entity uuid="6128d2f6-88d0-472b-bc71-0a9f49370847" bg-color="#FFFFFF" hdr-color="#FFE762" position-x="1096" position-y="173" size-x="0" size-x2="119" size-y="0" size-y2="87"/>
- <entity uuid="8819ca52-ae65-43e3-8aa4-a9d99d228284" bg-color="#FFFFFF" hdr-color="#D2D2D2" position-x="936" position-y="8" size-x="0" size-x2="119" size-y="0" size-y2="185"/>
- <entity uuid="b21d156e-828b-49fe-87a8-659eb8411896" bg-color="#FFFFFF" hdr-color="#D2D2D2" position-x="363" position-y="72" size-x="0" size-x2="119" size-y="0" size-y2="213"/>
- <entity uuid="be8b5d1d-91da-4d7b-a50e-415ef90e5669" bg-color="#FFFFFF" hdr-color="#D2D2D2" position-x="430" position-y="369" size-x="0" size-x2="133" size-y="0" size-y2="115"/>
- <entity uuid="dd24c9ce-a45f-4d90-b374-ede2efe2e25b" bg-color="#FFFFFF" hdr-color="#FFE762" position-x="1095" position-y="462" size-x="0" size-x2="119" size-y="0" size-y2="129"/>
- <entity uuid="f1331b94-8ccf-4328-bc32-bffdc732572e" bg-color="#FFFFFF" hdr-color="#FFE762" position-x="1096" position-y="18" size-x="0" size-x2="119" size-y="0" size-y2="101"/>
- <entity uuid="fc304991-f5a9-4ae0-94e9-6f4a1016d1d0" bg-color="#FFFFFF" hdr-color="#D2D2D2" position-x="722" position-y="267" size-x="0" size-x2="119" size-y="0" size-y2="129"/>
- <module uuid="09bf51bf-3812-47d1-ab60-2ea025d5ee72" bg-color="#EAE4F1" position-x="34" position-y="55" size-x="11" size-x2="1238" size-y="22" size-y2="776"/>
- <project uuid="3072e02c-7554-4faa-a6bb-1bdf47958cd4" size-x="0" size-x2="1539" size-y="0" size-y2="840"/>
- </visual-data>
- </skipper>
|