@@ -44,4 +44,7 @@ public class Coupon extends BaseEntity {
@Transient
private List<GeneralDTO> collections;
+
+ @Column(columnDefinition = "bigint default 1 not null")
+ private Long companyId = 1L;
}