Pinned Loading
-
-
-
Query to generate full DDL (includin...
Query to generate full DDL (including comments) for all foreign keys in PostgreSQL. Can be used in flyway migrations 1with fks as (
2select conname as fk_name,
3source_rel.relnamespace::regnamespace::text as table_schema,
4conrelid::regclass::text as table_name,
5(
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.