migrations_internals 1.4.0

Internal implementation of diesels migration mechanism
Documentation
1
2
3
4
5
6
table! {
    __diesel_schema_migrations (version) {
        version -> VarChar,
        run_on -> Timestamp,
    }
}