vespertide_macro/
options.rs

1#[derive(Debug, Clone)]
2pub struct MigrationOptions {
3    pub version_table: String,
4}