mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-02-27 16:50:33 +08:00
Update pgsql
This commit is contained in:
@@ -46,7 +46,7 @@ namespace SqlSugar
|
|||||||
inner join pg_type on pg_type.oid = pg_attribute.atttypid
|
inner join pg_type on pg_type.oid = pg_attribute.atttypid
|
||||||
where pg_constraint.contype='p'
|
where pg_constraint.contype='p'
|
||||||
) pkey on pcolumn.table_name = pkey.relname
|
) pkey on pcolumn.table_name = pkey.relname
|
||||||
order by ptables.tablename";
|
order by table_catalog, table_schema, ordinal_position";
|
||||||
return sql;
|
return sql;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user