Нема описа
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

SegnalazioniCliente.skipper 11KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. <?xml version="1.0"?>
  2. <skipper version="3.2.25.1702" mvc="Laravel" orm="Laravel" name="SegnalazioniCliente" uuid="471b6d6e-fec4-4c2d-bb3c-b83ad14da19e">
  3. <orm-attributes>
  4. <attribute name="migrations-path">database/migrations</attribute>
  5. </orm-attributes>
  6. <module name="\Application module" local-name="Application module" namespace="\App\Models" local-namespace="App\Models" export-format="Laravel" export-path="." uuid="5d001242-7c7e-481d-9c96-deb7d7054d07">
  7. <entity name="\App\Models\User" local-name="User" namespace="\App\Models" uuid="25689795-5af3-40e8-92a6-fdc2f985c0fa">
  8. <field name="id" type="bigInteger" required="true" unique="true" primary="true" unsigned="true" auto-increment="true" uuid="1fd72276-84e6-4076-b708-b20cc0beb4c8"/>
  9. <field name="nome" type="string" uuid="7355d7de-6d7c-4ad5-9be7-4eb7500baded"/>
  10. <field name="cognome" type="string" uuid="92214e28-3800-4101-822a-f480d3a86d18"/>
  11. <field name="email" type="string" unique="true" uuid="10d24f55-8b2e-4285-9bea-c21ea3f1a8d8"/>
  12. <field name="password" type="string" uuid="af475c54-9b5d-4370-b974-0cb8dab62a46"/>
  13. <field name="email_verified_at" type="timestamp" uuid="298fbbd8-6e02-4598-9062-3ac8f0303abf"/>
  14. <field name="remember_token" type="string" uuid="195b6ad3-1e2c-4549-b08e-8cb93abbdf3c"/>
  15. <field name="progetti" type="string" uuid="2032867f-d624-4182-9b78-090206d41bf2"/>
  16. <field name="created_at" type="timestamp" uuid="c8f32666-5ce7-43c1-8068-8a38466b1bf5"/>
  17. <field name="updated_at" type="timestamp" uuid="25472662-c3e5-401e-bf68-a194821ea700"/>
  18. <orm-attributes>
  19. <attribute name="table">users</attribute>
  20. <attribute name="fillableAll">as-fillable-all</attribute>
  21. <attribute name="extends">\Illuminate\Foundation\Auth\User</attribute>
  22. </orm-attributes>
  23. </entity>
  24. <entity name="\App\Models\Config" local-name="Config" namespace="\App\Models" uuid="f746a2e3-bd41-4490-8b67-e935d27ac777">
  25. <field name="key" type="string" required="true" unique="true" primary="true" uuid="e282ea2f-dd5e-4bcf-baf9-5e89caa75e29"/>
  26. <field name="group" type="string" uuid="f5cdc210-d5bd-4e88-828f-c5c66ac1e64a"/>
  27. <field name="display_name" type="string" uuid="f2f734d6-2adf-4498-9d8f-09d33ae82f27"/>
  28. <field name="value" type="longText" uuid="1881dbb2-8d23-46f1-bc47-665179f625e0"/>
  29. <field name="order" type="integer" uuid="e1bfe035-48f5-42ef-a4ab-4aa6196bcbae"/>
  30. <field name="type" type="string" uuid="30617836-4b65-4729-9430-2a07e8319a75"/>
  31. <field name="created_at" type="timestamp" uuid="9dd823e6-6f3a-48d8-b196-ebd6d5e1d1bf"/>
  32. <field name="updated_at" type="timestamp" uuid="2cedcb2b-c4e1-4200-8d67-8208f654d57d"/>
  33. <orm-attributes>
  34. <attribute name="table">config</attribute>
  35. <attribute name="fillableAll">as-fillable-all</attribute>
  36. </orm-attributes>
  37. </entity>
  38. <migrations version="1.0">
  39. <revision uuid="20640eb6-d377-431c-acd9-ee62c3411147" date="2022-03-18 14:38:13.845660" exportable="true">
  40. <element action="add" uuid="5d001242-7c7e-481d-9c96-deb7d7054d07" type="module">
  41. <property name="export-format" value="Laravel"/>
  42. <property name="export-path" value="."/>
  43. <property name="local-name" value="Application module"/>
  44. <property name="local-namespace" value="App\Models"/>
  45. <property name="name" value="\Application module"/>
  46. <property name="namespace" value="\App\Models"/>
  47. </element>
  48. <element action="add" uuid="25689795-5af3-40e8-92a6-fdc2f985c0fa" parent-uuid="5d001242-7c7e-481d-9c96-deb7d7054d07" type="entity">
  49. <property name="extends" value="\Illuminate\Foundation\Auth\User"/>
  50. <property name="fillableAll" value="as-fillable-all"/>
  51. <property name="local-name" value="User"/>
  52. <property name="name" value="\App\Models\User"/>
  53. <property name="namespace" value="\App\Models"/>
  54. <property name="table" value="users"/>
  55. </element>
  56. <element action="add" uuid="f746a2e3-bd41-4490-8b67-e935d27ac777" parent-uuid="5d001242-7c7e-481d-9c96-deb7d7054d07" type="entity">
  57. <property name="fillableAll" value="as-fillable-all"/>
  58. <property name="local-name" value="Config"/>
  59. <property name="name" value="\App\Models\Config"/>
  60. <property name="namespace" value="\App\Models"/>
  61. <property name="table" value="config"/>
  62. </element>
  63. <element action="add" uuid="1fd72276-84e6-4076-b708-b20cc0beb4c8" parent-uuid="25689795-5af3-40e8-92a6-fdc2f985c0fa" type="field">
  64. <property name="auto-increment" value="true"/>
  65. <property name="name" value="id"/>
  66. <property name="primary" value="true"/>
  67. <property name="required" value="true"/>
  68. <property name="type" value="bigInteger"/>
  69. <property name="unique" value="true"/>
  70. <property name="unsigned" value="true"/>
  71. </element>
  72. <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">
  73. <property name="name" value="nome"/>
  74. <property name="type" value="string"/>
  75. </element>
  76. <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">
  77. <property name="name" value="cognome"/>
  78. <property name="type" value="string"/>
  79. </element>
  80. <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">
  81. <property name="name" value="email"/>
  82. <property name="type" value="string"/>
  83. <property name="unique" value="true"/>
  84. </element>
  85. <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">
  86. <property name="name" value="password"/>
  87. <property name="type" value="string"/>
  88. </element>
  89. <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">
  90. <property name="name" value="email_verified_at"/>
  91. <property name="type" value="timestamp"/>
  92. </element>
  93. <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">
  94. <property name="name" value="remember_token"/>
  95. <property name="type" value="string"/>
  96. </element>
  97. <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">
  98. <property name="name" value="created_at"/>
  99. <property name="type" value="timestamp"/>
  100. </element>
  101. <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">
  102. <property name="name" value="updated_at"/>
  103. <property name="type" value="timestamp"/>
  104. </element>
  105. <element action="add" uuid="e282ea2f-dd5e-4bcf-baf9-5e89caa75e29" parent-uuid="f746a2e3-bd41-4490-8b67-e935d27ac777" type="field">
  106. <property name="name" value="key"/>
  107. <property name="primary" value="true"/>
  108. <property name="required" value="true"/>
  109. <property name="type" value="string"/>
  110. <property name="unique" value="true"/>
  111. </element>
  112. <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">
  113. <property name="name" value="group"/>
  114. <property name="type" value="string"/>
  115. </element>
  116. <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">
  117. <property name="name" value="display_name"/>
  118. <property name="type" value="string"/>
  119. </element>
  120. <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">
  121. <property name="name" value="value"/>
  122. <property name="type" value="longText"/>
  123. </element>
  124. <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">
  125. <property name="name" value="order"/>
  126. <property name="type" value="integer"/>
  127. </element>
  128. <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">
  129. <property name="name" value="type"/>
  130. <property name="type" value="string"/>
  131. </element>
  132. <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">
  133. <property name="name" value="created_at"/>
  134. <property name="type" value="timestamp"/>
  135. </element>
  136. <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">
  137. <property name="name" value="updated_at"/>
  138. <property name="type" value="timestamp"/>
  139. </element>
  140. </revision>
  141. <revision uuid="64eca5de-6016-4960-98e3-6fdacb0e06e7" date="2022-03-18 16:23:45.782882" exportable="true">
  142. <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">
  143. <property name="name" value="progetti"/>
  144. <property name="type" value="string"/>
  145. </element>
  146. <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"/>
  147. </revision>
  148. </migrations>
  149. </module>
  150. <visual-data>
  151. <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"/>
  152. <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"/>
  153. <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"/>
  154. <project uuid="471b6d6e-fec4-4c2d-bb3c-b83ad14da19e" size-x="0" size-x2="1193" size-y="0" size-y2="645"/>
  155. </visual-data>
  156. </skipper>