|
@@ -34,7 +34,7 @@ public class SystemPropertyEntity extends JpaEntity {
|
|
@Enumerated(EnumType.STRING)
|
|
@Enumerated(EnumType.STRING)
|
|
private BasicDataType propValueType;
|
|
private BasicDataType propValueType;
|
|
|
|
|
|
- @Column(nullable = false, length = 1000)
|
|
|
|
|
|
+ @Column(nullable = true, length = 1000)
|
|
private String propValue;
|
|
private String propValue;
|
|
|
|
|
|
public String getPropKey() {
|
|
public String getPropKey() {
|