From 87e7bce7af805455dd0d4a5dd83120edc4e90983 Mon Sep 17 00:00:00 2001
From: skx <610262374@qq.com>
Date: Sun, 3 Jan 2021 11:26:04 +0800
Subject: [PATCH] update default Initkey
---
Src/Asp.Net/SqlSugar/Entities/ConnectionConfig.cs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Src/Asp.Net/SqlSugar/Entities/ConnectionConfig.cs b/Src/Asp.Net/SqlSugar/Entities/ConnectionConfig.cs
index c34910cd7..e5e06b83f 100644
--- a/Src/Asp.Net/SqlSugar/Entities/ConnectionConfig.cs
+++ b/Src/Asp.Net/SqlSugar/Entities/ConnectionConfig.cs
@@ -26,9 +26,9 @@ namespace SqlSugar
///
public bool IsAutoCloseConnection { get; set; }
///
- /// Default SystemTable,If you do not have system table permissions, use attribute
+ /// Default Attribute
///
- public InitKeyType InitKeyType = InitKeyType.SystemTable;
+ public InitKeyType InitKeyType = InitKeyType.Attribute;
///
///If true, there is only one connection instance in the same thread within the same connection string
///