mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-30 04:32:05 +08:00
Update pgsql
This commit is contained in:
parent
bb31d71a3a
commit
449e00fd90
@ -46,7 +46,7 @@ namespace SqlSugar
|
||||
inner join pg_type on pg_type.oid = pg_attribute.atttypid
|
||||
where pg_constraint.contype='p'
|
||||
) pkey on pcolumn.table_name = pkey.relname
|
||||
order by ptables.tablename";
|
||||
order by table_catalog, table_schema, ordinal_position";
|
||||
return sql;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user