| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156 |
- <?xml version="1.0"?>
- <skipper version="3.2.25.1702" mvc="Laravel" orm="Laravel" name="SegnalazioniCliente" uuid="471b6d6e-fec4-4c2d-bb3c-b83ad14da19e">
- <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="5d001242-7c7e-481d-9c96-deb7d7054d07">
- <entity name="\App\Models\User" local-name="User" namespace="\App\Models" uuid="25689795-5af3-40e8-92a6-fdc2f985c0fa">
- <field name="id" type="bigInteger" required="true" unique="true" primary="true" unsigned="true" auto-increment="true" uuid="1fd72276-84e6-4076-b708-b20cc0beb4c8"/>
- <field name="nome" type="string" uuid="7355d7de-6d7c-4ad5-9be7-4eb7500baded"/>
- <field name="cognome" type="string" uuid="92214e28-3800-4101-822a-f480d3a86d18"/>
- <field name="email" type="string" unique="true" uuid="10d24f55-8b2e-4285-9bea-c21ea3f1a8d8"/>
- <field name="password" type="string" uuid="af475c54-9b5d-4370-b974-0cb8dab62a46"/>
- <field name="email_verified_at" type="timestamp" uuid="298fbbd8-6e02-4598-9062-3ac8f0303abf"/>
- <field name="remember_token" type="string" uuid="195b6ad3-1e2c-4549-b08e-8cb93abbdf3c"/>
- <field name="progetti" type="string" uuid="2032867f-d624-4182-9b78-090206d41bf2"/>
- <field name="created_at" type="timestamp" uuid="c8f32666-5ce7-43c1-8068-8a38466b1bf5"/>
- <field name="updated_at" type="timestamp" uuid="25472662-c3e5-401e-bf68-a194821ea700"/>
- <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\Config" local-name="Config" namespace="\App\Models" uuid="f746a2e3-bd41-4490-8b67-e935d27ac777">
- <field name="key" type="string" required="true" unique="true" primary="true" uuid="e282ea2f-dd5e-4bcf-baf9-5e89caa75e29"/>
- <field name="group" type="string" uuid="f5cdc210-d5bd-4e88-828f-c5c66ac1e64a"/>
- <field name="display_name" type="string" uuid="f2f734d6-2adf-4498-9d8f-09d33ae82f27"/>
- <field name="value" type="longText" uuid="1881dbb2-8d23-46f1-bc47-665179f625e0"/>
- <field name="order" type="integer" uuid="e1bfe035-48f5-42ef-a4ab-4aa6196bcbae"/>
- <field name="type" type="string" uuid="30617836-4b65-4729-9430-2a07e8319a75"/>
- <field name="created_at" type="timestamp" uuid="9dd823e6-6f3a-48d8-b196-ebd6d5e1d1bf"/>
- <field name="updated_at" type="timestamp" uuid="2cedcb2b-c4e1-4200-8d67-8208f654d57d"/>
- <orm-attributes>
- <attribute name="table">config</attribute>
- <attribute name="fillableAll">as-fillable-all</attribute>
- </orm-attributes>
- </entity>
- <migrations version="1.0">
- <revision uuid="20640eb6-d377-431c-acd9-ee62c3411147" date="2022-03-18 14:38:13.845660" exportable="true">
- <element action="add" uuid="5d001242-7c7e-481d-9c96-deb7d7054d07" 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="25689795-5af3-40e8-92a6-fdc2f985c0fa" parent-uuid="5d001242-7c7e-481d-9c96-deb7d7054d07" 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="f746a2e3-bd41-4490-8b67-e935d27ac777" parent-uuid="5d001242-7c7e-481d-9c96-deb7d7054d07" 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="1fd72276-84e6-4076-b708-b20cc0beb4c8" parent-uuid="25689795-5af3-40e8-92a6-fdc2f985c0fa" 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="7355d7de-6d7c-4ad5-9be7-4eb7500baded" parent-uuid="25689795-5af3-40e8-92a6-fdc2f985c0fa" sibling-uuid="1fd72276-84e6-4076-b708-b20cc0beb4c8" type="field">
- <property name="name" value="nome"/>
- <property name="type" value="string"/>
- </element>
- <element action="add" uuid="92214e28-3800-4101-822a-f480d3a86d18" parent-uuid="25689795-5af3-40e8-92a6-fdc2f985c0fa" sibling-uuid="7355d7de-6d7c-4ad5-9be7-4eb7500baded" type="field">
- <property name="name" value="cognome"/>
- <property name="type" value="string"/>
- </element>
- <element action="add" uuid="10d24f55-8b2e-4285-9bea-c21ea3f1a8d8" parent-uuid="25689795-5af3-40e8-92a6-fdc2f985c0fa" sibling-uuid="92214e28-3800-4101-822a-f480d3a86d18" type="field">
- <property name="name" value="email"/>
- <property name="type" value="string"/>
- <property name="unique" value="true"/>
- </element>
- <element action="add" uuid="af475c54-9b5d-4370-b974-0cb8dab62a46" parent-uuid="25689795-5af3-40e8-92a6-fdc2f985c0fa" sibling-uuid="10d24f55-8b2e-4285-9bea-c21ea3f1a8d8" type="field">
- <property name="name" value="password"/>
- <property name="type" value="string"/>
- </element>
- <element action="add" uuid="298fbbd8-6e02-4598-9062-3ac8f0303abf" parent-uuid="25689795-5af3-40e8-92a6-fdc2f985c0fa" sibling-uuid="af475c54-9b5d-4370-b974-0cb8dab62a46" type="field">
- <property name="name" value="email_verified_at"/>
- <property name="type" value="timestamp"/>
- </element>
- <element action="add" uuid="195b6ad3-1e2c-4549-b08e-8cb93abbdf3c" parent-uuid="25689795-5af3-40e8-92a6-fdc2f985c0fa" sibling-uuid="298fbbd8-6e02-4598-9062-3ac8f0303abf" type="field">
- <property name="name" value="remember_token"/>
- <property name="type" value="string"/>
- </element>
- <element action="add" uuid="c8f32666-5ce7-43c1-8068-8a38466b1bf5" parent-uuid="25689795-5af3-40e8-92a6-fdc2f985c0fa" sibling-uuid="195b6ad3-1e2c-4549-b08e-8cb93abbdf3c" type="field">
- <property name="name" value="created_at"/>
- <property name="type" value="timestamp"/>
- </element>
- <element action="add" uuid="25472662-c3e5-401e-bf68-a194821ea700" parent-uuid="25689795-5af3-40e8-92a6-fdc2f985c0fa" sibling-uuid="c8f32666-5ce7-43c1-8068-8a38466b1bf5" type="field">
- <property name="name" value="updated_at"/>
- <property name="type" value="timestamp"/>
- </element>
- <element action="add" uuid="e282ea2f-dd5e-4bcf-baf9-5e89caa75e29" parent-uuid="f746a2e3-bd41-4490-8b67-e935d27ac777" 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="f5cdc210-d5bd-4e88-828f-c5c66ac1e64a" parent-uuid="f746a2e3-bd41-4490-8b67-e935d27ac777" sibling-uuid="e282ea2f-dd5e-4bcf-baf9-5e89caa75e29" type="field">
- <property name="name" value="group"/>
- <property name="type" value="string"/>
- </element>
- <element action="add" uuid="f2f734d6-2adf-4498-9d8f-09d33ae82f27" parent-uuid="f746a2e3-bd41-4490-8b67-e935d27ac777" sibling-uuid="f5cdc210-d5bd-4e88-828f-c5c66ac1e64a" type="field">
- <property name="name" value="display_name"/>
- <property name="type" value="string"/>
- </element>
- <element action="add" uuid="1881dbb2-8d23-46f1-bc47-665179f625e0" parent-uuid="f746a2e3-bd41-4490-8b67-e935d27ac777" sibling-uuid="f2f734d6-2adf-4498-9d8f-09d33ae82f27" type="field">
- <property name="name" value="value"/>
- <property name="type" value="longText"/>
- </element>
- <element action="add" uuid="e1bfe035-48f5-42ef-a4ab-4aa6196bcbae" parent-uuid="f746a2e3-bd41-4490-8b67-e935d27ac777" sibling-uuid="1881dbb2-8d23-46f1-bc47-665179f625e0" type="field">
- <property name="name" value="order"/>
- <property name="type" value="integer"/>
- </element>
- <element action="add" uuid="30617836-4b65-4729-9430-2a07e8319a75" parent-uuid="f746a2e3-bd41-4490-8b67-e935d27ac777" sibling-uuid="e1bfe035-48f5-42ef-a4ab-4aa6196bcbae" type="field">
- <property name="name" value="type"/>
- <property name="type" value="string"/>
- </element>
- <element action="add" uuid="9dd823e6-6f3a-48d8-b196-ebd6d5e1d1bf" parent-uuid="f746a2e3-bd41-4490-8b67-e935d27ac777" sibling-uuid="30617836-4b65-4729-9430-2a07e8319a75" type="field">
- <property name="name" value="created_at"/>
- <property name="type" value="timestamp"/>
- </element>
- <element action="add" uuid="2cedcb2b-c4e1-4200-8d67-8208f654d57d" parent-uuid="f746a2e3-bd41-4490-8b67-e935d27ac777" sibling-uuid="9dd823e6-6f3a-48d8-b196-ebd6d5e1d1bf" type="field">
- <property name="name" value="updated_at"/>
- <property name="type" value="timestamp"/>
- </element>
- </revision>
- <revision uuid="64eca5de-6016-4960-98e3-6fdacb0e06e7" date="2022-03-18 16:23:45.782882" exportable="true">
- <element action="add" uuid="2032867f-d624-4182-9b78-090206d41bf2" parent-uuid="25689795-5af3-40e8-92a6-fdc2f985c0fa" sibling-uuid="195b6ad3-1e2c-4549-b08e-8cb93abbdf3c" type="field">
- <property name="name" value="progetti"/>
- <property name="type" value="string"/>
- </element>
- <element action="reorder" uuid="c8f32666-5ce7-43c1-8068-8a38466b1bf5" parent-uuid="25689795-5af3-40e8-92a6-fdc2f985c0fa" sibling-uuid="2032867f-d624-4182-9b78-090206d41bf2" previous-sibling-uuid="195b6ad3-1e2c-4549-b08e-8cb93abbdf3c" type="field" helper="true"/>
- </revision>
- </migrations>
- </module>
- <visual-data>
- <entity uuid="25689795-5af3-40e8-92a6-fdc2f985c0fa" bg-color="#FFFFFF" hdr-color="#D2D2D2" position-x="9" position-y="18" size-x="0" size-x2="204" size-y="0" size-y2="227"/>
- <entity uuid="f746a2e3-bd41-4490-8b67-e935d27ac777" bg-color="#FFFFFF" hdr-color="#D2D2D2" position-x="186" position-y="18" size-x="0" size-x2="119" size-y="0" size-y2="129"/>
- <module uuid="5d001242-7c7e-481d-9c96-deb7d7054d07" bg-color="#EAE4F1" position-x="30" position-y="43" size-x="11" size-x2="894" size-y="22" size-y2="552"/>
- <project uuid="471b6d6e-fec4-4c2d-bb3c-b83ad14da19e" size-x="0" size-x2="1193" size-y="0" size-y2="645"/>
- </visual-data>
- </skipper>
|