pub fn add_custom_type<M>(
    ms: &mut impl MigrationsMut<M = M>,
    name: String,
    ty: DeferredSqlType
) -> Result<()>where
    M: MigrationMut,
Expand description

Records the SqlType of a custom named type to the current migration.