ormlette/templates/utils/combine
Types
pub type ColumnInfo {
ColumnInfo(name: String, reference_table: String)
}
Constructors
-
ColumnInfo(name: String, reference_table: String)
Functions
pub fn combine_tables(t1: Table, t2: Table) -> Table
pub fn get_column_info(table: Table) -> List(ColumnInfo)
pub fn table_has_fk(table: Table) -> Option(List(Column))