migration add

This commit is contained in:
2025-05-18 11:14:13 +04:00
parent 01126df85b
commit ff3994544b
8 changed files with 23 additions and 68 deletions

View File

@@ -18,7 +18,7 @@ public class SubscribeEntity {
@EqualsAndHashCode.Include
private Integer id;
private Integer sum;
private Integer amount;
private String name;
}