xiongzhu 2 년 전
부모
커밋
fb3456af17
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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()