@nyffels/mynodeorm
Advanced tools
Comparing version 1.0.0-alpha65 to 1.0.0-alpha66
@@ -35,3 +35,3 @@ import 'reflect-metadata'; | ||
}; | ||
export declare function foreignKey<T>(table: T, column: keyof T, onDelete?: ForeignKeyOption, onUpdate?: ForeignKeyOption): { | ||
export declare function foreignKey<T>(table: object, column: keyof T, onDelete?: ForeignKeyOption, onUpdate?: ForeignKeyOption): { | ||
(target: Function): void; | ||
@@ -38,0 +38,0 @@ (target: Object, propertyKey: string | symbol): void; |
{ | ||
"name": "@nyffels/mynodeorm", | ||
"version": "1.0.0-alpha65", | ||
"version": "1.0.0-alpha66", | ||
"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
Sorry, the diff of this file is not supported yet
111552
42
30
38
20
42