Skip to content

Commit

Permalink
#75 remove lob
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreKoepke committed Nov 5, 2022
1 parent e48ee2c commit b77fc34
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
import lombok.NonNull;
import lombok.Setter;

import javax.persistence.*;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.Table;
import java.time.LocalDateTime;

@Entity
Expand All @@ -23,7 +26,5 @@ public class ImageOfOpenAI {
@NonNull
private String prompt;

@Lob
private byte[] image;

}

0 comments on commit b77fc34

Please sign in to comment.