knox revisó este gist . Ir a la revisión
1 file changed, 13 insertions
TypeORM-readme-47.ts(archivo creado)
@@ -0,0 +1,13 @@ | |||
1 | + | { | |
2 | + | id: 1, | |
3 | + | name: "Me and Bears", | |
4 | + | description: "I am near polar bears", | |
5 | + | filename: "photo-with-bears.jpg", | |
6 | + | albums: [{ | |
7 | + | id: 1, | |
8 | + | name: "Bears" | |
9 | + | }, { | |
10 | + | id: 2, | |
11 | + | name: "Me" | |
12 | + | }] | |
13 | + | } |
Siguiente
Anterior