xiongzhu 2 ani în urmă
părinte
comite
fb3456af17
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  1. 2 0
      src/gallery/entities/gallery.entity.ts

+ 2 - 0
src/gallery/entities/gallery.entity.ts

@@ -12,8 +12,10 @@ export class Gallery {
     @Column()
     thumb: string
 
+    @Column()
     charactor: string
 
+    @Column()
     tag: string
 
     @Column()