xiongzhu 2 anni fa
parent
commit
fb3456af17
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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()