@nyffels/mynodeorm
Advanced tools
Comparing version 1.0.0-alpha89 to 1.0.0-alpha90
@@ -231,2 +231,6 @@ import path from "node:path"; | ||
} | ||
if ((sColumn === null || sColumn === void 0 ? void 0 : sColumn.foreignKey) !== null) { | ||
// @ts-ignore | ||
uplogic += `.foreignKey('${sColumn.foreignKey.table}', '${sColumn.foreignKey.column}', ${sColumn.foreignKey.onDelete}, ${sColumn.foreignKey.onUpdate})`; | ||
} | ||
downlogic += `;`; | ||
@@ -233,0 +237,0 @@ }); |
{ | ||
"name": "@nyffels/mynodeorm", | ||
"version": "1.0.0-alpha89", | ||
"version": "1.0.0-alpha90", | ||
"description": "A full-fledged ORM framework for NodeJS and MySQL with develop friendly code aimed to handle database migrations, MySQL Query builder / helper and property mapping.", | ||
@@ -5,0 +5,0 @@ "private": false, |
Sorry, the diff of this file is not supported yet
169789
2460