Expand description
Representation of migrations
Structs§
- Migration
Version - A migration version identifier
Constants§
- CREATE_
MIGRATIONS_ TABLE - Create table statement for the
__diesel_schema_migrations
used used by the postgresql, sqlite and mysql backend
Traits§
- Migration
- Represents a migration that interacts with diesel
- Migration
Connection - A trait indicating that a connection could be used to manage migrations
- Migration
Metadata - This trait is designed to customize the behaviour of the default migration harness of diesel
- Migration
Name - Represents the name of a migration
- Migration
Source - A migration source is an entity that can be used to receive a number of migrations from.
Type Aliases§
- Result
- A specialized result type representing the result of a migration operation