Question : I get an error while migrating a database from MySQL 8.0 to SQL Server 2019 using the SQL […]
Tag: schema-migration
Achieving best practice schema and permissions management on PostgreSQL
Question : I have a PostgreSQL database (12, moving to 13 imminently) with a single (Rails) application running on it, […]
Data migration: copy data with insert select and fill unique column
Question : I have some tables in Postgres like this. create table foo ( txt text ); insert into foo […]
Achieving best practice schema and permissions management on PostgreSQL
Question : I have a PostgreSQL database (12, moving to 13 imminently) with a single (Rails) application running on it, […]