Добавлены not null аннотации на сущности

This commit is contained in:
sshkurov
2022-02-06 08:48:29 +03:00
parent 70449e435a
commit 6bfa09d960
4 changed files with 17 additions and 5 deletions

View File

@@ -55,6 +55,7 @@ public class Packet {
private boolean tlsDecrypted;
@Column(nullable = false)
private byte[] content;
@Transient