@famgia/omnify-laravel 2.0.9 → 2.0.10
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.
- package/dist/{chunk-FTQ35X5M.js → chunk-VAHC2KDH.js} +3 -1
- package/dist/chunk-VAHC2KDH.js.map +1 -0
- package/dist/index.cjs +2 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/plugin.cjs +2 -0
- package/dist/plugin.cjs.map +1 -1
- package/dist/plugin.js +1 -1
- package/package.json +4 -4
- package/dist/chunk-FTQ35X5M.js.map +0 -1
|
@@ -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-
|
|
5416
|
+
//# sourceMappingURL=chunk-VAHC2KDH.js.map
|