NestJS - Database with TypeORM
What will be the effect of executing the following
up() method in a migration?await queryRunner.query(`CREATE TABLE products (id int PRIMARY KEY, name varchar(255))`);
