Skip to content

Instantly share code, notes, and snippets.

View Enzujp's full-sized avatar
🏠
Working from home

Johnpaul Enzujp

🏠
Working from home
  • Lagos, Nigeria
View GitHub Profile
@bolubee101
bolubee101 / migration.sql
Last active February 26, 2025 08:12
PostgreSQL Schema and Data Migration Script Using the dblink extension
DO $$
DECLARE
tbl RECORD;
col RECORD;
seq RECORD;
udt RECORD;
schema RECORD;
sql TEXT;
default_expr TEXT;
column_definitions TEXT;