mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-22 20:26:00 +00:00
4 lines
101 B
JavaScript
4 lines
101 B
JavaScript
module.exports = `
|
|
select conname as "constraint_name" from pg_constraint where contype = 'u'
|
|
`;
|