@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.
- package/dist/{chunk-F2VU73BX.js → chunk-V6YX2R6I.js} +3 -1
- package/dist/chunk-V6YX2R6I.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/stubs/ai-guides/claude-omnify/schema-guide.md.stub +27 -4
- package/stubs/ai-guides/claude-rules/schema-yaml.md.stub +19 -0
- package/dist/chunk-F2VU73BX.js.map +0 -1
|
@@ -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-
|
|
5259
|
+
//# sourceMappingURL=chunk-V6YX2R6I.js.map
|