NestJS - Database with TypeORM
In a migration, which SQL query correctly renames the column 'username' to 'user_name' in the 'accounts' table for a PostgreSQL database inside the
up() method?up() method?ALTER TABLE table_name RENAME COLUMN old_name TO new_name.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions