seiya2323
How to run migrations/seeds with Railway
Hi, so I'm new to Railway, coming from Heroku. With Heroku I would be able to use the terminal and run my migrations within the site or from the CLI on my code editor.
Im using postgreSQL, Knex and Express. I've linked both railway and my github but I can't seem to find a way to run my migrations/seeds within the CLI. I try to do railway run --knex , but after this I'm not sure what else to do, am i missing something?
98 replies