[−][src]Module diesel::migration
Representation of migrations
Enums
MigrationError | Errors that occur while preparing to run migrations |
RunMigrationsError | Errors that occur while running migrations |
Constants
CREATE_MIGRATIONS_TABLE | Create table statement for the |
Traits
Migration | Represents a migration that interacts with diesel |
MigrationConnection | A trait indicating that a connection could be used to manage migrations |