//use barrel_dep::Migration;
pub use ;
/// Provides an interface for the migration functions of the table belonging
/// to your model.
///
/// *Requires any of the barrel features `barrel-full`, `barrel-sqlite`, `barrel-pg` or
/// `barrel-mysql`*
/// Gets implemented automatically when `barrel` feature is enabled.