mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-01-22 02:51:58 +08:00
自增逻辑修复。
This commit is contained in:
@@ -24,7 +24,7 @@ namespace SqlSugar
|
||||
A.COLUMN_NAME AS DbColumnName,
|
||||
A.TABLE_NAME AS TableName,
|
||||
A.DATA_TYPE AS DataType,
|
||||
C.ATTISAUTO as IsIdentity,
|
||||
case when DATA_DEFAULT like 'NEXTVAL%' then true else false end as IsIdentity,
|
||||
case when A.NULLABLE = 'Y' then true else false end as IsNullable ,
|
||||
A.DATA_LENGTH AS LENGTH,
|
||||
B.COMMENTS AS ColumnDescription,
|
||||
|
||||
Reference in New Issue
Block a user