@famgia/omnify-laravel 2.0.9 → 2.0.11

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.
@@ -41,6 +41,8 @@ var TYPE_METHOD_MAP = {
41
41
  TinyInt: "tinyInteger",
42
42
  Int: "integer",
43
43
  BigInt: "bigInteger",
44
+ Uuid: "uuid",
45
+ // UUID type for foreign keys and custom fields
44
46
  Float: "double",
45
47
  Decimal: "decimal",
46
48
  Boolean: "boolean",
@@ -5411,4 +5413,4 @@ export {
5411
5413
  shouldGenerateAIGuides,
5412
5414
  laravelPlugin
5413
5415
  };
5414
- //# sourceMappingURL=chunk-FTQ35X5M.js.map
5416
+ //# sourceMappingURL=chunk-VAHC2KDH.js.map