@famgia/omnify-laravel 2.0.16 → 2.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1282,6 +1282,8 @@ var TYPE_METHOD_MAP2 = {
1282
1282
  TinyInt: "tinyInteger",
1283
1283
  Int: "integer",
1284
1284
  BigInt: "bigInteger",
1285
+ Uuid: "uuid",
1286
+ // UUID type for foreign keys and custom fields
1285
1287
  Float: "double",
1286
1288
  Decimal: "decimal",
1287
1289
  Boolean: "boolean",
@@ -5254,4 +5256,4 @@ export {
5254
5256
  getFactoryPath,
5255
5257
  laravelPlugin
5256
5258
  };
5257
- //# sourceMappingURL=chunk-F2VU73BX.js.map
5259
+ //# sourceMappingURL=chunk-V6YX2R6I.js.map