aboutsummaryrefslogtreecommitdiff
path: root/docker/crupest-api/CrupestApi/CrupestApi.Commons.Tests/Crud/TestEntity.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-12-22 19:05:24 +0800
committercrupest <crupest@outlook.com>2022-12-22 19:05:24 +0800
commit93924947fecca4ddad670f1f1768f32063cfec3a (patch)
tree7cba2f6f947c2f88c386fe13ee68d38d8c6dfc4b /docker/crupest-api/CrupestApi/CrupestApi.Commons.Tests/Crud/TestEntity.cs
parent3469ac050b13b73d76f13dcbdfa77a1aefc49ae0 (diff)
downloadcrupest-93924947fecca4ddad670f1f1768f32063cfec3a.tar.gz
crupest-93924947fecca4ddad670f1f1768f32063cfec3a.tar.bz2
crupest-93924947fecca4ddad670f1f1768f32063cfec3a.zip
Develop secret api. v59
Diffstat (limited to 'docker/crupest-api/CrupestApi/CrupestApi.Commons.Tests/Crud/TestEntity.cs')
-rw-r--r--docker/crupest-api/CrupestApi/CrupestApi.Commons.Tests/Crud/TestEntity.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/crupest-api/CrupestApi/CrupestApi.Commons.Tests/Crud/TestEntity.cs b/docker/crupest-api/CrupestApi/CrupestApi.Commons.Tests/Crud/TestEntity.cs
index 7cc19ed..c15334c 100644
--- a/docker/crupest-api/CrupestApi/CrupestApi.Commons.Tests/Crud/TestEntity.cs
+++ b/docker/crupest-api/CrupestApi/CrupestApi.Commons.Tests/Crud/TestEntity.cs
@@ -11,7 +11,7 @@ public class TestEntity
[Column]
public float? Height { get; set; }
- [Column(Generated = true, NotNull = true, NoUpdate = true)]
+ [Column(OnlyGenerated = true, NotNull = true, NoUpdate = true)]
public string Secret { get; set; } = default!;
public static string SecretDefaultValueGenerator()