ALTER TABLE users ALTER COLUMN id SET DATA TYPE bigint;
ALTER SEQUENCE users_id_seq AS bigint;
andrewarrow/feedback
golang webapp framework (rails inspired) with WASM, Effortless Migrations, Simple SQL that's NOT gorm, and Ultimate Routing Control
GoMIT