pub fn append_schema_function_dependents(
table_name: &str,
columns: &[ColumnDef],
checks: &[TableCheck],
target: &FunctionBinding,
foreign: bool,
dependents: &mut RoutineSchemaDependents,
) -> Result<(), SQLError>pub fn append_schema_function_dependents(
table_name: &str,
columns: &[ColumnDef],
checks: &[TableCheck],
target: &FunctionBinding,
foreign: bool,
dependents: &mut RoutineSchemaDependents,
) -> Result<(), SQLError>