Unsafe migration detected in migrations/2024_01_01_create_users/up.sql ADD COLUMN with DEFAULT Problem: Adding column 'admin' with DEFAULT on table 'users' requires a full table rewrite on PostgreSQL ...
A CLI tool that executes SQL queries on xlsx files and outputs the results to various files, and also executes SQL queries on various files and outputs them to xlsx files. Built using excelize and ...