pub trait IntoTableRef {
// Required method
fn into_table_ref(self) -> TableRef;
}Available on crate feature
migration only.pub trait IntoTableRef {
// Required method
fn into_table_ref(self) -> TableRef;
}migration only.