Relative Content

Tag Archive for postgresqlrustrust-diesel

Diesel Migrations: Solution for table creation & column addition?

I’m working on a Diesel project and want to streamline my migrations. Ideally, I’d like a single up.sql file that can handle both creating the table and adding new columns later. Is there a recommended approach to achieve this in Diesel, or do I need separate migrations for table creation and column additions?