Roman

Results 428 comments of Roman

This is a PostgreSQL limitation. There is no way to add columns after another column, like in MySQL.

Hey @Shinigami92, great idea! My use case is rather simplistic for now: ```ts pgm.sql(`GRANT ${RDS_IAM_ROLE} TO ${appRole}`) // Grant access to existing tables pgm.sql(`GRANT USAGE ON SCHEMA ${schema} TO ${appRole}`)...

I also think covering all of the use cases in one method might get very hairy and maybe it makes sense to split them up somehow.

> We currently always provide only one function, so I just guided myself on the current base of the project so users don't get confused but just use what they...

Looks great! Thanks for all of the effort! ❤️

@dolezel this doesn't seem to be too difficult to achieve, but I have one blocker that I want to get you to check on / approve. `Migration` class has a...

Well, we'd have to drop the `path` completely as it wouldn't be available when using classes directly. We can use the `path` for generating names for the file-based migrations. But...

@mmamedel Could you fix up the PR, please? Thanks!

https://github.com/ts-essentials/ts-essentials/tree/master/lib/deep-required